Skip to main content

getSchemaAssociations

getSchemaAssociations(
schemaID: ID!
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: SchemaAssociationOrder
where: SchemaAssociationWhereInput
): SchemaAssociationConnection!

Arguments

getSchemaAssociations.schemaID ● ID! non-null scalar

getSchemaAssociations.after ● Cursor scalar

Returns the elements in the list that come after the specified cursor.

getSchemaAssociations.first ● Int scalar

Returns the first n elements from the list.

getSchemaAssociations.before ● Cursor scalar

Returns the elements in the list that come before the specified cursor.

getSchemaAssociations.last ● Int scalar

Returns the last n elements from the list.

getSchemaAssociations.orderBy ● SchemaAssociationOrder input

Ordering options for SchemaProperties returned from the connection.

getSchemaAssociations.where ● SchemaAssociationWhereInput input

Filtering options for SchemaProperties returned from the connection.

Type

SchemaAssociationConnection object

A connection to a list of items.