Lee Richmond
Lee Richmond
This would get messed up when multiple belongs_to were in the same GQL request.
This code is more for reference than review. The intent of this PR is to increase transparency and collaboration so we can get input from the community on the best...
Should link to documentation and the `self.validate_endpoints = false` escape valve
When sideloading, we don't apply a pagination limit by default. However we DO apply this when calling remote APIs (we don't send any pagination info, so likely hits a default...
If you PATCHed to `/posts/1`, but send payload with a different id: ```ruby { data: { id: 789, type: 'posts', attributes: { ... } } } ``` We pay attention...
And convert to Ruby's `nil`
Particularly for cross-api requests that require authentication.
Originally https://github.com/graphiti-api/graphiti_old_archived/issues/54 Currently trying to sort or filter on something defined with extra_attributes will raise an error that the filter or sort is not defined. The DSL will accept both...
If an API adds an enum, and that enum appears in the response, this client will throw an `unexpected enum value` until the schema is updated. Clients who don't control...