query nodeByUri($uri: String!) { nodeByUri(uri: $uri) { __typename id breadcrumbs { label to } ... on Page { ...ThePage } ... on Post { ...TheArticle } ... on Event { ...TheEvent } ... on Location { ...TheLocation } ... on Profile { ...TheProfile } ... on Project { ...TheProject } ... on Resource { ...TheResource } } }