prepare text fields merging

This commit is contained in:
axolotle
2021-02-26 12:03:01 +01:00
parent ced1d9c354
commit 58ef4c5414
2 changed files with 0 additions and 9 deletions
@@ -1,9 +0,0 @@
fragment TextprodRecursiveFields on Textprod {
id
title
familles {
id
name
}
__typename
}