Giter Site home page Giter Site logo

Support algebraic types in schema about hydra HOT 4 CLOSED

bedeho avatar bedeho commented on August 15, 2024
Support algebraic types in schema

from hydra.

Comments (4)

bedeho avatar bedeho commented on August 15, 2024

Extra note upon further reflection

Its clear that the flattened variant actually is not feasible. This is because, a key requirement is to be able to filter on the state encoded using the OpenCrud functionality of the resulting API, and that is not possible. A specific example: its not possible to only select married persons, that is an encoding with the case MarriedTo, you could only filter on a person a married to some other specific person for some number of years MarriedTo(/*Spouce */ Person, /* years married*/ u32),, which is useless.

Conclusion: Flatten is not feasible

This then begs the question of how things works out in the fourth alternative. Here one would have to radically extend the OpenCrud interface generated to incoroprate some sort of matching functionality, similar to the ... on Variant {} capability native to GraphQL on union types. While in principle I don't see it cannot be done, I would not be surprised if it cannot, but more importantly: it will involve a great deal of work.

Conclusion: Intoducing algebraic types, even if possible, will be extremly time consuming

from hydra.

bedeho avatar bedeho commented on August 15, 2024

Extra note v2.0:

It is actually possible to sidestep the heavy work on the API side, described on the prior issue if we expose the low-level database fields that encode what variants are active, and also the payload fields. This means the end-user will get a representation which is the union of approach 2 and 4 above.

from hydra.

bedeho avatar bedeho commented on August 15, 2024

We decided that, we will go with approach 2 for now, then see how hard that is to work with before we invest in anything else.

from hydra.

dzhelezov avatar dzhelezov commented on August 15, 2024

Algebraic types were introduced with certain limitations: https://dzhelezov.gitbook.io/hydra/docs/schema-spec/variant-types

from hydra.

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.