GraphQL Add-On

The GraphQL integration for B2B Quote is provided as a separate add-on module (not part of the REST API add-on).

What It Typically Adds

  • GraphQL queries to fetch quotes (customer context)
  • GraphQL mutations to submit/accept quotes, update items, add messages, etc.
  • Schema types mirroring quote state/status, totals, items, attachments, messages

Installation (Composer)

1) Require package

composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ composer require mageb2b/b2b-quote-graph-ql:*

2) Enable module + run setup

php bin/magento module:enable MageB2B_B2BQuoteGraphQl php bin/magento setup:upgrade php bin/magento cache:flush

Adjust module name if your package provides a different Magento module identifier.

Notes

  • GraphQL usually requires store/customer context; test with a customer token.
  • Keep REST and GraphQL permissions aligned with your API governance.

Screenshot placeholder: GraphQL playground / Insomnia example
File: ./_screenshots/graphql-example.png

Found an issue with this documentation? Let us know