Skip to content

Instantly share code, notes, and snippets.

View Greenie10's full-sized avatar
🏠
Working from home

Laura Green Greenie10

🏠
Working from home
View GitHub Profile
const { ApolloServer, gql } = require("apollo-server");
require("./config");
const { Question } = require("./models");
const typeDefs = gql`
type Question {
id: ID!
Question: String
Location: String

Keybase proof

I hereby claim:

  • I am greenie10 on github.
  • I am greenie10 (https://keybase.io/greenie10) on keybase.
  • I have a public key ASA_3kLBgQljg2Do7F51Wt_Kd0Bc9U6xM-6BQ8MxN0cvXwo

To claim this, I am signing this object:

# Your init script
#
# Atom will evaluate this file each time a new window is opened. It is run
# after packages are loaded/activated and after the previous editor state
# has been restored.
#
# An example hack to log to the console when each text editor is saved.
#
# atom.workspace.observeTextEditors (editor) ->
# editor.onDidSave ->
@Greenie10
Greenie10 / 0_reuse_code.js
Created February 14, 2017 16:31
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console