Coder Social home page Coder Social logo

Comments (9)

danielrearden avatar danielrearden commented on September 13, 2024 3

Sounds like a sound idea. We can publish two packages @graphql-helix/core and @graphql-helix/graphiql and just export both from graphql-helix. No breaking changes needed. I'll circle back to this at my earliest convenience.

from graphql-helix.

n1ru4l avatar n1ru4l commented on September 13, 2024 2

@talentlessguy Wanna help with this?

from graphql-helix.

orefalo avatar orefalo commented on September 13, 2024

I personally use Altair -my recommendation: stay light. expressjs is still around because over the releases it became lighter and lighter. You can always add an example for those in love with graphiql.

from graphql-helix.

raymclee avatar raymclee commented on September 13, 2024

I personally use Altair -my recommendation: stay light. expressjs is still around because over the releases it became lighter and lighter. You can always add an example for those in love with graphiql.

are you using altair web with helix? if so, can you please show me how to use it? Thanks!

from graphql-helix.

dotansimha avatar dotansimha commented on September 13, 2024

I personally use Altair -my recommendation: stay light. expressjs is still around because over the releases it became lighter and lighter. You can always add an example for those in love with graphiql.

are you using altair web with helix? if so, can you please show me how to use it? Thanks!

You can just configure a POST handler in your server for Helix, and the configure GET to server Altair. Then, point Altair to the endpoint your are using for the POST :)

from graphql-helix.

dotansimha avatar dotansimha commented on September 13, 2024

This is definitely relevant. I updated the build process of the GraphiQL package, it might not do a major effect, but will allow us later to publish it as standalone package easily, instead of serving it along with graphql-helix package.

from graphql-helix.

talentlessguy avatar talentlessguy commented on September 13, 2024

updates?

from graphql-helix.

dan-lee avatar dan-lee commented on September 13, 2024

Currently, we're using graphql-helix on Cloudflare Workers and it adds around ~1 MB per worker, which is definitely too much.
I'd be happy to help, but I don't know what the missing pieces are, or why the packages can't be released separately as they are right now.

from graphql-helix.

n1ru4l avatar n1ru4l commented on September 13, 2024

@dan-lee The idea would be to have the graphql-helix package which depends on @graphql-helix/core (which includes all functionality except graphiql functions) and on @graphql-helix/graphiql which has all the functions for handling graphiql.

People that are concerned about bundle size thus can only install @graphql-helix/core. graphql-helix will just re-export everything from @graphql-helix/core and @graphql-helix/graphiql

from graphql-helix.

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.