SchemaPropertyGroup
type SchemaPropertyGroup implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
apiName: String!
name: String!
schemaID: ID!
position: Int
properties(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: SchemaPropertyOrder
where: SchemaPropertyWhereInput
): SchemaPropertyConnection!
schema: SchemaDefinition!
}
Fields
SchemaPropertyGroup.id ● ID! non-null scalar
SchemaPropertyGroup.createdAt ● Time! non-null scalar
SchemaPropertyGroup.updatedAt ● Time! non-null scalar
SchemaPropertyGroup.companyID ● String! non-null scalar
SchemaPropertyGroup.apiName ● String! non-null scalar
SchemaPropertyGroup.name ● String! non-null scalar
SchemaPropertyGroup.schemaID ● ID! non-null scalar
SchemaPropertyGroup.position ● Int scalar
SchemaPropertyGroup.properties ● SchemaPropertyConnection! non-null object
SchemaPropertyGroup.properties.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
SchemaPropertyGroup.properties.first ● Int scalar
Returns the first n elements from the list.
SchemaPropertyGroup.properties.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
SchemaPropertyGroup.properties.last ● Int scalar
Returns the last n elements from the list.
SchemaPropertyGroup.properties.orderBy ● SchemaPropertyOrder input
Ordering options for SchemaProperties returned from the connection.
SchemaPropertyGroup.properties.where ● SchemaPropertyWhereInput input
Filtering options for SchemaProperties returned from the connection.
SchemaPropertyGroup.schema ● SchemaDefinition! non-null object
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Returned By
createPropertyGroup mutation ● createPropertyGroups mutation ● getSchemaPropertyGroup query ● updatePropertyGroup mutation
Member Of
SchemaDefinition object ● SchemaProperty object ● SchemaPropertyGroupEdge object