CreateSchemaAssociationPropertyOptionInput
CreateSchemaAssociationPropertyOptionInput is used for create SchemaAssociationPropertyOption object. Input was generated by ent.
input CreateSchemaAssociationPropertyOptionInput {
value: String!
label: String!
enabled: Boolean
hidden: Boolean
position: Int
}
Fields
CreateSchemaAssociationPropertyOptionInput.value ● String! non-null scalar
CreateSchemaAssociationPropertyOptionInput.label ● String! non-null scalar
CreateSchemaAssociationPropertyOptionInput.enabled ● Boolean scalar
CreateSchemaAssociationPropertyOptionInput.hidden ● Boolean scalar
CreateSchemaAssociationPropertyOptionInput.position ● Int scalar
Member Of
createSchemaAssociationProperties mutation ● createSchemaAssociationProperty mutation ● updateSchemaAssociationProperty mutation