UpdatePreferencesInput
Autogenerated input type of UpdatePreferences
input UpdatePreferencesInput {
clientMutationId: String
companyId: ID!
templateId: String!
enabled: Boolean!
type: ChannelEnum!
}
Fields
UpdatePreferencesInput.clientMutationId
● String
scalar
A unique identifier for the client performing the mutation.
UpdatePreferencesInput.companyId
● ID!
non-null scalar
ID of company
UpdatePreferencesInput.templateId
● String!
non-null scalar
UpdatePreferencesInput.enabled
● Boolean!
non-null scalar
UpdatePreferencesInput.type
● ChannelEnum!
non-null enum
Member Of
updateNotificationPreferences
mutation