UpdateSchemaAssociationPropertyInput
UpdateSchemaAssociationPropertyInput is used for update SchemaAssociationProperty object. Input was generated by ent.
input UpdateSchemaAssociationPropertyInput {
name: String
description: String
clearDescription: Boolean
type: SchemaAssociationPropertyType
regexVerification: String
clearRegexVerification: Boolean
required: Boolean
unique: Boolean
showOnCreate: Boolean
quickView: Boolean
hidden: Boolean
position: Int
clearPosition: Boolean
}
Fields
UpdateSchemaAssociationPropertyInput.name ● String scalar
UpdateSchemaAssociationPropertyInput.description ● String scalar
UpdateSchemaAssociationPropertyInput.clearDescription ● Boolean scalar
UpdateSchemaAssociationPropertyInput.type ● SchemaAssociationPropertyType enum
UpdateSchemaAssociationPropertyInput.regexVerification ● String scalar
UpdateSchemaAssociationPropertyInput.clearRegexVerification ● Boolean scalar
UpdateSchemaAssociationPropertyInput.required ● Boolean scalar
UpdateSchemaAssociationPropertyInput.unique ● Boolean scalar
UpdateSchemaAssociationPropertyInput.showOnCreate ● Boolean scalar
UpdateSchemaAssociationPropertyInput.quickView ● Boolean scalar
UpdateSchemaAssociationPropertyInput.hidden ● Boolean scalar
UpdateSchemaAssociationPropertyInput.position ● Int scalar
UpdateSchemaAssociationPropertyInput.clearPosition ● Boolean scalar
Member Of
updateSchemaAssociationProperty mutation