personnal notes on materails on modalCard is ok
This commit is contained in:
@@ -27,6 +27,13 @@ type Materiau implements NodeInterface {
|
||||
# index: Int
|
||||
reference: String
|
||||
samples: [Sample]
|
||||
note: Note
|
||||
}
|
||||
|
||||
type Note implements NodeInterface {
|
||||
id: Int!
|
||||
contenu: String
|
||||
target: Int
|
||||
}
|
||||
|
||||
type Article implements NodeInterface {
|
||||
|
Reference in New Issue
Block a user