OBJECT

AttributesUnassignPayload

link GraphQL Schema definition

1type AttributesUnassignPayload implements Payload {
2object: ObjectWithAttributes
3
4userErrors: [UserError!]!
5
6userWarnings: [UserWarning!]!
7
8}

link Required by