api-plugin-attributes
Description
Methods
Queries
attributeList
Summary
Get a attributeList by its ID
Return
type AttributeList
|| ReactionError("not-found")
attributeLists
Summary
Get a attributeLists with pagination
OPTIONAL: you can provide attributeListIds to get the certain attributeLists
Return
type AttributeListConnection
|| ReactionError("not-found")
attribute
Summary
Get a attribute by its ID
Return
type Attribute
|| ReactionError("not-found")
attributes
Summary
Get a attributes with pagination
OPTIONAL: you can provide attributesId to get the certain attributeLists
Return
type AttributesConnection
|| ReactionError("not-found")
Mutations
createAttributeList
deleteAttributeList
updateAttributeList
createAttribute
deleteAttribute
updateAttribute