Coder Social home page Coder Social logo

Comments (5)

benjie avatar benjie commented on May 21, 2024 1

Good catch. In my opinion, like fields, they should be in the order in which they were defined, which effectively means tools are free to make their own decisions. Either way, the order should be stable in my opinion:

  1. introspect a GraphQL schema
  2. build a schema from these introspection results
  3. introspect this new schema using the same introspection query

The results of 1 and 3 should be identical.

from graphql-spec.

cdaringe avatar cdaringe commented on May 21, 2024 1

@benjie! long time, no-GitHub-see :)

Either way, the order should be stable in my opinion ...

Just to clarify, are you asserting that you think, in the spec, EnumTypeDefinition should specify that entries are ordered?

from graphql-spec.

martinbonnin avatar martinbonnin commented on May 21, 2024 1

We've been occasionaly hit by such sorting issues in Apollo Kotlin and the more I think about it the more I think the "good" order for tools is the schema order. Everything else is surprising and error prone.

Sorting codegen by name is dangerous because the schema author doesn't control the sorting anymore so adding an enum starting with "a" offsets all the subsequent ones. All in all, my favorite solution is to keep things as is and have tools that analyze schema changes output a warning for such order changes.

from graphql-spec.

benjie avatar benjie commented on May 21, 2024 1

@cdaringe πŸ‘‹ 😁

Just to clarify, are you asserting that you think, in the spec, EnumTypeDefinition should specify that entries are ordered?

Yes; I was writing a reply here but figured more valuable to just make the changes I want to see... so please see explanation in #1063

from graphql-spec.

cdaringe avatar cdaringe commented on May 21, 2024 1

Sounds good. Let’s move subsequent convo over there

from graphql-spec.

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.