mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 18:42:30 +03:00
95f5553af6
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/8326 GitOrigin-RevId: 02ee652302de5328e63054a6448dca10de7b5c1b
12 lines
360 B
Haskell
12 lines
360 B
Haskell
-- |
|
|
-- This module holds functions and data types used for logging at the GraphQL
|
|
-- layer. In contrast with, logging at the HTTP server layer.
|
|
module Hasura.GraphQL.Logging
|
|
( module Hasura.GraphQL.Logging.QueryLog,
|
|
module Hasura.GraphQL.Logging.ExecutionLog,
|
|
)
|
|
where
|
|
|
|
import Hasura.GraphQL.Logging.ExecutionLog
|
|
import Hasura.GraphQL.Logging.QueryLog
|