categories
Get all categories
categories(
first: Int
orderBy: CategoryOrderInput
skip: Int
): CategoryConnection!
Arguments
categories.first
● Int
scalar
Number of items to return
categories.orderBy
● CategoryOrderInput
input
Ordering
categories.skip
● Int
scalar
Number of items to skip
Type
CategoryConnection
object
A connection to a list of
Category
values.