Skip to content

Instantly share code, notes, and snippets.

@yanmendes
Created July 24, 2019 18:06
Show Gist options
  • Save yanmendes/122bbcf562e636e48fbc88897118505a to your computer and use it in GitHub Desktop.
Save yanmendes/122bbcf562e636e48fbc88897118505a to your computer and use it in GitHub Desktop.
# Write your query or mutation here
{
suggestions(
modality:SaudePme
city:"sao-paulo-sp"
accreditedIds:[11399]
accommodation:"Enf"
numberOfPeople:[{
range:"0-18"
value:3
}]
modalities: ["foo", "bar"]) {
plan {
name
}
}
}
returns "error": {
"errors": [
{
"message": "Unknown argument \"modalities\" on field \"suggestions\" of type \"Query\". Did you mean \"modality\"?"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment