Skip to main content

getSchemaPropertyGroups

getSchemaPropertyGroups(
schemaID: ID!
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: SchemaPropertyGroupOrder
where: SchemaPropertyGroupWhereInput
): SchemaPropertyGroupConnection!

Arguments

getSchemaPropertyGroups.schemaID ● ID! non-null scalar

getSchemaPropertyGroups.after ● Cursor scalar

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

getSchemaPropertyGroups.first ● Int scalar

Returns the first n elements from the list.

getSchemaPropertyGroups.before ● Cursor scalar

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

getSchemaPropertyGroups.last ● Int scalar

Returns the last n elements from the list.

getSchemaPropertyGroups.orderBy ● SchemaPropertyGroupOrder input

Ordering options for SchemaProperties returned from the connection.

getSchemaPropertyGroups.where ● SchemaPropertyGroupWhereInput input

Filtering options for SchemaProperties returned from the connection.

Type

SchemaPropertyGroupConnection object

A connection to a list of items.