@@ -71,8 +71,8 @@ discard block |
||
71 | 71 | } |
72 | 72 | |
73 | 73 | /** |
74 | - * @param $schema |
|
75 | - * @param $operations |
|
74 | + * @param string $schema |
|
75 | + * @param \GraphQL\Server\OperationParams $operations |
|
76 | 76 | * @param bool $debug |
77 | 77 | * |
78 | 78 | * @return \Drupal\Core\Cache\CacheableJsonResponse |
@@ -85,7 +85,7 @@ discard block |
||
85 | 85 | } |
86 | 86 | |
87 | 87 | /** |
88 | - * @param $schema |
|
88 | + * @param string $schema |
|
89 | 89 | * @param $operations |
90 | 90 | * @param bool $debug |
91 | 91 | * |