INPUT_OBJECT

UpdatePreseemMutationInput

The input object that defines the fields for the updatePreseem mutation.

link GraphQL Schema definition

  • input UpdatePreseemMutationInput {
  • # Whether or not this is enabled.
  • enabled: Boolean
  • # An API key.
  • api_key: Text
  • # A note about this entity.
  • note: NoteMutationInput
  • }

link Require by