CreateSchemaAssociationPropertyInput
CreateSchemaAssociationPropertyInput is used for create SchemaAssociationProperty object. Input was generated by ent.
input CreateSchemaAssociationPropertyInput {
apiName: String!
name: String!
description: String
type: SchemaAssociationPropertyType!
regexVerification: String
required: Boolean
unique: Boolean
showOnCreate: Boolean
quickView: Boolean
hidden: Boolean
position: Int
}
Fields
CreateSchemaAssociationPropertyInput.apiName ● String! non-null scalar
CreateSchemaAssociationPropertyInput.name ● String! non-null scalar
CreateSchemaAssociationPropertyInput.description ● String scalar
CreateSchemaAssociationPropertyInput.type ● SchemaAssociationPropertyType! non-null enum
CreateSchemaAssociationPropertyInput.regexVerification ● String scalar
CreateSchemaAssociationPropertyInput.required ● Boolean scalar
CreateSchemaAssociationPropertyInput.unique ● Boolean scalar
CreateSchemaAssociationPropertyInput.showOnCreate ● Boolean scalar
CreateSchemaAssociationPropertyInput.quickView ● Boolean scalar
CreateSchemaAssociationPropertyInput.hidden ● Boolean scalar
CreateSchemaAssociationPropertyInput.position ● Int scalar
Member Of
createSchemaAssociationProperties mutation ● createSchemaAssociationProperty mutation