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
+9
View File
@@ -0,0 +1,9 @@
fragment TextrefRecursiveFields on Textref {
id
title
familles {
id
name
}
__typename
}