Git Product home page Git Product logo

Comments (5)

siderakis avatar siderakis commented on April 28, 2024

from rejoiner.

sheepdreamofandroids avatar sheepdreamofandroids commented on April 28, 2024

Hey Nick,

I'd like to make the use of guice optional. In essence it is needed to create 5 sets as input for SchemaProviderModule. Removing the need for guice should make it possible to build with quarkus.
Essentially this would mean separating out the Relay related code.

Also I'm looking for adding hooks to modify the schema once it's assembled. I'm adding filter and aggregation expressions to every list-type field right now, but I have to copy the whole schema in the process. Not really a problem, just ugly.

I'm working on parsing swagger files to integrate rest endpoints as well. Is that something you would be interested in?

Anyway, it's good to read that this great project is still going strong.

from rejoiner.

siderakis avatar siderakis commented on April 28, 2024

I'd like to make the use of guice optional. In essence it is needed to create 5 sets as input for SchemaProviderModule. Removing the need for guice should make it possible to build with quarkus.
Essentially this would mean separating out the Relay related code.

I’m open to trying out a refactor to make guice optional, you’re not the first to request that. Would you still want something like the annotated methods in the Schema module?

Also I'm looking for adding hooks to modify the schema once it's assembled. I'm adding filter and aggregation expressions to every list-type field right now, but I have to copy the whole schema in the process. Not really a problem, just ugly.

this is something we definitely want to support.

I'm working on parsing swagger files to integrate rest endpoints as well. Is that something you would be interested in?

I’m thinking of separating the proto functionality from the “joining” functionality to better support exactly this. The proto functionality will be one of many integrations.

Anyway, it's good to read that this great project is still going strong.

from rejoiner.

sheepdreamofandroids avatar sheepdreamofandroids commented on April 28, 2024

I’m open to trying out a refactor to make guice optional, you’re not the first to request that. Would you still want something like the annotated methods in the Schema module?

At the moment I'm looking for a way to programmatically add new query's and schemamodifications coming from a rest endpoint. I saw a new commit introducing SchemaBundles which is just what I need. If SchemaProviderModule.get() were in a separate method taking a Set of SchemaBundles, that would be great.
Annotated methods are very nice for manually extending the schema but they shouldn't necessarily be on a Module subclass.

from rejoiner.

sheepdreamofandroids avatar sheepdreamofandroids commented on April 28, 2024

Closing this because the project seems alive and well and Schemabundles have landed.

from rejoiner.

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.