Cap Collectif Developers - GraphQL API
Proposal
This part of the schema is currently available for developers to preview. During this preview period, the API may change without any advance notice. Please see Schema previews for more details.
Represents a user's contribution to a collect step.
Implements
Fields
GoogleMapsAddress
)
The address of the proposal.
ProposalAssessment
)
ROLE_USER
The supervisor's assessment on the analysis of the proposal.
User!
)
Identifies the author of the contribution.
HTML
)
Identifies the body of the proposal.
String
)
Identifies the body of the contribution rendered to text.
ProposalCategory
)
The category of the proposal, related to the ProposalForm.
DateTime!
)
Identifies the date and time when the object was created.
ProposalDecision
)
ROLE_USER
The decision of the decision-maker on the analysis of the proposal.
Boolean!
)
Whether or not the entity is a draft.
ID!
)
The ID of an object.
NotPublishedReason
)
Reason that the entity is not published.
DateTime
)
Identifies when the entity can no more be published.
Boolean!
)
Whether or not the entity is published.
DateTime
)
Identifies when the entity was published at.
String!
)
Identifies the unique reference of the proposal.
[Response]!
)
Identifies the responses of the proposal.
[ProposalSelection!]!
)
List of selections (step an status) of the proposal.
String
)
Identifies the summary of the contribution.
Theme
)
The theme of the proposal.
String!
)
Identifies the proposal title.
Boolean!
)
Whether or not the contribution is trashed.
DateTime
)
Identifies the moment the moderator trashed the contribution.
String
)
Identifies the reason why the moderator trashed the contribution.
TrashableStatus
)
Identifies the trashed visibility.
DateTime
)
Identifies when the entity was undraft at.
DateTime
)
Identifies the date and time when the object was last updated.
URI!
)
The URL to this resource.
ProposalVoteConnection!
)
List of votes of the proposal.
Argument | Type | Description |
---|---|---|
after |
String
|
Returns the elements in the list that come after the specified cursor. |
first |
Int
|
Returns the first n elements from the list.
|
orderBy |
ProposalVoteOrder
|
The ordering options for votes.
|