Giter VIP home page Giter VIP logo

Comments (7)

solidcell avatar solidcell commented on May 25, 2024 1

Yea. In this case it's true but it could be for example 54. I've defined init(_jsonValue value: JSONValue) so I'm not sure why it's being decoded as a plain Bool for this response.

from apollo-ios.

solidcell avatar solidcell commented on May 25, 2024 1

That was it, thanks! I was waiting to trim code until things started working 🤦

Appreciate your help!

from apollo-ios.

calvincestari avatar calvincestari commented on May 25, 2024

Hi @solidcell - is the data value being sent as regular JSON bool? Something like this:

{
  result: true
}

from apollo-ios.

calvincestari avatar calvincestari commented on May 25, 2024

Are you able to share the definition for BasicScalar? Does the behaviour change if the value is 54 for example, i.e.: something other than a boolean value?

from apollo-ios.

solidcell avatar solidcell commented on May 25, 2024

https://www.loom.com/share/b8b4ae318a94464a96b63f1ddb47bc48?sid=e9c3f788-be91-469d-8e41-be67a06850a9

from apollo-ios.

calvincestari avatar calvincestari commented on May 25, 2024

OK, I think the issue is your implementation of _asAnyHashable. It in turn calls the private function hashable which is returning the base type such as Bool or Int. I believe it's that value that ends up getting stored in DataDict. You shouldn't need to define _asAnyHashable at all. Essentially you're turning your custom scalar back into the base type.

Here is a sample project which defines a custom scalar pretty similar to yours just with less variants to it. The test passes with the custom scalar type being returned as expected. In the custom scalar file there is a commented out portion with the same _asAnyHashable and hashable functions that you have, and if you uncomment that section you'll get failures in the test with the same error you're seeing.

tl;dr - remove your _asAnyHashable function and it should work as expected.

from apollo-ios.

github-actions avatar github-actions commented on May 25, 2024

Do you have any feedback for the maintainers? Please tell us by taking a one-minute survey. Your responses will help us understand Apollo iOS usage and allow us to serve you better.

from apollo-ios.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.