@@ -83,8 +83,8 @@ discard block |
||
| 83 | 83 | } |
| 84 | 84 | |
| 85 | 85 | /** |
| 86 | - * @param $schema |
|
| 87 | - * @param $operations |
|
| 86 | + * @param string $schema |
|
| 87 | + * @param \GraphQL\Server\OperationParams $operations |
|
| 88 | 88 | * @param array $globals |
| 89 | 89 | * |
| 90 | 90 | * @return \Drupal\Core\Cache\CacheableJsonResponse |
@@ -103,7 +103,7 @@ discard block |
||
| 103 | 103 | |
| 104 | 104 | |
| 105 | 105 | /** |
| 106 | - * @param $schema |
|
| 106 | + * @param string $schema |
|
| 107 | 107 | * @param $operations |
| 108 | 108 | * @param array $globals |
| 109 | 109 | * |