It’s common for GraphQL APIs that use Relay-style connections also allow for fetching any node in a Connection via globally-unique ID from the query root. Here’s an explanation from the official GraphQL website: https://graphql.org/learn/global-object-identification/
Is this something that’s planned or was it excluded intentionally?
Hello
In GraphQL APIs using Relay-style connections, fetching nodes via globally-unique IDs from the query root is a fundamental feature. It allows for efficient data retrieval and is not intentionally excluded. If you’re facing issues with this feature, providing specific details in your forum post could help get targeted assistance.
Thank you