INPUT_OBJECT
CreateFormViewInput
link GraphQL Schema definition
- input CreateFormViewInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID
- # Ids of fields hidden on the form
- : [UUID!]!
- # Field containing json.
- : [FormViewItemColorInput!]!
- # Relation to single entity instance.
- : ID
- # Name of the entity and its default text representation.
- : String!
- # Relation to single entity instance.
- : ID
- # Relation to single entity instance.
- : ID!
- # Field whose values are strictly defined with an enumeration of values.
- : ShareModeEnum
- # Boolean value.
- : Boolean
- # Revision when entity was lastly changed.
- : Int
- # Relations to SalesUnits.
- : [CreateFormViewSharingSalesUnitRelationNoFormViewBackrefInput!]
- # Relations to Clients.
- : [CreateFormViewSharingClientRelationNoFormViewBackrefInput!]
- }