Created
July 24, 2019 18:06
-
-
Save yanmendes/122bbcf562e636e48fbc88897118505a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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