You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related topics referencing this issue.
In #43 a change was made to convert composite keys to a tuple.
graphql-core made a change such that a tuple is no longer accepted as a valid ID (whereas it would previously just call
str
on the tuple).The result is an error such as the following when an object of the type is requested with its
id
field:The text was updated successfully, but these errors were encountered: