We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb0685 commit 767e167Copy full SHA for 767e167
1 file changed
src/Plugin/SchemaExtensionPluginInterface.php
@@ -13,9 +13,6 @@ interface SchemaExtensionPluginInterface extends PluginInspectionInterface, Deri
13
*
14
* @param \Drupal\graphql\GraphQL\ResolverRegistryInterface $registry
15
* The resolver registry.
16
- *
17
- * @return \GraphQL\Type\Schema
18
- * The schema.
19
*/
20
public function registerResolvers(ResolverRegistryInterface $registry);
21
0 commit comments