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 ce5c1b4 commit 5317203Copy full SHA for 5317203
Readme.md
@@ -179,6 +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.
183
// You can also use `DB::raw()` to solve more complex issues
184
'alias' => 'user_id',
185
],
0 commit comments