fix graphql schema bug

This commit is contained in:
2021-02-22 12:55:29 +01:00
parent b377dc517f
commit 55cf7c4749
3 changed files with 17 additions and 13 deletions

View File

@@ -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!