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"): String! ( : 18 19 # Arguments 20 # format: ISO-8601 21 String = "Y-m-d\\TH:i:sP"): String! ( : 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 ( 35 DisplayItemFilter, : 36 DisplayItemSort!] = [displayId_ASC, customOrder_ASC], : [ 37 Int = 20, : 38 Int = 1 : 39 ): [DisplayItem!]! 40 41 # Required permission: none 42 # 43 # Limit must be in range 1 - 200 44 # 45 # Arguments 46 # where: (self-explanatory) 47 # sort: (self-explanatory) 48 # limit: (self-explanatory) 49 # page: (self-explanatory) 50 ( 51 ProductVariantFilter, : 52 ProductVariantSort!] = [id_ASC], : [ 53 Int = 20, : 54 Int = 1 : 55 ): [ProductVariant!]! 56 57 # Required permission: Store:read 58 # 59 # Store restrictions apply. 60 Store! : 61 62 }