From 68b523ba65cb28aba8c342d7484d545b717e9673 Mon Sep 17 00:00:00 2001 From: Rory Campbell Date: Mon, 25 Sep 2023 11:00:22 +0200 Subject: [PATCH] clean up --- src/GraphQL/Client/Variables.purs | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/GraphQL/Client/Variables.purs b/src/GraphQL/Client/Variables.purs index 20cc395..a812ed2 100644 --- a/src/GraphQL/Client/Variables.purs +++ b/src/GraphQL/Client/Variables.purs @@ -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