another display for modalcard accordeon, displaying note icon on mediumcard and refresh it updated in modale

This commit is contained in:
2021-03-10 11:54:08 +01:00
parent 4894f88c6d
commit fbf509a005
10 changed files with 96 additions and 15 deletions

View File

@@ -46,6 +46,7 @@ type Materiau implements NodeInterface & SearchResultInterface{
reference: String
samples: [Sample]
note: Note
note_id: Int
# famille: String
# index: Int
}

View File

@@ -14,6 +14,10 @@ extend type Query {
searchresults(ids: [Int], lang: String): [SearchResultInterface]
}
extend type Query {
searchresult(id: Int!, lang: String): SearchResultInterface
}
extend type Query {
article(id: Int!, lang: String): Article
}