Add reference to query caching Note in fieldWithDefault

This commit is contained in:
Alexis King 2020-08-21 12:37:29 -05:00
parent c01af54e0c
commit 6ecc011082

View File

@ -603,9 +603,8 @@ fieldWithDefault name description defaultValue parser = InputFieldsParser
where
expectedType = Just $ toGraphQLType $ pType parser
parseValue _ value = pInputParser parser value
{-
FIXME!!!!
FIXME!!!!
{- See Note [Temporarily disabling query plan caching] in
Hasura.GraphQL.Execute.Plan.
parseValue expectedType value = case value of
VVariable (var@Variable { vInfo, vValue }) -> do