INPUT_OBJECT

CreateOrUpdateGhostContactInput

link GraphQL Schema definition

  • input CreateOrUpdateGhostContactInput {
  • clientMutationId: String
  • # Unique identifier of entity.
  • id: ID
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Name of the entity and its default text representation.
  • name: String
  • # Simple text input field.
  • position: String
  • # Revision when entity was lastly changed.
  • revision: Int
  • }

link Require by