From 2bec74c641cd2aa14fea5c84ed93ebcb5dd07808 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 4 Jan 2022 00:10:11 +0530 Subject: kolam: Rename scalar type to . * kolam/graphql.scm (): Rename to . --- kolam/graphql.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kolam/graphql.scm b/kolam/graphql.scm index 24d0972..99105d7 100644 --- a/kolam/graphql.scm +++ b/kolam/graphql.scm @@ -36,7 +36,7 @@ - )) + )) (define-record-type (make-schema query mutation) @@ -87,7 +87,7 @@ (define-scalar-type string? identity) (define-scalar-type boolean? identity) (define-scalar-type string? identity) -(define-scalar-type date? (cut date->string <> "~4")) +(define-scalar-type date? (cut date->string <> "~4")) (define-record-type (non-nullable-type subtype) -- cgit v1.2.3