Nuxt/examples/vue-apollo/queries/allCars.gql
2017-07-27 16:26:03 +02:00

9 lines
55 B
GraphQL

{
allCars {
id
make
model
year
}
}