add texts store & add Textsdepart query

This commit is contained in:
axolotle
2021-03-01 13:26:27 +01:00
parent b8465290ce
commit 038d91b5b5
5 changed files with 58 additions and 69 deletions
+6
View File
@@ -0,0 +1,6 @@
query TextsDepart {
textsdepart {
id,
title
}
}
+3
View File
@@ -0,0 +1,3 @@
export { default as TextsDepart } from './TextsDepart.gql'
export { default as TextRef } from './TextRef.gql'
export { default as TextdepartRecursive } from './TextdepartRecursive.gql'