UserNotificationConfiguration
No description
type UserNotificationConfiguration {
id: ID!
userId: ID!
provider: NotificationProviders!
configuration: [KeyValuePair!]!
}
Fields
UserNotificationConfiguration.id ● ID! non-null scalar
The ID of the user notification configuration
UserNotificationConfiguration.userId ● ID! non-null scalar
The ID of the user that the notification configuration belongs to
UserNotificationConfiguration.provider ● NotificationProviders! non-null enum
The provider of the notification configuration
UserNotificationConfiguration.configuration ● [KeyValuePair!]! non-null object
The configuration values for the notification configuration
Member Of
UserNotificationConfigurationEdge object ● UserNotificationConfigurations object