feat(graphql): add demarcheCloner mutation
This commit is contained in:
parent
3f2a91b855
commit
b663939674
5 changed files with 120 additions and 0 deletions
|
@ -801,5 +801,17 @@ class API::V2::StoredQuery
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
mutation demarcheCloner($input: DemarcheClonerInput!) {
|
||||
demarcheCloner(input: $input) {
|
||||
demarche {
|
||||
id
|
||||
number
|
||||
}
|
||||
errors {
|
||||
message
|
||||
}
|
||||
}
|
||||
}
|
||||
GRAPHQL
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue