Skip to content

Commit

Permalink
Fixed ihp-graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
mpscholten committed Mar 28, 2024
1 parent 71cb1df commit 5d9e94d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ihp-graphql/IHP/GraphQL/Parser.hs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Copyright: (c) digitally induced GmbH, 2022
-}
module IHP.GraphQL.Parser where

import IHP.Prelude
import IHP.Prelude hiding (Type)
import IHP.GraphQL.Types
import qualified Data.Text as Text
import Data.Attoparsec.Text
Expand Down
2 changes: 1 addition & 1 deletion ihp-graphql/IHP/GraphQL/SchemaCompiler.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module IHP.GraphQL.SchemaCompiler where

import IHP.Prelude
import IHP.Prelude hiding (Type)
import IHP.GraphQL.Types

import IHP.IDE.SchemaDesigner.Types
Expand Down
2 changes: 1 addition & 1 deletion ihp-graphql/IHP/GraphQL/ToText.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module IHP.GraphQL.ToText where

import IHP.Prelude
import IHP.Prelude hiding (Type)
import IHP.GraphQL.Types
import qualified Data.Text as Text

Expand Down
2 changes: 1 addition & 1 deletion ihp-graphql/IHP/GraphQL/Types.hs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module IHP.GraphQL.Types where

import IHP.Prelude
import IHP.Prelude hiding (Type)
import qualified Data.HashMap.Strict as HashMap

data GraphQLRequest = GraphQLRequest
Expand Down

0 comments on commit 5d9e94d

Please sign in to comment.