SchemaAssociationProperty
type SchemaAssociationProperty implements Node {
id: ID!
createdAt: Time!
updatedAt: Time!
companyID: String!
apiName: String!
name: String!
description: String
type: SchemaAssociationPropertyType!
default: Boolean!
regexVerification: String
required: Boolean!
unique: Boolean!
showOnCreate: Boolean!
quickView: Boolean!
hidden: Boolean!
schemaAssociationID: ID!
position: Int
schemaAssociation: SchemaAssociation!
options(
after: Cursor
first: Int
before: Cursor
last: Int
orderBy: SchemaAssociationPropertyOptionOrder
where: SchemaAssociationPropertyOptionWhereInput
): SchemaAssociationPropertyOptionConnection!
recordAssociationUsage: [RecordAssociationValue!]
}
Fields
SchemaAssociationProperty.id ● ID! non-null scalar
SchemaAssociationProperty.createdAt ● Time! non-null scalar
SchemaAssociationProperty.updatedAt ● Time! non-null scalar
SchemaAssociationProperty.companyID ● String! non-null scalar
SchemaAssociationProperty.apiName ● String! non-null scalar
SchemaAssociationProperty.name ● String! non-null scalar
SchemaAssociationProperty.description ● String scalar
SchemaAssociationProperty.type ● SchemaAssociationPropertyType! non-null enum
SchemaAssociationProperty.default ● Boolean! non-null scalar
SchemaAssociationProperty.regexVerification ● String scalar
SchemaAssociationProperty.required ● Boolean! non-null scalar
SchemaAssociationProperty.unique ● Boolean! non-null scalar
SchemaAssociationProperty.showOnCreate ● Boolean! non-null scalar
SchemaAssociationProperty.quickView ● Boolean! non-null scalar
SchemaAssociationProperty.hidden ● Boolean! non-null scalar
SchemaAssociationProperty.schemaAssociationID ● ID! non-null scalar
SchemaAssociationProperty.position ● Int scalar
SchemaAssociationProperty.schemaAssociation ● SchemaAssociation! non-null object
SchemaAssociationProperty.options ● SchemaAssociationPropertyOptionConnection! non-null object
SchemaAssociationProperty.options.after ● Cursor scalar
Returns the elements in the list that come after the specified cursor.
SchemaAssociationProperty.options.first ● Int scalar
Returns the first n elements from the list.
SchemaAssociationProperty.options.before ● Cursor scalar
Returns the elements in the list that come before the specified cursor.
SchemaAssociationProperty.options.last ● Int scalar
Returns the last n elements from the list.
SchemaAssociationProperty.options.orderBy ● SchemaAssociationPropertyOptionOrder input
Ordering options for SchemaAssociationPropertyOptions returned from the connection.
SchemaAssociationProperty.options.where ● SchemaAssociationPropertyOptionWhereInput input
Filtering options for SchemaAssociationPropertyOptions returned from the connection.
SchemaAssociationProperty.recordAssociationUsage ● [RecordAssociationValue!] list object
Interfaces
Node interface
An object with an ID. Follows the Relay Global Object Identification Specification
Returned By
createSchemaAssociationProperties mutation ● createSchemaAssociationProperty mutation ● updateSchemaAssociationProperty mutation
Member Of
RecordAssociationValue object ● SchemaAssociation object ● SchemaAssociationPropertyEdge object ● SchemaAssociationPropertyOption object