Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active August 26, 2017 20:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthieu-D/029f6bb7525be971257790475c66bd59 to your computer and use it in GitHub Desktop.
Save matthieu-D/029f6bb7525be971257790475c66bd59 to your computer and use it in GitHub Desktop.
var GraphQLObjectType = require('graphql').GraphQLObjectType;
var GraphQLSchema = require('graphql').GraphQLSchema;
var GraphQLFloat = require('graphql').GraphQLFloat;
var GraphQLString = require('graphql').GraphQLString;
var GraphQLList = require('graphql').GraphQLList;
var USERs = [
{
"id": 1446412739542,
"name": "Matthieu",
}, {
"id": 1446412740883,
"name": "Jean"
}
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment