#import "../fragments/TextFields.gql" query TextRef ($id: Int!) { text: texte (id: $id) { ...TextFields ... on Textref { children: text_produits { id } siblings: text_en_rebond { id title authors: auteurs { name } edition { name } } } ... on Textprod { siblings: text_en_rebond { id title authors: auteurs { name } edition { name } } } } }