You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Did the following:
1.install composer require rebing/graphql-laravel
2.Publish the PHP artisan vendor:publish --provider="Rebing\GraphQL\GraphQLServiceProvider"
3. Create the User query Class
4. Create the User type class
5. Then configure the User query and User type in "config/grapql.php"
when running the below commands query{
users{
id
}
}
The error looks like below, must include at least one of those two parameters: "query" or "queryId"
This discussion was converted from issue #1089 on March 22, 2022 08:45.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Did the following:
1.install composer require rebing/graphql-laravel
2.Publish the PHP artisan vendor:publish --provider="Rebing\GraphQL\GraphQLServiceProvider"
3. Create the User query Class
4. Create the User type class
5. Then configure the User query and User type in "config/grapql.php"
when running the below commands
query{
users{
id
}
}
The error looks like below,
must include at least one of those two parameters: "query" or "queryId"
Beta Was this translation helpful? Give feedback.
All reactions