Skip to content

Commit 9da23e4

Browse files
dawei-wangsubatoi
andauthored
Add intros to GraphQL pages (#23054)
Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com>
1 parent 2c18206 commit 9da23e4

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

content/graphql/reference/enums.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Enums
3+
intro: Enums represent possible sets of values for a field.
34
redirect_from:
45
- /v4/enum
56
- /v4/reference/enum

content/graphql/reference/interfaces.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Interfaces
3+
intro: Interfaces serve as parent objects from which other objects can inherit.
34
redirect_from:
45
- /v4/interface
56
- /v4/reference/interface

content/graphql/reference/mutations.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Mutations
3+
intro: The mutation type defines GraphQL operations that change data on the server.
34
redirect_from:
45
- /v4/mutation
56
- /v4/reference/mutation

content/graphql/reference/queries.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Queries
3+
intro: The query type defines GraphQL operations that retrieve data from the server.
34
miniTocMaxHeadingLevel: 3
45
redirect_from:
56
- /v4/query

0 commit comments

Comments
 (0)