query SimpleInlineFragment { randomItem { id name ... on Article { text } ... on Video { duration } } }