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
It has been reported to us that when custom scalar with parse_literal is given literal value in query that has been called with variables, function passed to parse_literal will be called with two arguments instead of one: ast of literal and dict with query variables:
I've found that value_from_ast_untyped is called with two arguments in situation when query variables are present, but couldn't find anything about custom parse_literal.