GraphQL Integration Add-On

The GraphQL add-on extends Staff-related functionality for GraphQL-based storefronts and integrations.

Package

  • Composer package: mageb2b/staff-graph-ql

Installation

composer config bearer.repo.softwaresilo.io composer config repositories.softwaresilo composer https://repo.softwaresilo.io/ composer require mageb2b/staff-graph-ql:* php bin/magento setup:upgrade php bin/magento cache:flush

What It Enables

  • GraphQL access for Staff-related use cases (scope depends on installed module version)
  • Better integration for headless storefronts
  • Reuse of staff context in GraphQL workflows

Verification

  • Ensure the module is enabled in Magento
  • Run a GraphQL schema introspection in your environment
  • Confirm Staff-related types/fields are available for your installed version

Found an issue with this documentation? Let us know