OBJECT
AriaNotificationTargetsProvider
Describes a notification target provider for Aria
link GraphQL Schema definition
- type AriaNotificationTargetsProvider implements NotificationTargetsProvider {
- # Information about this provider
- NotificationTargetsProviderInfo! :
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # filter: [Not documented]
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- (
- String, :
- QueryFilter, :
- Int :
- ): AriaNotificationTargetTypeConnection
- # Arguments
- # after: Return records after the given cursor, as per GraphQL
- # Relay spec
- # filter: [Not documented]
- # first: Return first N records in a paged response, as per
- # GraphQL Relay spec
- # sort: Sort order for results in the connection
- (
- String, :
- QueryFilter, :
- Int, :
- QuerySort!] : [
- ): AriaNotificationTargetConnection
- }