Graphql Php Versions Save

PHP implementation of the GraphQL specification based on the reference implementation in JavaScript

v15.3.0

1 year ago

Added

v15.2.5

1 year ago

Fixed

v15.2.4

1 year ago

Fixed

  • Ensure OperationDefinitionNode.variableDefinitions is initialized

v15.2.3

1 year ago

Fixed

  • Annotate @throws accurately

v15.2.2

1 year ago

Fixed

  • Improve handling of JSON encoding errors

v15.2.1

1 year ago

Fixed

  • Initialize directives and arguments in Node with empty NodeList

v15.2.0

1 year ago

Changed

  • Improve validation messages for type definitions

v15.1.0

1 year ago

Added

  • Add additional sorting options to SchemaPrinter

v15.0.3

1 year ago

Fixed

  • Fix QueryPlan for union types

Changed

  • Improve QueryPlan performance

v15.0.2

1 year ago

Fixed

  • Fix QueryPlan when querying __typename on a union type