From 0dac9701bc3c1048d155d089167659ebcc152199 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Thu, 30 Jun 2022 11:10:46 +0200 Subject: Document usage of the json flag --- src/Language/GraphQL/Execute/Coerce.hs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/Language/GraphQL/Execute/Coerce.hs') diff --git a/src/Language/GraphQL/Execute/Coerce.hs b/src/Language/GraphQL/Execute/Coerce.hs index 9bc6b10..4725d74 100644 --- a/src/Language/GraphQL/Execute/Coerce.hs +++ b/src/Language/GraphQL/Execute/Coerce.hs @@ -8,6 +8,11 @@ {-# LANGUAGE CPP #-} -- | Types and functions used for input and result coercion. +-- +-- JSON instances in this module are only available with the __json__ +-- flag that is currently on by default, but will be disabled in the future. +-- Refer to the documentation in the 'Language.GraphQL' module and to +-- the __graphql-spice__ package. module Language.GraphQL.Execute.Coerce ( Output(..) , Serialize(..) -- cgit v1.2.3