You may need to configure a proxy server if you're having trouble cloning
or fetching from a remote repository or getting an error
like unable to access '...' Couldn't resolve host '...'.
Consider something like:
| type Order @model | |
| @key(name: "byCustomerByStatusByDate", fields: ["customerID", "status", "date"]) | |
| @key(name: "byCustomerByDate", fields: ["customerID", "date"]) | |
| @key(name: "byRepresentativebyDate", fields: ["accountRepresentativeID", "date"]) | |
| @key(name: "byProduct", fields: ["productID", "id"]) | |
| { | |
| id: ID! | |
| customerID: ID! | |
| accountRepresentativeID: ID! | |
| productID: ID! |
| Title | Description