OBJECT

StockChangePayload

link GraphQL Schema definition

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

link Required by