Nuxt/examples/vue-apollo/apollo/queries/allCars.gql
2017-08-03 11:20:05 +02:00

9 lines
55 B
GraphQL

{
allCars {
id
make
model
year
}
}