feat(graphql): make demarche schema public
This commit is contained in:
parent
e3da500614
commit
5a9ce7a331
5 changed files with 105 additions and 5 deletions
|
@ -177,6 +177,16 @@ class API::V2::StoredQuery
|
|||
}
|
||||
}
|
||||
|
||||
query getDemarcheDescriptor(
|
||||
$demarche: FindDemarcheInput!
|
||||
$includeRevision: Boolean = false
|
||||
$includeService: Boolean = false
|
||||
) {
|
||||
demarcheDescriptor(demarche: $demarche) {
|
||||
...DemarcheDescriptorFragment
|
||||
}
|
||||
}
|
||||
|
||||
fragment ServiceFragment on Service {
|
||||
nom
|
||||
siret
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue