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
When I tried to add dynamic input for the root query in these examples I can always see an error "Must provide an operation" message.This occurred only in this examples.
query RootQuery($filter:String) {
accounts(filter:$filter){
account_number,
account_type_code,
region
}
}
Can you please add any example for this kind of requirement.
The text was updated successfully, but these errors were encountered:
When I tried to add dynamic input for the root query in these examples I can always see an error "Must provide an operation" message.This occurred only in this examples.
Can you please add any example for this kind of requirement.
The text was updated successfully, but these errors were encountered: