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
With the publication of 0.9.0 which includes #600, postgraphqlbroke. Postgraphql implemented __id in advance in order to support the customers use case, there is a pending request open here that refers to the validity of it (even though it is not yet implemented). Might it be good to add an exception case if __ is used for __id: GraphQLID in order to not-break that case?