fix graphql schema bug
This commit is contained in:
@@ -30,12 +30,6 @@ type Materiau implements NodeInterface {
|
||||
note: Note
|
||||
}
|
||||
|
||||
type Note implements NodeInterface {
|
||||
id: Int!
|
||||
contenu: String
|
||||
target: Int
|
||||
}
|
||||
|
||||
type Article implements NodeInterface {
|
||||
id: Int!
|
||||
uuid: String!
|
||||
@@ -67,6 +61,12 @@ type Thematique implements NodeInterface {
|
||||
memo: String
|
||||
}
|
||||
|
||||
type Note {
|
||||
id: Int!
|
||||
contenu: String
|
||||
target: Int
|
||||
}
|
||||
|
||||
type SearchResult {
|
||||
id: Int!
|
||||
uuid: String!
|
||||
|
Reference in New Issue
Block a user