Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. {
  2. kind: 'ObjectTypeDefinition',
  3. name: {
  4. kind: 'Name',
  5. value: 'Book',
  6. },
  7. interfaces: [],
  8. directives: [],
  9. fields: [
  10. {
  11. kind: 'FieldDefinition',
  12. name: {
  13. kind: 'Name',
  14. value: 'title',
  15. },
  16. arguments: [],
  17. type: {
  18. kind: 'NamedType',
  19. name: {
  20. kind: 'Name',
  21. value: 'String',
  22. },
  23. },
  24. directives: [],
  25. },
  26. {
  27. kind: 'FieldDefinition',
  28. name: {
  29. kind: 'Name',
  30. value: 'author',
  31. },
  32. arguments: [],
  33. type: {
  34. kind: 'NamedType',
  35. name: {
  36. kind: 'Name',
  37. value: 'String',
  38. },
  39. },
  40. directives: [],
  41. }
  42. ],
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement