19 lines
201 B
GraphQL
19 lines
201 B
GraphQL
fragment ResultsEntiteFields on Entite {
|
|
id
|
|
concernement {
|
|
id
|
|
title
|
|
}
|
|
action
|
|
menacemaintien
|
|
title
|
|
author {
|
|
username
|
|
structure {
|
|
name
|
|
}
|
|
}
|
|
created
|
|
changed
|
|
}
|