INPUT_OBJECT

SendgridSettingsCreateOrUpdateMutationInput

Autogenerated input type of SendgridSettingsCreateOrUpdateMutation

link GraphQL Schema definition

  • input SendgridSettingsCreateOrUpdateMutationInput {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • # SendGrid API key.
  • apiKey: String!
  • # Use SendGrid legacy Marketing Campaigns API?
  • useLegacyCampaigns: Boolean!
  • }