add texts store & add Textsdepart query
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
query TextsDepart {
|
||||
textsdepart {
|
||||
id,
|
||||
title
|
||||
}
|
||||
}
|
||||
@@ -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'
|
||||
Reference in New Issue
Block a user