Skip to content

Instantly share code, notes, and snippets.

@AdamZaczek
Created April 25, 2017 23:15
Show Gist options
  • Save AdamZaczek/cb25c288f00289e951d579c4049ef75a to your computer and use it in GitHub Desktop.
Save AdamZaczek/cb25c288f00289e951d579c4049ef75a to your computer and use it in GitHub Desktop.
GraphQL Getting Started Code Fragment 5
import {
GraphQLList,
GraphQLObjectType,
GraphQLSchema,
GraphQLString,
GraphQLBoolean,
GraphQLInt
} from 'graphql';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment