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

Hasura.RQL.DDL.ConnectionTemplate

Description

ConnectionTemplate

This module defines the needed types/functions for implementing the metadata API `backend_test_connection_template`.

Synopsis

Documentation

runTestConnectionTemplate :: forall b m. (MonadError QErr m, CacheRM m, Backend b, MetadataM m) => TestConnectionTemplate b -> m EncJSON Source #

Resolver for the metadata API `backend_test_connection_template`