Nuxt/examples/vue-apollo/apollo/queries/allCars.gql

9 lines
55 B
Plaintext
Raw Normal View History

{
allCars {
id
make
model
year
}
}