OBJECT

AttributeCreatePayload

link GraphQL Schema definition

1type AttributeCreatePayload implements Payload {
2# Required permission: Attribute:read
3attribute: MappedAttribute
4
5userErrors: [UserError!]!
6
7userWarnings: [UserWarning!]!
8
9}

link Required by