What are the available GraphQL queries for Product Labels?

What are the available GraphQL queries for Product Labels?

The Product Labels extension is read compatible with GraphQL out of the box. To install the corresponding package, please execute the following Composer command: 

composer require amasty/product-labels-graphql

Once the package is installed, the latest information on the available queries can be derived from the dedicated schema.graphql file located in the GraphQL Labels package via one of the below paths.

⇾ if the module was uploaded manually:

app/code/Amasty/LabelGraphQl/etc/schema.graphql
      
⇾ if the module was installed via Composer:

vendor/amasty/product-labels-graphql/etc/schema.graphql

Furthermore, we have also released a PWA add-on for the Product Labels extension to provide full compatibility with a PWA theme.