OBJECT

BundleUpdatePayload

link GraphQL Schema definition

1type BundleUpdatePayload implements Payload {
2# Required permission: Bundle:read
3bundle: Bundle
4
5userErrors: [UserError!]!
6
7userWarnings: [UserWarning!]!
8
9}

link Required by