Guest User

Untitled

a guest
Nov 15th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. new GraphQLObjectType({
  2. name: 'Post',
  3. fields: {
  4. id: {
  5. type: GraphQLString
  6. },
  7. text: {
  8. type: GraphQLString
  9. }
  10. }
  11. });
Add Comment
Please, Sign In to add comment