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
I wanted to return Option<FieldResult<Foo>> from a field, but I can't because FieldResult doesn't implement GraphQLType. Thoughts? I could probably do the PR (assuming this is even possible, didn't really look into it).