Software Alternatives & Reviews

Apollo federated graph is not presenting its schema to graphiql with fields sorted lexicographically

graphql.js GraphiQL
  1. A reference implementation of GraphQL for JavaScript - graphql/graphql-js
    GraphiQL (and many other tools) relies on introspection query which AFAIK is not guaranteed to have any specific order (and many libs don't support it). Apollo Server is built on top of graphql-js and it relies on it for this functionality.

    #Project Management #Office & Productivity #Development 8 social mentions

  2. An in-browser IDE for exploring GraphQL
    If this is a critical functionality, you could raise an issue (with proper reasons why it is important) for sort support either in graphql-js or GraphiQL (guessing this would be a better place) repositories.

    #Databases #MySQL Tools #Database Management 23 social mentions

Discuss: Apollo federated graph is not presenting its schema to graphiql with fields sorted lexicographically

Log in or Post with