Can interfaces implement other interfaces in GraphQL?

Seems like it is still not supported, but doesn’t seem like a big problem to support. Nothing actually changes from the finally generated GraphQL schema for clients and queries are the same. The only advantage we’ll have is more flexibility in organizing and querying data.

Can you please share the ticket this is tracked in. Thank you.