Giter Club home page Giter Club logo

Comments (6)

ecerroni avatar ecerroni commented on May 1, 2024 1

Mhm, good question. I guess having them on both the graph and the documentation panel would be great.

However it depends on you as a maintainer. This is obviously not critical and I consider it as at the same level of the feature request about having a switching button for Query vs Mutation.

Voyager is already terrific! Thus you know best what to prioritize on the roadmap :)

from graphql-voyager.

IvanGoncharov avatar IvanGoncharov commented on May 1, 2024 1

@danpalmer If your API has "Mutation" than it should be shown right after "Query" at the top of the list.
You can check if your API has a mutation root by executing:

{
  __schema {
    mutationType {
      name
    }
  }
}

from graphql-voyager.

IvanGoncharov avatar IvanGoncharov commented on May 1, 2024

@ecerroni Thank you for feedback 👍
What kind of visualization you have in mind?
Do you want input types to be represented on the graph or only on documentation panel?

from graphql-voyager.

Harmonickey avatar Harmonickey commented on May 1, 2024

This would be super valuable, as icing on the cake here.

from graphql-voyager.

danpalmer avatar danpalmer commented on May 1, 2024

@IvanGoncharov I see that in a recent version selection of the graph root has been added, but "Mutation" is not showing up there for me. Is this expected?

from graphql-voyager.

danhorvath avatar danhorvath commented on May 1, 2024

First of all great work, this is a super nice tool!
It seems there's not too much activity on this issue - is there any update on this feature request?

from graphql-voyager.

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.