mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 05:21:47 +03:00
e9436c5d97
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4039 GitOrigin-RevId: ac01773c390876cd41733c8ebf7199d2d445d921
13 lines
479 B
Haskell
13 lines
479 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
|