graphql-engine-1.0.0: GraphQL API over Postgres
Safe HaskellSafe-Inferred
LanguageHaskell2010

Hasura.NativeQuery.Validation

Description

Generic validation of native queries while tracking them.

Synopsis

Documentation

validateArgumentDeclaration :: (MonadIO m, MonadError QErr m) => NativeQueryMetadata b -> m () Source #

Check that the set of declared arguments and the set of used arguments (in the code) is the same.