prescientmoon
  • Joined on 2023-09-29
prescientmoon commented on issue OSS/graphql#14 2024-09-05 20:41:13 +02:00
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.

prescientmoon opened issue OSS/graphql#14 2024-09-02 00:13:03 +02:00
Get requested values inside resolver
prescientmoon created pull request OSS/graphql#8 2023-12-15 05:20:12 +01:00
Fix "variable never used in operation" error
prescientmoon pushed to master at prescientmoon/graphql 2023-12-15 05:17:58 +01:00
4063d48a37 Fix "variable is not used" error
5ffe8c72fa Add a workflow
a961b168db Add a test for the input object coercion issue
Compare 3 commits »
prescientmoon commented on pull request OSS/graphql#6 2023-10-16 02:51:33 +02:00
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
prescientmoon created pull request OSS/graphql#6 2023-10-10 02:40:29 +02:00
Fix values not being coerced to lists
prescientmoon pushed to master at prescientmoon/graphql 2023-10-10 02:39:21 +02:00
97d304d283 Fix values not being coerced to lists
prescientmoon created repository prescientmoon/graphql 2023-10-10 02:38:02 +02:00