Skip to main content

CreateSchemaPropertyInput

CreateSchemaPropertyInput is used for create SchemaProperty object. Input was generated by ent.

input CreateSchemaPropertyInput {
apiName: String!
name: String!
description: String
type: SchemaPropertyType!
regexVerification: String
computedFunction: String
required: Boolean
unique: Boolean
showOnCreate: Boolean
quickView: Boolean
hidden: Boolean
position: Int
groupID: ID!
widgetIDs: [ID!]
}

Fields

CreateSchemaPropertyInput.apiName ● String! non-null scalar

CreateSchemaPropertyInput.name ● String! non-null scalar

CreateSchemaPropertyInput.description ● String scalar

CreateSchemaPropertyInput.type ● SchemaPropertyType! non-null enum

CreateSchemaPropertyInput.regexVerification ● String scalar

CreateSchemaPropertyInput.computedFunction ● String scalar

CreateSchemaPropertyInput.required ● Boolean scalar

CreateSchemaPropertyInput.unique ● Boolean scalar

CreateSchemaPropertyInput.showOnCreate ● Boolean scalar

CreateSchemaPropertyInput.quickView ● Boolean scalar

CreateSchemaPropertyInput.hidden ● Boolean scalar

CreateSchemaPropertyInput.position ● Int scalar

CreateSchemaPropertyInput.groupID ● ID! non-null scalar

CreateSchemaPropertyInput.widgetIDs ● [ID!] list scalar

Member Of

createProperties mutation ● createProperty mutation