Block a user
Get list of requested fields inside resolver
@belka My usecase is that sometimes certain fields return errors (in my case, int overflow errors), but the query should still go through when those fields are not asked for.
Get requested values inside resolver
Fix "variable never used in operation" error
4063d48a37
Fix "variable is not used" error
5ffe8c72fa
Add a workflow
a961b168db
Add a test for the input object coercion issue
Fix values not being coerced to lists
@belka Here is a simplified test showing the error
{-# LANGUAGE OverloadedStrings #-}
module Language.GraphQL.GraphQLSpec (
spec,
) where
import Data.HashMap.Strict…
Fix values not being coerced to lists