Magek Framework
    Preparing search index...

    Function graphQLDispatcher

    • Serves a GraphQL request. GraphQL resolvers can send response objects back to the client.

      Parameters

      • rawRequest: unknown

        A provider-specific representation of the GraphQL request.

      Returns Promise<unknown>

      A promise that resolves to the GraphQL response.