Skip to main content

getSchemaProperties

getSchemaProperties(
schemaID: ID!
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: SchemaPropertyOrder
where: SchemaPropertyWhereInput
): SchemaPropertyConnection!

Arguments

getSchemaProperties.schemaID ● ID! non-null scalar

getSchemaProperties.after ● Cursor scalar

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

getSchemaProperties.first ● Int scalar

Returns the first n elements from the list.

getSchemaProperties.before ● Cursor scalar

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

getSchemaProperties.last ● Int scalar

Returns the last n elements from the list.

getSchemaProperties.orderBy ● SchemaPropertyOrder input

Ordering options for SchemaProperties returned from the connection.

getSchemaProperties.where ● SchemaPropertyWhereInput input

Filtering options for SchemaProperties returned from the connection.

Type

SchemaPropertyConnection object

A connection to a list of items.