mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-20 14:01:39 +03:00
f3aac06dd2
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4094 GitOrigin-RevId: f592adbd686aa7cc78c094d5d4b88f4b62500d18
14 lines
482 B
Haskell
14 lines
482 B
Haskell
--
|
|
module Hasura.Backends.Postgres.RQLGenerator
|
|
( module M,
|
|
)
|
|
where
|
|
|
|
--------------------------------------------------------------------------------
|
|
|
|
import Hasura.Backends.Postgres.RQLGenerator.GenAnnSelectG as M
|
|
import Hasura.Backends.Postgres.RQLGenerator.GenAssociatedTypes as M
|
|
import Hasura.Backends.Postgres.RQLGenerator.GenSelectArgsG as M
|
|
import Hasura.Backends.Postgres.RQLGenerator.GenSelectFromG as M
|
|
import Hasura.Backends.Postgres.RQLGenerator.GenTablePermG as M
|