- Issue created by @mcanada
- Status changed to Postponed: needs info
over 1 year ago 12:51pm 15 May 2023 - π¨πSwitzerland ayalon
Can you reproduce the issue with the latest dev version?
- Status changed to Active
over 1 year ago 6:24pm 10 July 2023 - π¨π³China skyredwang Shanghai
This error is still reproducible on both 1.0.0-beta5 and 1.0.x-dev
- π¨π³China skyredwang Shanghai
A workaround is found:
- Install drupal/redirect module
- enable the module
- On GraphQL Core Schema, enable Routing and Redirect entity type
- Clear cache - π¨πSwitzerland ayalon
We are aware of the fact, that we currently have an unwanted dependancy on the redirect module. This will be fixed in an upcoming version of the module.
- π¨πSwitzerland dulnan
The problem was that the base schema only declared the Url interface and doesn't provide an actual type that implements it. The routing extension implements these types.
I have added a new type called DefaultUrl to the base schema, that implements the Url interface. This makes it possible to use the schema without the routing extension.
-
dulnan β
committed 4c1e66a0 on 1.0.x
Issue #3354278: Remove hard dependency on routing extension and redirect...
-
dulnan β
committed 4c1e66a0 on 1.0.x
- Status changed to Fixed
10 months ago 12:14pm 25 January 2024