Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

types.json 522 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
  1. [
  2. {
  3. "kind":"queries",
  4. "type":"QueryTypeDefinition"
  5. },
  6. {
  7. "kind":"mutations",
  8. "type":"Mutation"
  9. },
  10. {
  11. "kind":"objects",
  12. "type":"ObjectTypeDefinition"
  13. },
  14. {
  15. "kind":"interfaces",
  16. "type":"InterfaceTypeDefinition"
  17. },
  18. {
  19. "kind":"enums",
  20. "type":"EnumTypeDefinition"
  21. },
  22. {
  23. "kind":"unions",
  24. "type":"UnionTypeDefinition"
  25. },
  26. {
  27. "kind":"inputObjects",
  28. "type":"InputObjectTypeDefinition"
  29. },
  30. {
  31. "kind":"scalars",
  32. "type":"ScalarTypeDefinition"
  33. }
  34. ]
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...