OBJECT

SendgridSettingsDeleteMutationPayload

Autogenerated return type of SendgridSettingsDeleteMutation.

link GraphQL Schema definition

  • type SendgridSettingsDeleteMutationPayload {
  • # A unique identifier for the client performing the mutation.
  • clientMutationId: String
  • errors: [ValidationError!]
  • sendgridSettings: SendgridSettings
  • status: Int!
  • }