OBJECT
Subscription
link GraphQL Schema definition
1 type Subscription { 2 3 Boolean! : 4 5 User : 6 7 Int! : 8 9 PaymentIntent : 10 11 Int! : 12 13 SubscriptionStatus! : 14 15 User : 16 17 String! : 18 19 }
OBJECT
1 type Subscription { 2 3 Boolean! : 4 5 User : 6 7 Int! : 8 9 PaymentIntent : 10 11 Int! : 12 13 SubscriptionStatus! : 14 15 User : 16 17 String! : 18 19 }