@@ -558,48 +558,6 @@ extensionASTNodes?: array<SchemaExtensionNode>|null,
558558static function create(array $options = []): self
559559```
560560
561- ``` php
562- /**
563- * @api
564- */
565- function getQuery(): ?GraphQL\Type\Definition\ObjectType
566- ```
567-
568- ``` php
569- /**
570- * @api
571- */
572- function setQuery(?GraphQL\Type\Definition\ObjectType $query): self
573- ```
574-
575- ``` php
576- /**
577- * @api
578- */
579- function getMutation(): ?GraphQL\Type\Definition\ObjectType
580- ```
581-
582- ``` php
583- /**
584- * @api
585- */
586- function setMutation(?GraphQL\Type\Definition\ObjectType $mutation): self
587- ```
588-
589- ``` php
590- /**
591- * @api
592- */
593- function getSubscription(): ?GraphQL\Type\Definition\ObjectType
594- ```
595-
596- ``` php
597- /**
598- * @api
599- */
600- function setSubscription(?GraphQL\Type\Definition\ObjectType $subscription): self
601- ```
602-
603561``` php
604562/**
605563 * @return array|callable
@@ -752,13 +710,6 @@ function getMutationType(): ?GraphQL\Type\Definition\ObjectType
752710function getSubscriptionType(): ?GraphQL\Type\Definition\ObjectType
753711```
754712
755- ``` php
756- /**
757- * @api
758- */
759- function getConfig(): GraphQL\Type\SchemaConfig
760- ```
761-
762713``` php
763714/**
764715 * Returns a type by name.
@@ -2019,13 +1970,6 @@ Usage example:
20191970static function create(array $config = []): self
20201971```
20211972
2022- ``` php
2023- /**
2024- * @api
2025- */
2026- function setSchema(GraphQL\Type\Schema $schema): self
2027- ```
2028-
20291973``` php
20301974/**
20311975 * @param mixed|callable $context
@@ -2077,13 +2021,6 @@ function setErrorsHandler(callable $handler): self
20772021function setValidationRules($validationRules): self
20782022```
20792023
2080- ``` php
2081- /**
2082- * @api
2083- */
2084- function setFieldResolver(callable $fieldResolver): self
2085- ```
2086-
20872024``` php
20882025/**
20892026 * @phpstan-param PersistedQueryLoader|null $persistedQueryLoader
@@ -2113,13 +2050,6 @@ function setDebugFlag(int $debugFlag = 'GraphQL\\Error\\DebugFlag::INCLUDE_DEBUG
21132050function setQueryBatching(bool $enableBatching): self
21142051```
21152052
2116- ``` php
2117- /**
2118- * @api
2119- */
2120- function setPromiseAdapter(GraphQL\Executor\Promise\PromiseAdapter $promiseAdapter): self
2121- ```
2122-
21232053## GraphQL\Server\Helper
21242054
21252055Contains functionality that could be re-used by various server implementations.
0 commit comments