0.1.7 • Published 1 year ago

@itleadopencommerce/api-plugin-attributes v0.1.7

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
1 year ago

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