Spencer Ellinor
Results
2
issues of
Spencer Ellinor
When creating a new object that has a relationship, for example (using the [employee-directory example app](https://github.com/graphiti-api/employee_directory)) ```json { "data": { "type": "teams", "attributes": { "name": "Foobar Ltd." }, "relationships": {...
The original error was that the `afterFetch` middleware functions weren't being called because of various short-circuiting logic within `Request#_handleResponse`. ### Behavior changes - When sending a `DELETE` and getting a...