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.
- : Boolean
- # An API key.
- : Text
- # A note about this entity.
- : NoteMutationInput
- }