v16.0.0v15.10.1
Reading changes from the repo…
UniqueArgumentDefinitionNamesRule
, to ensure that argument definitions in GraphQL queries are unique, enhancing the robustness of your queries. GraphQLSchema.getRootType
, which simplifies the process of retrieving the root type of a GraphQL schema, making it easier to work with schemas. GraphQLList
and GraphQLNonNull
into proper classes, improving type safety and clarity in your GraphQL implementations. GraphQLError
class to always include extensions, providing more context for errors and improving debugging capabilities. OperationTypeNode
to be an enum instead of a union type, allowing for safer and more readable code when checking operation types. execute
function to prevent returning null
from the serialize
function, ensuring that your GraphQL responses are always valid. deprecationReason
on GraphQLInputField
s, ensuring that deprecation information is correctly maintained in your GraphQL schemas.