Files
ouatterrir-app/src/api/gql/results_entite.fragment.gql
2023-08-18 12:52:56 +02:00

19 lines
201 B
GraphQL

fragment ResultsEntiteFields on Entite {
id
concernement {
id
title
}
action
menacemaintien
title
author {
username
structure {
name
}
}
created
changed
}