Closed
Description
It is not possible to run queries like this because the name of the operation I want the server to execute cannot be specified (see http://graphql.org/learn/serving-over-http/#post-request):
query HeroName {
hero {
name
}
}
query HeroNameAndFriends {
hero {
name
friends {
name
}
}
}
Do you intend to add this functionality?
Metadata
Metadata
Assignees
Labels
No labels