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

9 lines
55 B
GraphQL

{
allCars {
id
make
model
year
}
}