-
Notifications
You must be signed in to change notification settings - Fork 310
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?
linjieAda, semenovDL, muuki88, mxmzb, airandfingers and 10 more
Metadata
Metadata
Assignees
Labels
No labels