added content type filter to search, displaying reults
This commit is contained in:
13
src/api/gql/results_entite.fragment.gql
Normal file
13
src/api/gql/results_entite.fragment.gql
Normal file
@@ -0,0 +1,13 @@
|
||||
fragment ResultsEntiteFields on Entite {
|
||||
action
|
||||
menacemaintien
|
||||
title
|
||||
author {
|
||||
username
|
||||
structure {
|
||||
name
|
||||
}
|
||||
}
|
||||
created
|
||||
changed
|
||||
}
|
Reference in New Issue
Block a user