Query
Every GraphQL schema has a root type for both queries and mutations. The query type defines GraphQL operations that retrieve data from the server.
Connections
articleList (
ArticleConnection
)
categoryList (
CategoryConnection
)
Argument | Type | Description |
---|---|---|
limit |
Int
|
|
nextToken |
String
|
|
sortOrder |
SortOrderInput
|
pollList (
PollConnection
)
pollGetOptions (
PollOptionConnection
)
Fields
Argument | Type | Description |
---|---|---|
id |
ID!
|