Bugs fixes: Issue #3477320: Call to a member function getTotalItems() on null Issue #3503977: entity_url producer in preview returns error Issue #3500622: Change _graphql_compose_cache_flush to deleteAll() Issue #3461818: Respect GET parameters when doing redirect lookup for routes Issue #3499476: Remove external dependency on node_access_test Issue #3503311: TypeError: array_keys(): Argument #1 ($array) must be of type array, false given in array_keys() New features: Issue #3462517: Add revision parameter to route query Issue #3462514: Support fo link_attributes module. Issue #3492332: Add support for Storage entities Issue #3482318: Views: Between filter support House keeping: Drupal minimum version bumped to match GraphQL upstream module. ^10.2 || ^11 Rearrange all use statements for the phpcs illuminati. CI dance aorund testing dependencies. Added logo for module finder thingy Schema changes: Per issue #3503977, all entity <code>path</code> fields are no longer required. It's possible when an entity isNew() that a cannonical url is not possible to be generated. Return type changed from <code>String!</code> to <code>String</code>