INPUT_OBJECT
CreateOrUpdateFormViewInput
link GraphQL Schema definition
- input CreateOrUpdateFormViewInput {
- : String
- # Unique identifier of entity.
- : ID
- # 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!]
- }