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

Hasura.NativeQuery.Cache

Description

The representation of native queries as derived from the schema cache.

Synopsis

Documentation

data NativeQueryInfo (b :: BackendType) Source #

The type into which NativeQueryMetadata is resolved in 'HasuraRQLDDLSchemaCache.buildSchemaCacheRule'.

Instances

Instances details
(Backend b, ToJSON (RolePermInfoMap b)) => ToJSON (NativeQueryInfo b) Source # 
Instance details

Defined in Hasura.NativeQuery.Cache

Generic (NativeQueryInfo b) Source # 
Instance details

Defined in Hasura.NativeQuery.Cache

Associated Types

type Rep (NativeQueryInfo b) :: Type -> Type #

type Rep (NativeQueryInfo b) Source # 
Instance details

Defined in Hasura.NativeQuery.Cache