graphql-engine/server/src-lib/Hasura/GraphQL/Logging.hs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
360 B
Haskell
Raw Normal View History

-- |
-- 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