INPUT_OBJECT

CreateFormViewInput

link GraphQL Schema definition

  • input CreateFormViewInput {
  • clientMutationId: String
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Relation to single entity instance.
  • accountTypeId: ID
  • # Relation to single entity instance.
  • contactTypeId: ID
  • # Ids of fields hidden on the form
  • hiddenItemIds: [UUID!]!
  • # Field containing json.
  • itemColors: [FormViewItemColorInput!]!
  • # Relation to single entity instance.
  • leadTypeId: ID
  • # Name of the entity and its default text representation.
  • name: String!
  • # Relation to single entity instance.
  • opptyTypeId: ID
  • # Relation to single entity instance.
  • ownerId: ID!
  • # Field whose values are strictly defined with an enumeration of values.
  • shareMode: ProfileShareMode
  • # Boolean value.
  • useLang: Boolean
  • # Revision when entity was lastly changed.
  • revision: Int
  • sharingClients: [UUID!]
  • sharingUnits: [UUID!]
  • }

link Require by