renamed TextRef query to TextCard
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
query TextRef ($id: Int!) {
|
||||
textref (id: $id) {
|
||||
title
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user