INPUT_OBJECT
Autogenerated input type of SendgridSettingsCreateOrUpdateMutation
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!}