schemaDefinitions
schemaDefinitions(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: SchemaDefinitionOrder
where: SchemaDefinitionWhereInput
): SchemaDefinitionConnection!
Arguments
schemaDefinitions.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
schemaDefinitions.first ● Int scalar
Returns the first n elements from the list.
schemaDefinitions.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
schemaDefinitions.last ● Int scalar
Returns the last n elements from the list.
schemaDefinitions.orderBy ● SchemaDefinitionOrder input
Ordering options for SchemaDefinitions returned from the connection.
schemaDefinitions.where ● SchemaDefinitionWhereInput input
Filtering options for SchemaDefinitions returned from the connection.
Type
SchemaDefinitionConnection object
A connection to a list of items.