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

Hasura.NativeQuery.Metadata

Description

Metadata representation of a native query in the metadata, as well as a parser and prettyprinter for the query code.

Synopsis

Documentation

data NativeQueryMetadata (b :: BackendType) Source #

The representation of native queries within the metadata structure.

Instances

Instances details
Backend b => FromJSON (NativeQueryMetadata b) Source # 
Instance details

Defined in Hasura.NativeQuery.Metadata

Backend b => ToJSON (NativeQueryMetadata b) Source # 
Instance details

Defined in Hasura.NativeQuery.Metadata

Backend b => HasCodec (NativeQueryMetadata b) Source # 
Instance details

Defined in Hasura.NativeQuery.Metadata

Generic (NativeQueryMetadata b) Source # 
Instance details

Defined in Hasura.NativeQuery.Metadata

Associated Types

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

Backend b => Show (NativeQueryMetadata b) Source # 
Instance details

Defined in Hasura.NativeQuery.Metadata

Backend b => Eq (NativeQueryMetadata b) Source # 
Instance details

Defined in Hasura.NativeQuery.Metadata

type Rep (NativeQueryMetadata b) Source # 
Instance details

Defined in Hasura.NativeQuery.Metadata