#import "../fragments/TextCardFields.gql" query TextRef ($id: Int!) { text: texte (id: $id) { ...TextCardFields ... on Textref { children: text_produits { id } siblings: text_en_rebond { id title authors: auteurs { name } edition { name } } tags { id name } # degres_detrangement: Int notes { note number: numero } } ... on Textprod { tags: tagsprod { id name } notes { note number: numero links: liens { id } } } } }