graphql-apq icon indicating copy to clipboard operation
graphql-apq copied to clipboard

Make D9 compatible

Open acha5066 opened this issue 5 years ago • 3 comments

The RouteEnhancerInterface changes in Drupal 9, so the applies method in the main GraphQL method can no longer be relied upon to check the route.

acha5066 avatar Sep 11 '20 02:09 acha5066

thanks @acha5066 !

Is it retro compatible with D8? if not I'll have to open a new branch 9.x-1.x, what do you think?

sebas5384 avatar Sep 20 '20 04:09 sebas5384

@sebas5384 I have tested on both 8.8 and 9.0 and it is working so I think it is backwards compatible but more testing is always welcome! There is a similar PR for the main graphql repo https://github.com/drupal-graphql/graphql/pull/1067. This is the relevant change record in https://www.drupal.org/node/2894934.

acha5066 avatar Sep 21 '20 02:09 acha5066

Works fine with Drupal 8 and Graphql 3.1

almunnings avatar Nov 16 '20 22:11 almunnings