Code Monkey home page Code Monkey logo

Comments (7)

creimers avatar creimers commented on June 19, 2024 2

A new release (0.1.0) has been published to pypi containing graphiql 1.9.10.

Thanks @mikedizon for the PR!

from graphene-graphiql-explorer.

zivenyang avatar zivenyang commented on June 19, 2024 1

Although I can update the version of GraphiQL locally, I hope this project can continue to be maintained😃

from graphene-graphiql-explorer.

creimers avatar creimers commented on June 19, 2024

Thanks for the remark. I shall look into it as soon as I find time.

from graphene-graphiql-explorer.

macieyng avatar macieyng commented on June 19, 2024

Hi @creimers, any progress in that matter?

from graphene-graphiql-explorer.

simonprast avatar simonprast commented on June 19, 2024

You can just update dependencies at package.json to current versions and build the app using yarn:

"dependencies": {
    "graphiql": "^1.4.2",
    "graphiql-explorer": "^0.6.3",
    "graphql": "^15.5.1",
    ...
}

There's currently no option to enable GraphQL headers dynamically, so they have to be enabled at App.js, line 130:

<GraphiQL
    ref={ref => (this._graphiql = ref)}
    fetcher={fetcher}
    schema={schema}
    query={query}
    onEditQuery={this._handleEditQuery}
    headerEditorEnabled={true}
    >

from graphene-graphiql-explorer.

creimers avatar creimers commented on June 19, 2024

@zivenyang Right you are. I'm awfully busy. Do you have time for a PR?

from graphene-graphiql-explorer.

zivenyang avatar zivenyang commented on June 19, 2024

@creimers Sorry, I'd love to do this, but I'm just using this when debugging locally and the console throws some errors. But I found a simple way to integrate graphiql-explorer from here and it works well.

from graphene-graphiql-explorer.

Related Issues (3)

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.