Coder Social home page Coder Social logo

Comments (3)

hlship avatar hlship commented on May 18, 2024 1

We might need to look into changing the internal representation of a resolved value; today it is a map or seq of maps. We need a way to provide the value and its type tag when, as in your case, it doesn't support metadata. I would suggest a specialized record type with slots for the raw value and the type; we could then get away from using metadata for this purpose.

In terms of manifold and etc., we have informally discussed adding a schema compile option of a function to decorate resolver functions; this decorator could be responsible for converting a manifold deferred into a Lacinia ResolverResult ... ah, looking up, just like the middleware you describe.

from lacinia.

stijnopheide avatar stijnopheide commented on May 18, 2024

After giving it some thought, I could walk the schema to update the resolvers with the default-resolver-middleware function. But still, it would be easier if a datomic Entity (or any other Java object) would be a valid response object from a resolver.

from lacinia.

hlship avatar hlship commented on May 18, 2024

See #58 for the part about middleware. I glanced over the Manifold docs, and it looks quite reasonable to add a wrapper to got from Manifold's Deferred to Lacinia's ResolverResult.

from lacinia.

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.