OBJECT
Subscription
link GraphQL Schema definition
- type Subscription {
- # Arguments
- # filter: [Not documented]
- # mutations: [Not documented]
- (
- : MarkerSubscriptionFilter,
- : [MarkerMutationEvent]!
- ): MarkerSubscriptionPayload
- # Arguments
- # filter: [Not documented]
- # mutations: [Not documented]
- (
- : RoleSubscriptionFilter,
- : [RoleMutationEvent]!
- ): RoleSubscriptionPayload
- # Arguments
- # filter: [Not documented]
- # mutations: [Not documented]
- (
- : EpisodeSubscriptionFilter,
- : [EpisodeMutationEvent]!
- ): EpisodeSubscriptionPayload
- # Arguments
- # filter: [Not documented]
- # mutations: [Not documented]
- (
- : FileSubscriptionFilter,
- : [FileMutationEvent]!
- ): FileSubscriptionPayload
- # Arguments
- # filter: [Not documented]
- # mutations: [Not documented]
- (
- : UserSubscriptionFilter,
- : [UserMutationEvent]!
- ): UserSubscriptionPayload
- }
link Require by
This element is not required by anyone