getSchemaAssociationProperties
getSchemaAssociationProperties(
schemaAssociationID: ID!
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: SchemaAssociationPropertyOrder
where: SchemaAssociationPropertyWhereInput
): SchemaAssociationPropertyConnection!
Arguments
getSchemaAssociationProperties.schemaAssociationID ● ID! non-null scalar
getSchemaAssociationProperties.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
getSchemaAssociationProperties.first ● Int scalar
Returns the first n elements from the list.
getSchemaAssociationProperties.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
getSchemaAssociationProperties.last ● Int scalar
Returns the last n elements from the list.
getSchemaAssociationProperties.orderBy ● SchemaAssociationPropertyOrder input
Ordering options for SchemaProperties returned from the connection.
getSchemaAssociationProperties.where ● SchemaAssociationPropertyWhereInput input
Filtering options for SchemaProperties returned from the connection.
Type
SchemaAssociationPropertyConnection object
A connection to a list of items.