GraphQlServer Module
Context\Context
This class serves as a context container for GraphQL requests in Magento 2. Developers use it to store and retrieve request-specific data (like custom...
Model\Context\ContextFactory
This factory class creates Context objects for GraphQL requests by collecting contextual data from registered value providers. Developers use this to...
Model\Context\ContextValueInterface
This interface defines a contract for context value objects used in GraphQL server operations. Developers implement this interface to create custom co...
Server
This class serves as the main GraphQL server executor in Magento 2. Developers use this class to process GraphQL queries by parsing the query string,...
UrlProvider
This class provides the URL for Magento's GraphQL server endpoint. Developers use it to programmatically retrieve the GraphQL gateway URL with proper...