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
According to the GraphQL spec IDs must not contain spaces. So I think the toJson function should actually be toJson : Request a b -> Result Error Value so that GraphQl.field "field with space" would cause an error.