#import "../fragments/TextFields.gql" query TextsDepart { textsdepart { ...TextFields children: text_produits { id } siblings: text_en_rebond { id title authors: auteurs { name } edition { name } } } }