fix edition query
This commit is contained in:
@@ -28,9 +28,5 @@ fragment TextCardFields on TextInterface {
|
||||
first_name
|
||||
last_name
|
||||
}
|
||||
edition {
|
||||
id
|
||||
name
|
||||
}
|
||||
type: __typename
|
||||
}
|
||||
|
||||
@@ -4,6 +4,10 @@ fragment TextFields on TextInterface {
|
||||
...TextCardFields
|
||||
|
||||
... on Textref {
|
||||
edition {
|
||||
id
|
||||
name
|
||||
}
|
||||
tags {
|
||||
id
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user