Skip to main content

UpdateGeneralAssemblyResolutionVotes

Stable

Signature

mutation {
UpdateGeneralAssemblyResolutionVotes(generalAssemblyId: ..., votes: ...)
}

Retourne : GeneralAssembly

Arguments

NomTypeRequisDéfautDescription
generalAssemblyIdID!
votes[GeneralAssemblyResolutionVoteInput!]!

Exemple

mutation {
UpdateGeneralAssemblyResolutionVotes(
generalAssemblyId: $generalAssemblyId
votes: $votes
) {
id
name
company {}
quorum
quorumStrategy {}
conveningDate
registerDate
assemblyDate
votesEndDate
mandateDocumentTemplate {}
conveningDocumentTemplate {}
type {}
status {}
conveningNumber {}
documents {}
generalAssemblyResolutions {}
generalAssemblyResolutionsForUser(userId: $userId) {}
}
}