mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
Add reference to query caching Note in fieldWithDefault
This commit is contained in:
parent
c01af54e0c
commit
6ecc011082
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user