Skip to content

Instantly share code, notes, and snippets.

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