mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 13:31:43 +03:00
94331e23f5
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3924 GitOrigin-RevId: 75b276edcd2d1f88bbdbed1b96b08708f9c68450
8 lines
120 B
Haskell
8 lines
120 B
Haskell
--
|
|
module Hasura.Backends.DataWrapper.API
|
|
( module V0,
|
|
)
|
|
where
|
|
|
|
import Hasura.Backends.DataWrapper.API.V0.API as V0
|