When to use GraphQLID instead of GraphQLInt?
I had a look at the GraphQL spec. The ID scalar type represents a unique identifier, often used to refetch an object or as the key for a cache. The ID type is serialized in the same way as a String; however, it is not intended to be humanâreadable. While it is often numeric, it … Read more