Move gql to Language.GraphQL.TH
This commit is contained in:
@@ -485,6 +485,7 @@ stripIndentation code = reverse
|
||||
|
||||
-- | Removes leading and trailing newlines. Indentation of the first line is
|
||||
-- removed from each line of the string.
|
||||
{-# DEPRECATED gql "Use Language.GraphQL.TH.gql instead" #-}
|
||||
gql :: QuasiQuoter
|
||||
gql = QuasiQuoter
|
||||
{ quoteExp = pure . LitE . StringL . stripIndentation
|
||||
|
||||
Reference in New Issue
Block a user