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
Query inputs throw "Unknown type \"String\"." for all basic types. It seems as though the basic scalars are not included in the schema after being parsed. Defining the scalars explicitly in the schema seems to resolve the issue:
Not sure whether this is expected or not as this doesn't happen in the rules tests because the scalars are explicitly defined in the introspection schema here.
Observed behavior
validate(&schema,&query,&default_rules_validation_plan) # => `"Unknowntype \"String\"."` for all basic types.