INPUT_OBJECT

MappedAttributeUnassignInput

link GraphQL Schema definition

1input MappedAttributeUnassignInput {
2
3attributeTypeName: String!
4
5# Leave empty/null if you want to unassign all attributes of this type.
6attributeId: Int
7}