OBJECT
Mutation
Mutation root type
link GraphQL Schema definition
- type Mutation {
- # Mark a notification as read by user
- #
- # Arguments
- # notification:
- Long): ResultOperation ( :
- # Mark notifications as read
- #
- # Arguments
- # notifications:
- Long]): ResultOperation ( : [
- # Adds an intervention definition
- #
- # Arguments
- # interventionDefinition: Required
- # application: Required
- # organizations: Required
- (
- InterventionDefinitionModelInput, :
- Long, :
- Long] : [
- ): ResultOperation
- # Service to save drafts
- #
- # Arguments
- # newSnapshot: Required
- NewSnapshotDTOInput): Boolean ( :
- # Updates the survey definition
- #
- # Arguments
- # surveyDefinition: Required
- (
- SurveyDefinitionDtoInput :
- ): ResultOperation
- # Arguments
- # ids:
- Long]): ResultOperation ( : [
- # Deletes a single achievement
- #
- # Arguments
- # achievement: Required
- AchievementDtoInput): ResultOperation ( :
- # Generates the snapshots report
- #
- # Arguments
- # sheets: Required
- # filters: Required
- (
- String], : [
- SnapshotFiltersInput :
- ): ResultOperation
- # Add suggested changes for Indicators
- #
- # Arguments
- # stoplightIndicators: Required
- # surveyDefinition: Required
- (
- SurveyStoplightModelInput], : [
- SurveyDefinitionModelInput :
- ): ResultOperation
- # Change mentor assigned to family
- #
- # Arguments
- # familyId: Required
- # mentorId: Required
- Long, : Long): FamilyDTO ( :
- # Creates a new project
- #
- # Arguments
- # project: Required
- ProjectModelInput): ProjectModel ( :
- # Updates a family note record
- #
- # Arguments
- # familyNote:
- FamilyNoteDtoInput): FamilyNoteDto ( :
- # Delete snapshot drafts by draftId
- #
- # Arguments
- # drafts: Required
- String]): Boolean ( : [
- # Service to unify a list families into one
- #
- # Arguments
- # families: Required
- Long]): ResultOperation ( : [
- # Creates a new stoplight dimension
- #
- # Arguments
- # dimension: Required
- (
- StoplightDimensionModelInput :
- ): StoplightDimensionModel
- # Delete snapshot draft by draftId
- #
- # Arguments
- # draftId: Required
- String): Boolean ( :
- # Change picture assigned to family
- #
- # Arguments
- # familyId: Required
- # familyProfilePicture: Required
- (
- Long, :
- String :
- ): FamilyDTO
- # Arguments
- # newPriority:
- # client:
- PriorityDtoInput, : String): PriorityDto ( :
- # Arguments
- # id:
- Long): ResultOperation ( :
- # Deletes a snapshot and all the data related
- #
- # Arguments
- # snapshot:
- Long): ResultOperation ( :
- # Updates the snapshot sign
- #
- # Arguments
- # snapshot: Required
- SnapshotUpdateModelInput): ResultOperation ( :
- # Updates a single achievement
- #
- # Arguments
- # achievement: Required
- AchievementDtoInput): ResultOperation ( :
- # Saves a new family note record
- #
- # Arguments
- # familyNote:
- FamilyNoteDtoInput): FamilyNoteDto ( :
- # Deletes an intervention definition
- #
- # Arguments
- # interventionDefinition: Required
- (
- InterventionDefinitionModelInput :
- ): ResultOperation
- # Updates a stakeholder
- #
- # Arguments
- # stakeholder:
- StakeholderModelInput): ResultOperation ( :
- # Service to delete an intervention from a specific family
- #
- # Arguments
- # intervention:
- Long): ResultOperation ( :
- # Updates the details for a family
- #
- # Arguments
- # organization: Required
- # project:
- # families: Required
- # user:
- (
- Long, :
- Long, :
- FamilyModelInput], : [
- Long :
- ): ResultOperation
- # Deletes a note from a stoplight indicator
- #
- # Arguments
- # id:
- Long): ResultOperation ( :
- # Add a single achievement
- #
- # Arguments
- # achievement: Required
- AchievementDtoInput): ResultOperation ( :
- # Save a survey definition to DynamoDB
- #
- # Arguments
- # id:
- Long): ResultOperation ( :
- # Updates a stoplight solution
- #
- # Arguments
- # solution: Required
- StoplightSolutionModelInput): StoplightSolutionModel ( :
- # Unlocks the Survey Builder
- #
- # Arguments
- # surveyDefinitionId:
- Long): ResultOperation ( :
- # Approve Survey definition
- #
- # Arguments
- # id:
- Long): ResultOperation ( :
- # Updates a the number of views in one
- #
- # Arguments
- # solution: Required
- StoplightSolutionModelInput): StoplightSolutionModel ( :
- # Creates a new snapshot draft
- #
- # Arguments
- # newSnapshot: Required
- NewSnapshotDTOInput): Long ( :
- # Send a notification message via whatsapp
- #
- # Arguments
- # notificationParameters:
- (
- NotificationParametersInput :
- ): NotificationResult
- # Creates a new question
- #
- # Arguments
- # question: Required
- (
- EconomicLibraryQuestionModelInput :
- ): ResultOperation
- # Delete an existent project
- #
- # Arguments
- # project: Required
- ProjectModelInput): ResultOperation ( :
- # Add a survey offline map
- #
- # Arguments
- # surveyOfflineMap: Required
- (
- SurveyOfflineMapInput :
- ): ResultOperation
- # deletes a single priority
- #
- # Arguments
- # priority: Required
- (
- PriorityDtoInput :
- ): ResultOperation
- # Approve Or Reject Indicator Color Change
- #
- # Arguments
- # status: Required
- # suggestedIndicatorColorChangeId: Required
- (
- String, :
- Long :
- ): ResultOperation
- # Deletes a user record
- #
- # Arguments
- # user: Required
- Long): ResultOperation ( :
- # Change project assigned to family
- #
- # Arguments
- # familyId: Required
- # projectId: Required
- Long, : Long): FamilyDTO ( :
- # Assign an intervention definition to organizations
- #
- # Arguments
- # interventionDefinition: Required
- # application: Required
- # organizations: Required
- (
- Long, :
- Long, :
- Long] : [
- ): ResultOperation
- # Assign users to a survey definition
- #
- # Arguments
- # surveyDefinition:
- # users:
- (
- Long, :
- Long] : [
- ): ResultOperation
- # Adds a note to a stoplight indicator
- #
- # Arguments
- # surveyStoplightNoteModel:
- (
- SurveyStoplightNoteModelInput :
- ): ResultOperation
- # Creates a new stakeholder
- #
- # Arguments
- # stakeholder:
- StakeholderModelInput): ResultOperation ( :
- # Change project assigned to a snapshot
- #
- # Arguments
- # snapshotId: Required
- # projectId: Required
- Long, : Long): ResultOperation ( :
- # Updates an existent artilce
- #
- # Arguments
- # article: Required
- HelpArticleModelInput): ResultOperation ( :
- # Service to update an intervention for a specific family
- #
- # Arguments
- # intervention:
- InterventionDataModelInput): InterventionModel ( :
- # Creates a new stoplight indicator
- #
- # Arguments
- # stoplightId:
- # stoplightIndicator: Required
- (
- Long, :
- StoplightIndicatorModelInput :
- ): ResultOperation
- # Updates the snapshot data
- #
- # Arguments
- # snapshot: Required
- (
- SnapshotUpdateModelInput :
- ): ResultOperation
- # Marks all notifications as read by user
- ResultOperation :
- # Service to create a survey definition with its privacy policy and term &
- # conditions
- #
- # Arguments
- # application: Required
- # privacyPolicy: Required
- # termCond: Required
- # surveyDefinition: Required
- (
- Long, :
- TermCondPolDTOInput, :
- TermCondPolDTOInput, :
- SurveyDefinitionModelInput :
- ): SurveyDefinitionModel
- # Locks the Survey Builder
- #
- # Arguments
- # surveyDefinitionId:
- Long): ResultOperation ( :
- # Updates the details for a family
- #
- # Arguments
- # family: Required
- FamilyModelInput): ResultOperation ( :
- # Mark Indicator As in Review
- #
- # Arguments
- # stoplightId:
- Long): ResultOperation ( :
- # Updates a stoplight dimension
- #
- # Arguments
- # dimension: Required
- (
- StoplightDimensionModelInput :
- ): StoplightDimensionModel
- # Updates a stoplight solution
- #
- # Arguments
- # solution: Required
- StoplightSolutionModelInput): ResultOperation ( :
- # Retrieves a stoplight dimension record
- #
- # Arguments
- # dimension: Required
- Long): StoplightDimensionModel ( :
- # Service to update all sections of a survey definition
- #
- # Arguments
- # surveyConfig: Required
- # economicQuestions: Required
- # privacyPolicy: Required
- # termCond: Required
- # stoplightIndicators: Required
- # surveyDefinition: Required
- (
- SurveyConfigInput, :
- SurveyEconomicModelInput], : [
- TermCondPolDTOInput, :
- TermCondPolDTOInput, :
- SurveyStoplightModelInput], : [
- SurveyDefinitionModelInput :
- ): ResultOperation
- # Service to create an intervention for a specific family
- #
- # Arguments
- # client:
- # intervention:
- (
- String, :
- InterventionDataModelInput :
- ): InterventionModel
- # update a survey offline map
- #
- # Arguments
- # surveyOfflineMap: Required
- (
- SurveyOfflineMapInput :
- ): ResultOperation
- # Updates the location for a family
- #
- # Arguments
- # familyLocation: Required
- (
- FamilyLocationModelInput :
- ): ResultOperation
- # Deletes a stoplight indicator
- #
- # Arguments
- # id: Required
- Long): ResultOperation ( :
- # Add a rating to an article
- #
- # Arguments
- # rating:
- # article:
- String, : Long): ResultOperation ( :
- # Service to delete a survey definition
- #
- # Arguments
- # surveyDefinition: Required
- Long): ResultOperation ( :
- # Updates a stoplight indicator
- #
- # Arguments
- # stoplightId:
- # stoplightIndicator: Required
- (
- Long, :
- StoplightIndicatorModelInput :
- ): ResultOperation
- # Service to update an indicator color
- #
- # Arguments
- # stoplightModel:
- # snapshotId:
- (
- SnapshotStoplightModelInput, :
- Long :
- ): ResultOperation
- # Arguments
- # password:
- # hub:
- # org:
- # toDate:
- # user:
- # surveyDefinition:
- (
- String, :
- Long, :
- Long, :
- String, :
- String, :
- Long :
- ): SurveyDynamicModel
- # Updates a note to a stoplight indicator
- #
- # Arguments
- # surveyStoplightNoteModel:
- (
- SurveyStoplightNoteModelInput :
- ): ResultOperation
- # Creates a new artilce
- #
- # Arguments
- # article: Required
- HelpArticleModelInput): HelpArticleEntity ( :
- # Approve Or Reject Indicator Change
- #
- # Arguments
- # suggestedIndicatorChangeId: Required
- # status: Required
- (
- Long, :
- String :
- ): ResultOperation
- # Mark Indicator As Reviewed
- #
- # Arguments
- # stoplightId:
- Long): ResultOperation ( :
- # Updates an intervention definition
- #
- # Arguments
- # interventionDefinition: Required
- (
- InterventionDefinitionModelInput :
- ): ResultOperation
- # Mark as resolved all the notes of a stoplight indicator
- #
- # Arguments
- # id:
- Long): ResultOperation ( :
- # Updates a user record
- #
- # Arguments
- # user: Required
- UserModelInput): UserModel ( :
- # Updates a quetion from the library
- #
- # Arguments
- # question: Required
- (
- EconomicLibraryQuestionModelInput :
- ): ResultOperation
- # Creates a new snapshot.
- #
- # Arguments
- # newSnapshot: Required
- NewSnapshotDTOInput): SnapshotDTO ( :
- # Deletes an existent artilce
- #
- # Arguments
- # article: Required
- HelpArticleModelInput): ResultOperation ( :
- # Updates a single priority
- #
- # Arguments
- # priority: Required
- (
- PriorityDtoInput :
- ): ResultOperation
- # Search survey offline maps
- #
- # Arguments
- # surveyOfflineMap: Required
- Long): ResultOperation ( :
- # Deletes a quetion from the library
- #
- # Arguments
- # question: Required
- (
- EconomicLibraryQuestionModelInput :
- ): ResultOperation
- # Deletes a family note record
- #
- # Arguments
- # familyNoteId:
- Long): ResultOperation ( :
- # Updates the data for a given project
- #
- # Arguments
- # project: Required
- ProjectModelInput): ProjectModel ( :
- # Service to attach the stoplight data to a given snapshot
- #
- # Arguments
- # snapshot: Required
- (
- SnapshotUpdateModelInput :
- ): ResultOperation
- # Updates the snapshot data
- #
- # Arguments
- # snapshot: Required
- SnapshotUpdateModelInput): ResultOperation ( :
- # List stakeholders
- #
- # Arguments
- # id:
- Long): ResultOperation ( :
- # Creates a new user
- #
- # Arguments
- # user: Required
- UserModelInput): UserModel ( :
- # Arguments
- # id:
- Long): ResultOperation ( :
- # Creates a new stoplight solution
- #
- # Arguments
- # solution: Required
- StoplightSolutionModelInput): StoplightSolutionModel ( :
- }
link Require by
This element is not required by anyone