GraphQL API Reference
I'm a description with a reference to myQuery
API Endpoints
https://example.com/graphql
Content from file that supports markdown
I am Intro Items content that comes from a markdown
file!
Queries
myQuery
Description
A query.
Mutations
myMutation
Description
A mutation.
Types
Boolean
Description
The Boolean
scalar type represents true
or false
.
Example
true
MyType
String
Description
The String
scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.
Example
"abc123"