Skip to main content

Module executor

Module executor 

Source
Expand description

GraphQL executor for executing queries and mutations.

This module provides a thin wrapper around async-graphql execution that produces JSON payloads suitable for Spikard’s HTTP handlers.

Structs§

GraphQLExecutor
Generic GraphQL executor that wraps an async-graphql schema.