File tree 4 files changed +4
-0
lines changed
content/graphql/reference
4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : Enums
3
+ intro : Enums represent possible sets of values for a field.
3
4
redirect_from :
4
5
- /v4/enum
5
6
- /v4/reference/enum
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Interfaces
3
+ intro : Interfaces serve as parent objects from which other objects can inherit.
3
4
redirect_from :
4
5
- /v4/interface
5
6
- /v4/reference/interface
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Mutations
3
+ intro : The mutation type defines GraphQL operations that change data on the server.
3
4
redirect_from :
4
5
- /v4/mutation
5
6
- /v4/reference/mutation
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Queries
3
+ intro : The query type defines GraphQL operations that retrieve data from the server.
3
4
miniTocMaxHeadingLevel : 3
4
5
redirect_from :
5
6
- /v4/query
You can’t perform that action at this time.
0 commit comments