customer.api.graphql 70 B

1234
  1. type Query {
  2. customers: [Customer]
  3. customer(id: Int!): Customer
  4. }