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