topic schema fix
This commit is contained in:
parent
d5ed469ed5
commit
2f85df3c01
|
@ -165,11 +165,11 @@ type Shout {
|
||||||
}
|
}
|
||||||
|
|
||||||
type Topic {
|
type Topic {
|
||||||
slug: String
|
slug: String! # ID
|
||||||
|
createdBy: Int! # User
|
||||||
original: String
|
original: String
|
||||||
parents: [String] # NOTE: topic can have parent topics
|
parents: [String] # NOTE: topic can have parent topics
|
||||||
children: [String] # and children
|
children: [String] # and children
|
||||||
createdBy: User!
|
|
||||||
createdAt: DateTime!
|
createdAt: DateTime!
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user