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 0a82be2 commit 1237c18Copy full SHA for 1237c18
Readme.md
@@ -179,7 +179,7 @@ class UserType extends GraphQLType
179
'type' => Type::nonNull(Type::string()),
180
'description' => 'The id of the user',
181
// Use 'alias', if the database column is different from the type name.
182
- // This is supposed for discrete values as well as relations.
+ // This is supported for discrete values as well as relations.
183
// You can also use `DB::raw()` to solve more complex issues
184
'alias' => 'user_id',
185
],
0 commit comments