OBJECT
SubscriptionPlan
link GraphQL Schema definition
1 type SubscriptionPlan { 2 Int! : 3 4 String! : 5 6 Status! : 7 8 DateInterval! : 9 10 # Required permission: SubscriptionPlan.internalComment:read 11 String : 12 13 Float : 14 15 # Arguments 16 # format: ISO-8601 17 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 18 19 # Arguments 20 # format: ISO-8601 21 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 22 23 # Required permission: Display:read 24 # 25 # Limit must be in range 1 - 200 26 # 27 # Store restrictions apply. 28 # 29 # Arguments 30 # where: (self-explanatory) 31 # sort: (self-explanatory) 32 # limit: (self-explanatory) 33 # page: (self-explanatory) 34 DisplayItemFilter, : [DisplayItemSort!] = [displayId_ASC, customOrder_ASC], : Int = 20, : Int = 1): [DisplayItem!]! ( : 35 36 # Required permission: none 37 # 38 # Limit must be in range 1 - 200 39 # 40 # Arguments 41 # where: (self-explanatory) 42 # sort: (self-explanatory) 43 # limit: (self-explanatory) 44 # page: (self-explanatory) 45 ProductVariantFilter, : [ProductVariantSort!] = [id_ASC], : Int = 20, : Int = 1): [ProductVariant!]! ( : 46 47 # Required permission: Store:read 48 # 49 # Store restrictions apply. 50 Store! : 51 52 SubscriptionShippingType! : 53 54 }
link Required by
- Bundle
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- ProductVariant
- Query The main queries are here, click to expand
- Subscription
- SubscriptionPlanCreatePayload
- SubscriptionPlanUpdatePayload
- SubscriptionPlanVariantsSetPayload
- SubscriptionPlanVariantsUnsetPayload