@@ -71,9 +71,8 @@ discard block |
||
| 71 | 71 | } |
| 72 | 72 | |
| 73 | 73 | /** |
| 74 | - * @param $schema |
|
| 75 | - * @param $operations |
|
| 76 | - * @param array $globals |
|
| 74 | + * @param string $schema |
|
| 75 | + * @param \GraphQL\Server\OperationParams $operations |
|
| 77 | 76 | * |
| 78 | 77 | * @return \Drupal\Core\Cache\CacheableJsonResponse |
| 79 | 78 | * @throws \Drupal\Component\Plugin\Exception\PluginException |
@@ -86,9 +85,8 @@ discard block |
||
| 86 | 85 | } |
| 87 | 86 | |
| 88 | 87 | /** |
| 89 | - * @param $schema |
|
| 88 | + * @param string $schema |
|
| 90 | 89 | * @param $operations |
| 91 | - * @param array $globals |
|
| 92 | 90 | * |
| 93 | 91 | * @return \Drupal\Core\Cache\CacheableJsonResponse |
| 94 | 92 | * @throws \Drupal\Component\Plugin\Exception\PluginException |