Skip to content

Instantly share code, notes, and snippets.

@tchak
Created July 30, 2020 09:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tchak/f1c004efeac1a5708b85ec8f15ef515f to your computer and use it in GitHub Desktop.
Save tchak/f1c004efeac1a5708b85ec8f15ef515f to your computer and use it in GitHub Desktop.
Query avec PieceJustificativeChamp
query getDossier($dossierNumber: Int!) {
dossier(number: $dossierNumber) {
id
number
champs {
id
label
stringValue
... on PieceJustificativeChamp {
file {
filename
contentType
url
}
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment