Skip to content

Upgrade to 15.5 #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 35 commits into from
Apr 23, 2021
Merged

Upgrade to 15.5 #3

merged 35 commits into from
Apr 23, 2021

Conversation

SerafimArts
Copy link
Contributor

@SerafimArts SerafimArts commented Apr 23, 2021

Changes to the specification

  • Added InterfacesAwareInterface into InterfaceTypeInterface
    • Added method InterfaceTypeInterface::getInterface(string): ?InterfaceTypeInterface
    • Added method InterfaceTypeInterface::hasInterface(string): bool
    • Added method InterfaceTypeInterface::getInterfaces(): iterable<string, InterfaceTypeInterface>
  • Added specifiedByUrl(): ?string method into ScalarTypeInterface (see [RFC] Custom Scalar Specification URIs graphql/graphql-spec#635)
  • Method DeprecationAwareInterface::isDeprecated() marked as deprecated (will be removed in 16.*)
  • Method SchemaInterface::isPossibleType(AbstractTypeInterface, ObjectTypeInterface): bool marked as deprecated (will be removed in 16.*)
  • Added SchemaInterface::isSubType(AbstractTypeInterface, ObjectTypeInterface|InterfaceTypeInterface): bool method
  • Added SchemaInterface::getImplementations(InterfaceTypeInterface): iterable<ObjectTypeInterface|InterfaceTypeInterface> method
  • Added DescriptionAwareInterface into SchemaInterface
    • Added method SchemaInterface::getDescription(): ?string
  • Added DeprecationAwareInterface into ArgumentInterface
    • Added method ArgumentInterface::getDeprecationReason(): ?string
  • Added DeprecationAwareInterface into InputFieldInterface
    • Added method InputFieldInterface::getDeprecationReason(): ?string

Other Improvements

  • vimeo/psalm dependecy has been actualized
  • sensiolabs/security-checker dependency has been replaced to roave/security-advisories

@SerafimArts SerafimArts merged commit 6a2f4b5 into master Apr 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant