another display for modalcard accordeon, displaying note icon on mediumcard and refresh it updated in modale
This commit is contained in:
@@ -46,6 +46,7 @@ type Materiau implements NodeInterface & SearchResultInterface{
|
||||
reference: String
|
||||
samples: [Sample]
|
||||
note: Note
|
||||
note_id: Int
|
||||
# famille: String
|
||||
# index: Int
|
||||
}
|
||||
|
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user