query InterfaceNotOnEverythingQuery { everything { __typename name ... on Person { birthday } ... on Organization { industry } } }