mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
8 lines
168 B
Haskell
8 lines
168 B
Haskell
|
module Hasura.RemoteSchema.MetadataAPI
|
||
|
( module M,
|
||
|
)
|
||
|
where
|
||
|
|
||
|
import Hasura.RemoteSchema.MetadataAPI.Core as M
|
||
|
import Hasura.RemoteSchema.MetadataAPI.Permission as M
|