OBJECT
BundleCreatePayload
link GraphQL Schema definition
1 type BundleCreatePayload implements Payload { 2 # Required permission: Bundle:read 3 : Bundle 4 5 : [UserError!]! 6 7 : [UserWarning!]! 8 9 }
OBJECT
1 type BundleCreatePayload implements Payload { 2 # Required permission: Bundle:read 3 : Bundle 4 5 : [UserError!]! 6 7 : [UserWarning!]! 8 9 }