We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835a4bb commit 07bd66cCopy full SHA for 07bd66c
README.md
@@ -41,7 +41,7 @@ php artisan vendor:publish --provider="StudioNet\GraphQL\ServiceProvider"
41
Each source of data must have a corresponding definition in order to retrieve
42
fetchable and mutable fields.
43
44
-```
+```php
45
# app/GraphQL/Definition/UserDefinition.php
46
47
namespace App\GraphQL\Definition;
@@ -58,7 +58,7 @@ use App\User;
58
class UserDefinition extends Definition {
59
/**
60
* Set a name to the definition. The name will be lowercase in order to
61
- retrieve it with `\GraphQL::type` or `\GraphQL::listOf` methods
+ * retrieve it with `\GraphQL::type` or `\GraphQL::listOf` methods
62
*
63
* @return string
64
*/
0 commit comments