Graph QLExecutor
interface GraphQLExecutor
An interface for executing GraphQL operations, including queries, mutations, and subscriptions.
Implementers of this interface are responsible for executing GraphQL operations and returning the results, while handling any errors that may occur during the execution.