mirror of
https://github.com/graphql-hive/console
synced 2026-04-27 01:17:16 +00:00
6 lines
62 B
GraphQL
6 lines
62 B
GraphQL
|
|
query NewHopeHero {
|
||
|
|
hero(episode: NEWHOPE) {
|
||
|
|
name
|
||
|
|
}
|
||
|
|
}
|