GraphqlModuleLike.execute(args: { schema: GraphqlSchemaLike; document: unknown; rootValue?: unknown; contextValue?: unknown; variableValues?: unknown; operationName?: string | null | undefined; }): unknown
Execute a document; the result carries data and/or errors.
args: { schema: GraphqlSchemaLike; document: unknown; rootValue?: unknown; contextValue?: unknown; variableValues?: unknown; operationName?: string | null | undefined; }