Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
roryc89 committed Sep 25, 2023
1 parent fe716b4 commit 68b523b
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions src/GraphQL/Client/Variables.purs
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
module GraphQL.Client.Variables
-- ( GetVarRec
-- , GqlQueryVars
-- , GqlQueryVarsN(..)
-- , PropGetGqlVars
-- , WithVars(..)
-- , class GetGqlQueryVars
-- , class GetVar
-- , class VarsTypeChecked
-- , getGqlQueryVars
-- , getQuery
-- , getQueryVars
-- , getVar
-- , getVarsJson
-- , getVarsTypeNames
-- , withVars
-- , withVarsEncode
-- )
where
module GraphQL.Client.Variables where

import Prelude

Expand Down

0 comments on commit 68b523b

Please sign in to comment.