7 lines
62 B
GraphQL
7 lines
62 B
GraphQL
query Continents {
|
|
countries_continents {
|
|
name
|
|
code
|
|
}
|
|
}
|