renamed TextRef query to TextCard

This commit is contained in:
axolotle
2021-03-09 15:33:10 +01:00
parent 9c2331ebda
commit 62ebb0a807
3 changed files with 1 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
query TextRef ($id: Int!) {
textref (id: $id) {
title
}
}