Global node field in GraphQL API

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?