About the GraphQL API

About GraphQL

The GraphQL data query language is:

  • A specification. The spec determines the validity of the schema on the API server. The schema determines the validity of client calls.

  • Strongly typed. The schema defines an API's type system and all object relationships.

  • Introspective. A client can query the schema for details about the schema.

  • Hierarchical. The shape of a GraphQL call mirrors the shape of the JSON data it returns. Nested fields let you query for and receive only the data you specify in a single round trip.

  • An application layer. GraphQL is not a storage model or a database query language. The graph refers to graph structures defined in the schema, where nodes define objects and edges define relationships between objects. The API traverses and returns application data based on the schema definitions, independent of how the data is stored.

Queries

In this section

About queries

Every GraphQL schema has a root type for both queries and mutations. The query type defines GraphQL operations that retrieve data from the server.

Arguments

Name Description

id (ID!)


Arguments

Name Description

id (Float)

createdAt (DateTime)

createdAtGte (DateTime)

createdAtLte (DateTime)

modifiedAt (DateTime)

modifiedAtGte (DateTime)

modifiedAtLte (DateTime)

createdBy ([ID!])

modifiedBy ([ID!])

search (String)

isCurrentUserMember (Boolean)

recentlyUsed (Boolean)

tags ([ID!])

page (Int)

ordering (String)

pageSize (Int)


Arguments

Name Description

id (Float)

search (String)

page (Int)

ordering (String)

pageSize (Int)


Arguments

Name Description

id (ID!)


Arguments

Name Description

label (String)

parent (ID)

subPillar (AssessmentRegistrySummarySubPillarTypeEnum)

subDimension (AssessmentRegistrySummarySubDimensionTypeEnum)

search (String)

isParent (Boolean)

page (Int)

ordering (String)

pageSize (Int)


Arguments

Name Description

url (String)


Arguments

Name Description

filter (ExploreDeepFilterInputType!)


Arguments

Name Description

id (ID!)


me

Type: UserMeType


Arguments

Name Description

id (ID!)


Arguments

Name Description

timestamp (DateTime)

timestampLte (DateTime)

timestampGte (DateTime)

isPending (Boolean)

notificationType (NotificationTypeEnum)

status (NotificationStatusEnum)

page (Int)

ordering (String)

pageSize (Int)


Arguments

Name Description

id (ID!)


Arguments

Name Description

id (Float)

verified (Boolean)

search (String)

usedInProjectByLead (ID)

usedInProjectByAssesment (ID)

ordering ([OrganizationOrderingEnum!])

page (Int)

pageSize (Int)


Arguments

Name Description

id (ID!)


Arguments

Name Description

title (String)

shortName (String)

description (String)

reliefWebId (Int)

page (Int)

ordering (String)

pageSize (Int)


Arguments

Name Description

id (ID!)


Arguments

Name Description

createdAt (DateTime)

createdAtGte (DateTime)

createdAtLte (DateTime)

modifiedAt (DateTime)

modifiedAtGte (DateTime)

modifiedAtLte (DateTime)

createdBy ([ID!])

modifiedBy ([ID!])

ids ([ID!])

excludeIds ([ID!])

status (ProjectStatusEnum)

organizations ([ID!])

analysisFrameworks ([ID!])

regions ([ID!])

search (String)

isCurrentUserMember (Boolean)

hasPermissionAccess (ProjectPermission)

ordering ([ProjectOrderingEnum!])

isTest (Boolean)

page (Int)

pageSize (Int)


Arguments

Name Description

projectFilter (RegionProjectFilterData)

ordering (String)


Arguments

Name Description

id (Float)

createdAt (DateTime)

createdAtGte (DateTime)

createdAtLte (DateTime)

modifiedAt (DateTime)

modifiedAtGte (DateTime)

modifiedAtLte (DateTime)

createdBy ([ID!])

modifiedBy ([ID!])

search (String)

isCurrentUserMember (Boolean)

recentlyUsed (Boolean)

tags ([ID!])

page (Int)

ordering (String)

pageSize (Int)


Arguments

Name Description

slug (String!)


Arguments

Name Description

uuid (UUID!)


Arguments

Name Description

id (Float)

verified (Boolean)

search (String)

usedInProjectByLead (ID)

usedInProjectByAssesment (ID)

ordering ([OrganizationOrderingEnum!])

page (Int)

pageSize (Int)


Arguments

Name Description

createdAt (DateTime)

createdAtGte (DateTime)

createdAtLte (DateTime)

modifiedAt (DateTime)

modifiedAtGte (DateTime)

modifiedAtLte (DateTime)

createdBy ([ID!])

modifiedBy ([ID!])

ids ([ID!])

excludeIds ([ID!])

status (ProjectStatusEnum)

organizations ([ID!])

analysisFrameworks ([ID!])

regions ([ID!])

search (String)

isCurrentUserMember (Boolean)

hasPermissionAccess (ProjectPermission)

ordering ([PublicProjectOrderingEnum!])

isTest (Boolean)

page (Int)

pageSize (Int)


Arguments

Name Description

projectFilter (RegionProjectFilterData)

page (Int)

ordering (String)

pageSize (Int)


Arguments

Name Description

id (ID!)


Arguments

Name Description

id (Float)

code (String)

title (String)

public (Boolean)

project ([ID])

createdAt (DateTime)

createdBy ([ID])

modifiedAt (DateTime)

modifiedBy ([ID])

createdAt_Lt (Date)

createdAt_Gte (Date)

modifiedAt_Lt (Date)

modifiedAt_Gt (Date)

excludeProject ([ID!])

search (String)

page (Int)

ordering (String)

pageSize (Int)


Arguments

Name Description

url (String)


user

Type: UserType

Arguments

Name Description

id (ID!)


Arguments

Name Description

id (ID!)


Arguments

Name Description

isCurrentUserMember (Boolean)

search (String)

membersIncludeProject (ID)

membersExcludeProject (ID)

page (Int)

ordering (String)

pageSize (Int)


Arguments

Name Description

id (Float)

search (String)

membersExcludeProject (ID)

membersExcludeFramework (ID)

membersExcludeUsergroup (ID)

page (Int)

ordering (String)

pageSize (Int)


Mutations

In this section

About mutations

Every GraphQL schema has a root type for both queries and mutations. The mutation type defines GraphQL operations that change data on the server. It is analogous to performing HTTP verbs such as POST, PATCH, and DELETE.

Arguments

Name Description

id (ID!)

Return fields

Name Description

id (ID!)

title (String!)

analysisFrameworkUpdate (UpdateAnalysisFramework)

analysisFrameworkMembershipBulk (BulkUpdateAnalysisFrameworkMembership)


Arguments

Name Description

data (AnalysisFrameworkInputType!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AnalysisFrameworkDetailType)


Arguments

Name Description

data (PasswordChangeInputType!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)


Arguments

Name Description

data (ProjectPinnedInputType!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserPinnedProjectType)


Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserMeType)


Arguments

Name Description

id (ID!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserPinnedProjectType)


Arguments

Name Description

data (FileUploadInputType!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (GalleryFileType)


Arguments

Name Description

id (ID!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserGenericExportType)


Arguments

Name Description

data (GenericExportCreateInputType!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserGenericExportType)


Arguments

Name Description

data (ProjectJoinRequestInputType!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (ProjectJoinRequestType)


login

Type: Login

Arguments

Name Description

data (LoginInputType!)

Return fields

Name Description

result (UserMeType)

errors ([GenericScalar!])

ok (Boolean!)

captchaRequired (Boolean!)


Arguments

Name Description

data (HIDLoginInputType!)

Return fields

Name Description

result (UserMeType)

errors ([GenericScalar!])

ok (Boolean!)


logout

Type: Logout

Return fields

Name Description

ok (Boolean)


Arguments

Name Description

data (NotificationStatusInputType!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (NotificationType)


Arguments

Name Description

id (ID!)

Return fields

Name Description

id (ID!)

title (String!)

createAssessmentRegistry (CreateAssessmentRegistry)

updateAssessmentRegistry (UpdateAssessmentRegistry)

deleteAssessmentRegistry (DeleteAssessmentRegistry)

analysisPillarUpdate (UpdateAnalysisPillar)

discardedEntryCreate (CreateAnalysisPillarDiscardedEntry)

discardedEntryUpdate (UpdateAnalysisPillarDiscardedEntry)

discardedEntryDelete (DeleteAnalysisPillarDiscardedEntry)

triggerAnalysisTopicModel (TriggerAnalysisTopicModel)

triggerAnalysisAutomaticSummary (TriggerAnalysisAutomaticSummary)

triggerAnalysisAutomaticNgram (TriggerAnalysisAnalyticalStatementNGram)

triggerAnalysisGeoLocation (TriggerAnalysisAnalyticalGeoTask)

analysisReportCreate (CreateAnalysisReport)

analysisReportUpdate (UpdateAnalysisReport)

analysisReportDelete (DeleteAnalysisReport)

analysisReportSnapshotCreate (CreateAnalysisReportSnapshot)

analysisReportUploadCreate (CreateAnalysisReportUpload)

analysisReportUploadDelete (DeleteAnalysisReportUpload)

exportCreate (CreateUserExport)

exportUpdate (UpdateUserExport)

exportCancel (CancelUserExport)

exportDelete (DeleteUserExport)

assessmentDelete (DeleteAssessment)

entryReviewCommentCreate (CreateEntryReviewComment)

entryReviewCommentUpdate (UpdateEntryReviewComment)

entryReviewCommentDelete (DeleteEntryReviewComment)

entryCreate (CreateEntry)

entryUpdate (UpdateEntry)

entryDelete (DeleteEntry)

entryBulk (BulkEntry)

leadCreate (CreateLead)

leadUpdate (UpdateLead)

leadDelete (DeleteLead)

leadBulk (BulkLead)

leadGroupDelete (DeleteLeadGroup)

leadCopy (LeadCopy)

leadFilterSave (SaveUserSavedLeadFilter)

projectUpdate (UpdateProject)

projectDelete (ProjectDelete)

acceptRejectProject (ProjectAcceptReject)

projectUserMembershipBulk (BulkUpdateProjectMembership)

projectUserGroupMembershipBulk (BulkUpdateProjectUserGroupMembership)

projectRegionBulk (BulkUpdateProjectRegion)

projectVizConfigurationUpdate (UpdateProjectVizConfiguration)

unifiedConnector (UnifiedConnectorMutationType)

assistedTagging (AssistedTaggingMutationType)


Arguments

Name Description

data (ProjectCreateInputType!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (ProjectDetailType)


Arguments

Name Description

projectId (ID!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (ProjectJoinRequestType)


Arguments

Name Description

data (RegisterInputType!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean!)

captchaRequired (Boolean!)


Arguments

Name Description

items ([UserPinnedProjectReOrderInputType!])

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result ([UserPinnedProjectType])


Arguments

Name Description

data (ResetPasswordInputType!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean!)

captchaRequired (Boolean!)


Arguments

Name Description

data (UserMeInputType!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserMeType)


Arguments

Name Description

id (ID!)

Return fields

Name Description

id (ID!)

title (String!)

userGroupUpdate (UpdateUserGroup)

userGroupDelete (DeleteUserGroup)

userGroupMembershipBulk (BulkUpdateUserGroupMembership)


Arguments

Name Description

data (UserGroupInputType!)

Return fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserGroupType)


Objects

In this section

About objects

Objects in GraphQL represent the resources you can access. An object can contain a list of fields, which are specifically typed.

Fields

Name Description

id (ID!)

file (GalleryFileType)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

documentType (AssessmentRegistryDocumentTypeEnum!)

documentTypeDisplay (EnumDescription!)

externalLink (String)


Fields

Name Description

id (ID!)

title (String!)

level (Int)

nameProp (String!)

codeProp (String!)

parentNameProp (String!)

parentCodeProp (String!)

geoShapeFile (GalleryFileType)

tolerance (Float!)

staleGeoAreas (Boolean!)

parent (ID)

geojsonFile (FileFieldType)

boundsFile (FileFieldType)


Fields

Name Description

id (ID!)

summary (String!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

status (AutomaticSummaryStatusEnum!)


Fields

Name Description

id (ID!)

title (String!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

description (String)

isPrivate (Boolean!)

assistedTaggingEnabled (Boolean!)

organization (OrganizationType)

currentUserRole (AnalysisFrameworkRoleTypeEnum)

previewImage (FileFieldType)

export (FileFieldType)

clonedFrom (ID)

allowedPermissions ([AnalysisFrameworkPermission!]!)

tags ([AnalysisFrameworkTagType!]!)

usedInProjectCount (AnalysisFrameworkProjectCount!)

primaryTagging ([SectionType!])

secondaryTagging ([WidgetType!])

members ([AnalysisFrameworkMembershipType!])

filters ([AnalysisFrameworkFilterType!])

exportables ([AnalysisFrameworkExportableType!])

visibleProjects ([AnalysisFrameworkVisibleProjectType!])

predictionTagsMapping ([AnalysisFrameworkPredictionMappingType!])

properties (AnalysisFrameworkPropertiesType)


Fields

Name Description

id (ID!)

inline (Boolean!)

order (Int!)

data (GenericScalar)

widgetKey (String!)

widgetType (WidgetWidgetTypeEnum!)

widgetTypeDisplay (EnumDescription!)


Fields

Name Description

id (ID!)

widgetKey (String!)

title (String!)

properties (GenericScalar)

key (String!)

widgetType (WidgetWidgetTypeEnum!)

widgetTypeDisplay (EnumDescription!)

filterType (WidgetFilterTypeEnum!)

filterTypeDisplay (EnumDescription!)


Fields

Name Description

results ([AnalysisFrameworkType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

member (UserType!)

role (AnalysisFrameworkRoleType!)

joinedAt (DateTime!)

addedBy (UserType)

clientId (ID!)


Fields

Name Description

id (ID!)

title (String!)

analysisFrameworkUpdate (UpdateAnalysisFramework)

analysisFrameworkMembershipBulk (BulkUpdateAnalysisFrameworkMembership)


Fields

Name Description

id (ID!)

widget (ID!)

tag (ID)

association (GenericScalar)

clientId (ID!)

widgetType (WidgetWidgetTypeEnum!)


Fields

Name Description

projectCount (Int!)

testProjectCount (Int!)


Fields

Name Description

pk (ID!)


Fields

Name Description

id (ID!)

title (String!)


Fields

Name Description

results ([AnalysisFrameworkTagType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

title (String!)

description (String!)

icon (FileFieldType)


Fields

Name Description

id (ID!)

title (String!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

description (String)

isPrivate (Boolean!)

assistedTaggingEnabled (Boolean!)

organization (OrganizationType)

currentUserRole (AnalysisFrameworkRoleTypeEnum)

previewImage (FileFieldType)

export (FileFieldType)

clonedFrom (ID)

allowedPermissions ([AnalysisFrameworkPermission!]!)

tags ([AnalysisFrameworkTagType!]!)

usedInProjectCount (AnalysisFrameworkProjectCount!)


Fields

Name Description

id (ID!)

title (String!)

isPrivate (Boolean!)


Fields

Name Description

results ([AnalysisType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

title (String!)

count (Int!)


Fields

Name Description

totalEntriesCount (Int!)

totalLeadsCount (Int!)

analyzedEntriesCount (Int!)

analyzedLeadsCount (Int!)

authoringOrganizations ([AnalysisOverviewOrganizationType!])


Fields

Name Description

results ([AnalysisPillarDiscardedEntryType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

analysisPillar (ID)

entry (EntryType!)

entryId (ID!)

tag (DiscardedEntryTagTypeEnum!)

tagDisplay (EnumDescription!)


Fields

Name Description

results ([EntryType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

results ([AnalysisPillarType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

title (String!)

mainStatement (String!)

informationGap (String!)

filters (GenericScalar)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

clientId (ID!)

assignee (UserType!)

analysis (ID!)

clonedFrom (ID)

analyzedEntriesCount (Int!)

statements ([AnalyticalStatementType!])

discardedEntries (AnalysisPillarDiscardedEntryListType)

entries (AnalysisPillarEntryListType)


Fields

Name Description

startDate (Date!)

endDate (Date!)


Fields

Name Description

color (String)

opacity (Int)


Fields

Name Description

gap (Int)


Fields

Name Description

color (String)

width (Int)

opacity (Int)

style (AnalysisReportBorderStyleStyleEnum)


Fields

Name Description

id (ID!)

upload (AnalysisReportUploadType!)

data (GenericScalar!)

clientId (ID!)


Fields

Name Description

id (ID!)

row (Int!)

column (Int!)

width (Int!)

height (Int)

clientId (ID!)

contentType (AnalysisReportContainerContentTypeEnum!)

report (ID!)

style (AnalysisReportContainerStyleType)

contentConfiguration (AnalysisReportContainerContentConfigurationType)

contentData ([AnalysisReportContainerDataType!]!)


Fields

Name Description

caption (String)

altText (String)

style (AnalysisReportImageContentStyleType)


Fields

Name Description

results ([AnalysisReportType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

top (Int)

bottom (Int)

left (Int)

right (Int)


Fields

Name Description

top (Int)

bottom (Int)

left (Int)

right (Int)


Fields

Name Description

results ([AnalysisReportSnapshotType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

publishedOn (DateTime!)

report (ID!)

publishedBy (UserType!)

reportDataFile (FileFieldType)

files ([GalleryFileType!]!)


Fields

Name Description

color (String)

family (String)

size (Int)

weight (Int)

align (AnalysisReportTextStyleAlignEnum)


Fields

Name Description

id (ID!)

isPublic (Boolean!)

slug (String!)

title (String!)

subTitle (String!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

analysis (ID!)

configuration (AnalysisReportConfigurationType)

containers ([AnalysisReportContainerType!]!)

organizations ([OrganizationType!]!)

uploads ([AnalysisReportUploadType!]!)

latestSnapshot (AnalysisReportSnapshotType)


Fields

Name Description

results ([AnalysisReportUploadType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

headerRow (Int)

variables ([AnalysisReportVariableType!]!)


Fields

Name Description

name (String)

headerRow (Int)

variables ([AnalysisReportVariableType!]!)


Fields

Name Description

url (String)


Fields

Name Description

name (String)

type (AnalysisReportVariableTypeEnum)

completeness (Int)


Fields

Name Description

id (ID!)

title (String)

entries ([EntryType]!)


Fields

Name Description

id (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

status (TopicModelStatusEnum!)

clusters ([AnalysisTopicModelClusterType]!)

additionalFilters (EntriesFilterDataType)

analysisPillar (ID!)


Fields

Name Description

id (ID!)

title (String!)

startDate (Date)

endDate (Date!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

clonedFrom (ID)

teamLead (UserType!)

publicationDate (AnalysisPublicationDateType)

analyzedEntriesCount (Int!)

analyzedLeadsCount (Int!)

pillars ([AnalysisPillarType!])


Fields

Name Description

latitude (Float)

longitude (Float)

offsetStart (Int)

offsetEnd (Int)


Fields

Name Description

id (ID!)

entry (EntryType!)

entryId (ID!)

data ([AnalyticalStatementEntryGeoDataType!])


Fields

Name Description

id (ID!)

order (Int!)

clientId (ID!)

entry (EntryType!)

entryId (ID!)

analyticalStatement (ID!)


Fields

Name Description

id (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

status (AnalyticalStatementGeoTaskStatusEnum!)

entryGeo ([AnalyticalStatementEntryGeoType]!)


Fields

Name Description

results ([AnalyticalStatementType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

word (String!)

count (Int!)


Fields

Name Description

id (ID!)

statement (String!)

title (String)

includeInReport (Boolean!)

order (Int!)

reportText (String!)

informationGaps (String!)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

clonedFrom (ID)

entriesCount (Int!)

entries ([AnalyticalStatementEntryType!])


Fields

Name Description

ProfileEmailOptOuts ([AppEnumCollectionProfileEmailOptOuts!])

UserEmailOptOuts ([AppEnumCollectionUserEmailOptOuts!])

GroupMembershipRole ([AppEnumCollectionGroupMembershipRole!])

ProjectStatus ([AppEnumCollectionProjectStatus!])

ProjectOrganizationOrganizationType ([AppEnumCollectionProjectOrganizationOrganizationType!])

ProjectJoinRequestStatus ([AppEnumCollectionProjectJoinRequestStatus!])

ProjectStatsStatus ([AppEnumCollectionProjectStatsStatus!])

ProjectMembershipBadges ([AppEnumCollectionProjectMembershipBadges!])

ProjectUserGroupMembershipBadges ([AppEnumCollectionProjectUserGroupMembershipBadges!])

ProjectRoleType ([AppEnumCollectionProjectRoleType!])

ProjectStatsAction ([AppEnumCollectionProjectStatsAction!])

WidgetWidgetId ([AppEnumCollectionWidgetWidgetId!])

WidgetWidth ([AppEnumCollectionWidgetWidth!])

FilterFilterType ([AppEnumCollectionFilterFilterType!])

AnalysisFrameworkRoleType ([AppEnumCollectionAnalysisFrameworkRoleType!])

LeadConfidentiality ([AppEnumCollectionLeadConfidentiality!])

LeadStatus ([AppEnumCollectionLeadStatus!])

LeadPriority ([AppEnumCollectionLeadPriority!])

LeadSourceType ([AppEnumCollectionLeadSourceType!])

LeadExtractionStatus ([AppEnumCollectionLeadExtractionStatus!])

LeadAutoEntryExtractionStatus ([AppEnumCollectionLeadAutoEntryExtractionStatus!])

EntryEntryType ([AppEnumCollectionEntryEntryType!])

ExportFormat ([AppEnumCollectionExportFormat!])

ExportStatus ([AppEnumCollectionExportStatus!])

ExportType ([AppEnumCollectionExportType!])

ExportExportType ([AppEnumCollectionExportExportType!])

GenericExportFormat ([AppEnumCollectionGenericExportFormat!])

GenericExportStatus ([AppEnumCollectionGenericExportStatus!])

GenericExportType ([AppEnumCollectionGenericExportType!])

ExportExcelSelectedColumnSerializerStaticColumn ([AppEnumCollectionExportExcelSelectedColumnSerializerStaticColumn!])

ExportExtraOptionsSerializerDateFormat ([AppEnumCollectionExportExtraOptionsSerializerDateFormat!])

ExportExtraOptionsSerializerReportCitationStyle ([AppEnumCollectionExportExtraOptionsSerializerReportCitationStyle!])

EntryReviewCommentCommentType ([AppEnumCollectionEntryReviewCommentCommentType!])

DiscardedEntryTag ([AppEnumCollectionDiscardedEntryTag!])

TopicModelStatus ([AppEnumCollectionTopicModelStatus!])

AutomaticSummaryStatus ([AppEnumCollectionAutomaticSummaryStatus!])

AnalyticalStatementNGramStatus ([AppEnumCollectionAnalyticalStatementNGramStatus!])

AnalyticalStatementGeoTaskStatus ([AppEnumCollectionAnalyticalStatementGeoTaskStatus!])

AnalysisReportUploadType ([AppEnumCollectionAnalysisReportUploadType!])

AnalysisReportContainerContentType ([AppEnumCollectionAnalysisReportContainerContentType!])

AnalysisReportVariableSerializerType ([AppEnumCollectionAnalysisReportVariableSerializerType!])

AnalysisReportTextStyleSerializerAlign ([AppEnumCollectionAnalysisReportTextStyleSerializerAlign!])

AnalysisReportBorderStyleSerializerStyle ([AppEnumCollectionAnalysisReportBorderStyleSerializerStyle!])

AnalysisReportImageContentStyleSerializerFit ([AppEnumCollectionAnalysisReportImageContentStyleSerializerFit!])

AnalysisReportHeadingConfigurationSerializerVariant ([AppEnumCollectionAnalysisReportHeadingConfigurationSerializerVariant!])

NotificationNotificationType ([AppEnumCollectionNotificationNotificationType!])

NotificationStatus ([AppEnumCollectionNotificationStatus!])

ConnectorSourceSource ([AppEnumCollectionConnectorSourceSource!])

ConnectorSourceStatus ([AppEnumCollectionConnectorSourceStatus!])

ConnectorLeadExtractionStatus ([AppEnumCollectionConnectorLeadExtractionStatus!])

DraftEntryPredictionStatus ([AppEnumCollectionDraftEntryPredictionStatus!])

AssistedTaggingPredictionDataType ([AppEnumCollectionAssistedTaggingPredictionDataType!])

DraftEntryType ([AppEnumCollectionDraftEntryType!])

UnusedAssessmentMethodologyProtectionInfo ([AppEnumCollectionUnusedAssessmentMethodologyProtectionInfo!])

AssessmentRegistryBgCrisisType ([AppEnumCollectionAssessmentRegistryBgCrisisType!])

AssessmentRegistryBgPreparedness ([AppEnumCollectionAssessmentRegistryBgPreparedness!])

AssessmentRegistryExternalSupport ([AppEnumCollectionAssessmentRegistryExternalSupport!])

AssessmentRegistryCoordinatedJoint ([AppEnumCollectionAssessmentRegistryCoordinatedJoint!])

AssessmentRegistryDetailsType ([AppEnumCollectionAssessmentRegistryDetailsType!])

AssessmentRegistryFamily ([AppEnumCollectionAssessmentRegistryFamily!])

AssessmentRegistryStatus ([AppEnumCollectionAssessmentRegistryStatus!])

AssessmentRegistryFrequency ([AppEnumCollectionAssessmentRegistryFrequency!])

AssessmentRegistryConfidentiality ([AppEnumCollectionAssessmentRegistryConfidentiality!])

AssessmentRegistryLanguage ([AppEnumCollectionAssessmentRegistryLanguage!])

AssessmentRegistryFocuses ([AppEnumCollectionAssessmentRegistryFocuses!])

AssessmentRegistrySectors ([AppEnumCollectionAssessmentRegistrySectors!])

AssessmentRegistryProtectionInfoMgmts ([AppEnumCollectionAssessmentRegistryProtectionInfoMgmts!])

AssessmentRegistryProtectionRisks ([AppEnumCollectionAssessmentRegistryProtectionRisks!])

AssessmentRegistryAffectedGroups ([AppEnumCollectionAssessmentRegistryAffectedGroups!])

MethodologyAttributeDataCollectionTechnique ([AppEnumCollectionMethodologyAttributeDataCollectionTechnique!])

MethodologyAttributeSamplingApproach ([AppEnumCollectionMethodologyAttributeSamplingApproach!])

MethodologyAttributeProximity ([AppEnumCollectionMethodologyAttributeProximity!])

MethodologyAttributeUnitOfAnalysis ([AppEnumCollectionMethodologyAttributeUnitOfAnalysis!])

MethodologyAttributeUnitOfReporting ([AppEnumCollectionMethodologyAttributeUnitOfReporting!])

AdditionalDocumentDocumentType ([AppEnumCollectionAdditionalDocumentDocumentType!])

ScoreRatingScoreType ([AppEnumCollectionScoreRatingScoreType!])

ScoreRatingRating ([AppEnumCollectionScoreRatingRating!])

ScoreAnalyticalDensitySector ([AppEnumCollectionScoreAnalyticalDensitySector!])

ScoreAnalyticalDensityAnalysisLevelCovered ([AppEnumCollectionScoreAnalyticalDensityAnalysisLevelCovered!])

ScoreAnalyticalDensityFigureProvided ([AppEnumCollectionScoreAnalyticalDensityFigureProvided!])

SummarySubDimensionIssueSector ([AppEnumCollectionSummarySubDimensionIssueSector!])

SummaryIssueSubPillar ([AppEnumCollectionSummaryIssueSubPillar!])

SummaryIssueSubDimension ([AppEnumCollectionSummaryIssueSubDimension!])

SummaryFocusSector ([AppEnumCollectionSummaryFocusSector!])

AssessmentRegistryOrganizationOrganizationType ([AppEnumCollectionAssessmentRegistryOrganizationOrganizationType!])


Fields

Name Description

enum (AnalysisFrameworkRoleTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (AnalysisReportUploadTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (AssessmentRegistryFamilyTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (AssessmentRegistryFocusTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (AssessmentRegistryStatusTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (AutomaticSummaryStatusEnum!)

label (String!)

description (String)


Fields

Name Description

enum (ConnectorSourceSourceEnum!)

label (String!)

description (String)


Fields

Name Description

enum (ConnectorSourceStatusEnum!)

label (String!)

description (String)


Fields

Name Description

enum (DiscardedEntryTagTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (DraftEntryPredictionStatusEnum!)

label (String!)

description (String)


Fields

Name Description

enum (DraftEntryTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (EntryTagTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (EntryReviewCommentTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (ExportExportTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (ExportFormatEnum!)

label (String!)

description (String)


Fields

Name Description

enum (ExportStatusEnum!)

label (String!)

description (String)


Fields

Name Description

enum (ExportDataTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (WidgetFilterTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (GenericExportFormatEnum!)

label (String!)

description (String)


Fields

Name Description

enum (GenericExportStatusEnum!)

label (String!)

description (String)


Fields

Name Description

enum (GenericExportDataTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (GroupMembershipRoleEnum!)

label (String!)

description (String)


Fields

Name Description

enum (LeadConfidentialityEnum!)

label (String!)

description (String)


Fields

Name Description

enum (LeadExtractionStatusEnum!)

label (String!)

description (String)


Fields

Name Description

enum (LeadPriorityEnum!)

label (String!)

description (String)


Fields

Name Description

enum (LeadSourceTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (LeadStatusEnum!)

label (String!)

description (String)


Fields

Name Description

enum (NotificationTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (NotificationStatusEnum!)

label (String!)

description (String)


Fields

Name Description

enum (UserEmailConditionOptOutEnum!)

label (String!)

description (String)


Fields

Name Description

enum (ProjectJoinRequestStatusEnum!)

label (String!)

description (String)


Fields

Name Description

enum (ProjectMembershipBadgeTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (ProjectRoleTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (ProjectStatsActionEnum!)

label (String!)

description (String)


Fields

Name Description

enum (ProjectStatsStatusEnum!)

label (String!)

description (String)


Fields

Name Description

enum (ProjectStatusEnum!)

label (String!)

description (String)


Fields

Name Description

enum (AssessmentRegistryRatingType!)

label (String!)

description (String)


Fields

Name Description

enum (AssessmentRegistrySectorTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (TopicModelStatusEnum!)

label (String!)

description (String)


Fields

Name Description

enum (UserEmailConditionOptOutEnum!)

label (String!)

description (String)


Fields

Name Description

enum (WidgetWidgetTypeEnum!)

label (String!)

description (String)


Fields

Name Description

enum (WidgetWidthTypeEnum!)

label (String!)

description (String)


Fields

Name Description

date (Date!)

count (Int!)

affectedGroup (AssessmentRegistryAffectedGroupTypeEnum!)

affectedGroupDisplay (EnumDescription!)


Fields

Name Description

adminLevelId (ID!)

region (ID!)

geoArea (ID!)

dataCollectionTechnique (AssessmentRegistryDataCollectionTechniqueTypeEnum!)

count (Int!)

dataCollectionTechniqueDisplay (EnumDescription!)


Fields

Name Description

adminLevelId (ID!)

region (ID!)

geoArea (ID!)

proximity (AssessmentRegistryProximityTypeEnum!)

count (Int!)

proximityDisplay (EnumDescription!)


Fields

Name Description

adminLevelId (ID!)

region (ID!)

geoArea (ID!)

samplingApproach (AssessmentRegistrySamplingApproachTypeEnum!)

count (Int!)

samplingApproachDisplay (EnumDescription!)


Fields

Name Description

adminLevelId (ID!)

region (ID!)

geoArea (ID!)

unitOfAnalysis (AssessmentRegistryUnitOfAnalysisTypeEnum!)

count (Int!)

unitOfAnalysisDisplay (EnumDescription!)


Fields

Name Description

adminLevelId (ID!)

region (ID!)

geoArea (ID!)

unitOfReporting (AssessmentRegistryUnitOfReportingTypeEnum!)

count (Int!)

unitOfReportingDisplay (EnumDescription!)


Fields

Name Description

date (Date!)

count (Int!)

organization (OrganizationType!)


Fields

Name Description

date (Date!)

count (Int!)


Fields

Name Description

coordinatedJoint (AssessmentRegistryCoordinationTypeEnum!)

coordinatedJointDisplay (EnumDescription!)

count (Int)


Fields

Name Description

region (ID!)

geoArea (ID!)

adminLevelId (ID!)

code (ID!)

count (Int!)

assessmentIds ([ID!]!)


Fields

Name Description

totalAssessment (Int!)

totalStakeholder (Int!)

totalCollectionTechnique (Int!)

assessmentCount ([AssessmentCountType!])

stakeholderCount ([StakeholderCountType!])

collectionTechniqueCount ([CollectionTechniqueCountType!])

totalMultisectorAssessment (Int!)

totalSinglesectorAssessment (Int!)

assessmentGeographicAreas ([AssessmentDashboardGeographicalAreaType!])

assessmentByOverTime ([AssessmentCountByDateType!])

assessmentPerFrameworkPillar ([AssessmentFocusCountByDateType!])

assessmentPerAffectedGroup ([AssessmentAffectedGroupCountByDateType!])

assessmentPerHumanitarianSector ([AssessmentHumanitrainSectorCountByDateType!])

assessmentPerProtectionManagement ([AssessmentProtectionInformationCountByDateType!])

assessmentPerAffectedGroupAndSector ([AssessmentPerAffectedGroupAndSectorCountByDateType!])

assessmentPerAffectedGroupAndGeoarea ([AssessmentPerAffectedGroupAndGeoAreaCountByDateType!])

assessmentPerSectorAndGeoarea ([AssessmentPerSectorAndGeoAreaCountByDateType!])

assessmentByLeadOrganization ([AssessmentByLeadOrganizationCountByDateType!])

assessmentPerDatatechnique ([AssessmentPerDataCollectionTechniqueCountByDateType!])

assessmentPerUnitOfAnalysis ([AssessmentPerUnitofAnalysisCountByDateType!])

assessmentPerUnitOfReporting ([AssessmentPerUnitofReportingCountByDateType!])

assessmentPerSamplingApproach ([AssessmentPerSamplingApproachCountByDateType!])

assessmentPerProximity ([AssessmentPerProximityCountByDateType!])

sampleSizePerDataCollectionTechnique ([SamplingSizeAssessmentPerDataCollectionTechniqueCountByDateType!])

assessmentByDataCollectionTechniqueAndGeolocation ([AssessmentByGeographicalAndDataCollectionTechniqueCountByDateType!])

assessmentBySamplingApproachAndGeolocation ([AssessmentByGeographicalAndSamplingApproachCountByDateType!])

assessmentByProximityAndGeolocation ([AssessmentByGeographicalAndProximityCountByDateType!])

assessmentByUnitOfAnalysisAndGeolocation ([AssessmentByGeographicalAndUnit_Of_AnalysisCountByDateType!])

assessmentByUnitOfReportingAndGeolocation ([AssessmentByGeographicalAndUnit_Of_ReportingCountByDateType!])

medianQualityScoreByGeoArea ([MedianQualityScoreByGeographicalAreaDateType!])

medianQualityScoreOverTime ([MedianQualityScoreOverTimeDateType!])

medianQualityScoreOverTimeByMonth ([MedianQualityScoreOverTimeDateType!])

medianQualityScoreOfEachDimension ([MedianScoreOfEachDimensionType!])

medianQualityScoreOfEachDimensionByDate ([MedianScoreOfEachDimensionDateType!])

medianQualityScoreOfEachDimensionByDateMonth ([MedianScoreOfEachDimensionDateType!])

medianQualityScoreOfAnalyticalDensity ([MedianScoreOfAnalyticalDensityType!])

medianQualityScoreByAnalyticalDensityDate ([MedianScoreOfAnalyticalDensityDateType!])

medianQualityScoreByAnalyticalDensityDateMonth ([MedianScoreOfAnalyticalDensityDateType!])

medianQualityScoreByGeoareaAndSector ([MedianScoreOfGeographicalAndSectorDateType!])

medianQualityScoreByGeoareaAndSectorByMonth ([MedianScoreOfGeographicalAndSectorDateType!])

medianQualityScoreByGeoareaAndAffectedGroup ([MedianScoreOfGeoAreaAndAffectedGroupDateType!])

medianScoreBySectorAndAffectedGroup ([MedianScoreOfSectorAndAffectedGroup!])

medianScoreBySectorAndAffectedGroupByMonth ([MedianScoreOfSectorAndAffectedGroup!])


Fields

Name Description

date (Date!)

count (Int!)

focus (AssessmentRegistryFocusTypeEnum!)

focusDisplay (EnumDescription!)


Fields

Name Description

date (Date!)

count (Int!)

sector (AssessmentRegistrySectorTypeEnum!)

sectorDisplay (EnumDescription!)


Fields

Name Description

results ([AssessmentType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

date (Date!)

count (Int!)

affectedGroup (AssessmentRegistryAffectedGroupTypeEnum!)

geoArea (ProjectGeoAreaType!)

affectedGroupDisplay (EnumDescription!)


Fields

Name Description

date (Date!)

count (Int!)

dataCollectionTechnique (AssessmentRegistryDataCollectionTechniqueTypeEnum!)

dataCollectionTechniqueDisplay (EnumDescription!)


Fields

Name Description

date (Date!)

count (Int!)

proximity (AssessmentRegistryProximityTypeEnum!)

proximityDisplay (EnumDescription!)


Fields

Name Description

date (Date!)

count (Int!)

samplingApproach (AssessmentRegistrySamplingApproachTypeEnum!)

samplingApproachDisplay (EnumDescription!)


Fields

Name Description

date (Date!)

count (Int!)

unitOfAnalysis (AssessmentRegistryUnitOfAnalysisTypeEnum!)

unitOfAnalysisDisplay (EnumDescription!)


Fields

Name Description

date (Date!)

count (Int!)

unitOfReporting (AssessmentRegistryUnitOfReportingTypeEnum!)

unitOfReportingDisplay (EnumDescription!)


Fields

Name Description

date (Date!)

count (Int!)

protectionManagement (AssessmentRegistryProtectionInfoTypeEnum!)

protectionManagementDisplay (String!)


Fields

Name Description

results ([AssessmentRegistryType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

cnaQuestions ([QuestionType!]!)

summaryOptions ([SummaryOptionType!]!)

summaryFocusOptions ([SummaryFocusOptionType!]!)

scoreOptions ([ScoreOptionsType!]!)


Fields

Name Description

id (ID!)

organization (OrganizationType!)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

organizationType (AssessmentRegistryOrganizationTypeEnum!)

organizationTypeDisplay (EnumDescription!)


Fields

Name Description

results ([AssessmentRegistrySummaryIssueType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

parent (AssessmentRegistrySummaryIssueType)

label (String!)

fullLabel (String!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

subPillar (AssessmentRegistrySummarySubPillarTypeEnum)

subPillarDisplay (EnumDescription)

subDimension (AssessmentRegistrySummarySubDimensionTypeEnum)

subDimensionDisplay (EnumDescription)

childCount (Int!)

level (Int)


Fields

Name Description

id (ID!)

bgCountries ([RegionType!]!)

bgCrisisStartDate (Date)

costEstimatesUsd (Int)

noOfPages (Int)

dataCollectionStartDate (Date)

dataCollectionEndDate (Date)

publicationDate (Date)

executiveSummary (String)

objectives (String)

dataCollectionTechniques (String)

sampling (String)

limitations (String)

metadataComplete (Boolean!)

additionalDocumentComplete (Boolean!)

focusComplete (Boolean!)

methodologyComplete (Boolean!)

summaryComplete (Boolean!)

cnaComplete (Boolean!)

scoreComplete (Boolean!)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

project (ID!)

bgCrisisType (AssessmentRegistryCrisisTypeEnum!)

bgCrisisTypeDisplay (EnumDescription!)

bgPreparedness (AssessmentRegistryPreparednessTypeEnum!)

bgPreparednessDisplay (EnumDescription!)

externalSupport (AssessmentRegistryExternalTypeEnum!)

externalSupportDisplay (EnumDescription!)

coordinatedJoint (AssessmentRegistryCoordinationTypeEnum!)

coordinatedJointDisplay (EnumDescription!)

detailsType (AssessmentRegistryDetailTypeEnum!)

detailsTypeDisplay (EnumDescription!)

family (AssessmentRegistryFamilyTypeEnum!)

familyDisplay (EnumDescription!)

frequency (AssessmentRegistryFrequencyTypeEnum!)

frequencyDisplay (EnumDescription!)

confidentiality (AssessmentRegistryConfidentialityTypeEnum!)

confidentialityDisplay (EnumDescription!)

status (AssessmentRegistryStatusTypeEnum!)

statusDisplay (EnumDescription!)

language ([AssessmentRegistryLanguageTypeEnum!]!)

focuses ([AssessmentRegistryFocusTypeEnum!]!)

sectors ([AssessmentRegistrySectorTypeEnum!]!)

protectionInfoMgmts ([AssessmentRegistryProtectionInfoTypeEnum!])

protectionRisks ([AssessmentRegistryProtectionRiskTypeEnum!])

affectedGroups ([AssessmentRegistryAffectedGroupTypeEnum!]!)

methodologyAttributes ([MethodologyAttributeType!])

additionalDocuments ([AdditionalDocumentType!])

scoreRatings ([ScoreRatingType!]!)

scoreAnalyticalDensity ([ScoreAnalyticalDensityType!]!)

locations ([ProjectGeoAreaType!])

cna ([CNAType!])

summaryPillarMeta (SummaryMetaType)

summarySubPillarIssue ([SummarySubPillarIssueType!])

summaryDimensionMeta ([SummaryFocusMetaType!])

summarySubDimensionIssue ([SummaryFocusSubDimensionIssueType!])

lead (LeadDetailType!)

stakeholders ([AssessmentRegistryOrganizationType!])


Fields

Name Description

id (ID!)

lead (LeadType)

project (ProjectType!)

leadGroup (LeadGroupType)

metadata (GenericScalar)

methodology (GenericScalar)

summary (GenericScalar)

score (GenericScalar)

questionnaire (GenericScalar)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)


Fields

Name Description

id (ID!)

name (String!)

tagId (String!)

group (String)

hideInAnalysisFrameworkMapping (Boolean!)

isCategory (Boolean!)

isDeprecated (Boolean!)

parentTag (ID)


Fields

Name Description

id (ID!)

modelId (String!)

name (String!)

versions ([AssistedTaggingModelVersionType!])


Fields

Name Description

id (ID!)

version (String!)


Fields

Name Description

draftEntryCreate (CreateDraftEntry)

missingPredictionReviewCreate (CreateMissingPredictionReview)

wrongPredictionReviewCreate (CreateWrongPredictionReview)

missingPredictionReviewDelete (DeleteMissingPredictionReview)

wrongPredictionReviewDelete (DeleteWrongPredictionReview)

triggerAutoDraftEntry (TriggerAutoDraftEntry)

updateDraftEntry (UpdateDraftEntry)


Fields

Name Description

id (ID!)

value (String!)

prediction (Decimal)

threshold (Decimal)

isSelected (Boolean!)

modelVersion (ID!)

draftEntry (ID!)

dataType (AssistedTaggingPredictionDataTypeEnum!)

dataTypeDisplay (EnumDescription!)

category (ID)

tag (ID)


Fields

Name Description

draftEntry (DraftEntryType)

draftEntries (DraftEntryListType)


Fields

Name Description

key (String)

label (String)


Fields

Name Description

id (ID!)

widgetVersion (Int!)

data (GenericScalar)

clientId (ID!)

widget (ID!)

widgetType (WidgetWidgetTypeEnum!)

widgetTypeDisplay (EnumDescription!)

geoSelectedOptions ([ProjectGeoAreaType!])


Fields

Name Description

errors ([[GenericScalar!]])

result ([EntryType])

deletedResult ([EntryType!])


Fields

Name Description

errors ([[GenericScalar!]])

result ([LeadType])

deletedResult ([LeadType!])


Fields

Name Description

errors ([[GenericScalar!]])

result ([ProjectMembershipType])

deletedResult ([ProjectMembershipType!])


Fields

Name Description

errors ([[GenericScalar!]])

result ([RegionDetailType!])

deletedResult ([RegionDetailType!])


Fields

Name Description

errors ([[GenericScalar!]])

result ([GroupMembershipType])

deletedResult ([GroupMembershipType!])


Fields

Name Description

id (ID!)

question (QuestionType!)

answer (Boolean!)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserExportType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserGenericExportType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)


Fields

Name Description

dataCollectionTechnique (AssessmentRegistryDataCollectionTechniqueTypeEnum!)

dataCollectionTechniqueDisplay (EnumDescription!)

count (Int!)


Fields

Name Description

id (ID!)

url (String!)

website (String!)

title (String!)

publishedOn (Date)

sourceRaw (String!)

authorRaw (String!)

authors ([OrganizationType!]!)

source (OrganizationType)

extractionStatus (ConnectorLeadExtractionStatusEnum!)

extractionStatusDisplay (EnumDescription!)


Fields

Name Description

total (Int!)

blocked (Int!)

alreadyAdded (Int!)


Fields

Name Description

results ([ConnectorSourceLeadType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

blocked (Boolean!)

alreadyAdded (Boolean!)

connectorLead (ConnectorLeadType!)

source (ID!)


Fields

Name Description

results ([ConnectorSourceType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

date (Date!)

count (Int!)


Fields

Name Description

id (ID!)

title (String!)

unifiedConnector (ID!)

params (GenericScalar!)

lastFetchedAt (DateTime)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

source (ConnectorSourceSourceEnum!)

sourceDisplay (EnumDescription!)

stats ([ConnectorSourceStatsType])

leadsCount (ConnectorSourceLeadCountType!)

status (ConnectorSourceStatusEnum!)

statusDisplay (EnumDescription!)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AnalysisFrameworkDetailType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AnalysisReportType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AnalysisReportSnapshotType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AnalysisReportUploadType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AssessmentRegistryType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (DraftEntryType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (EntryType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (EntryReviewCommentDetailType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (LeadType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (ProjectDetailType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (ProjectJoinRequestType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UnifiedConnectorType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserExportType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserGenericExportType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserGroupType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserPinnedProjectType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (MissingPredictionReviewType)


Fields

Name Description

date (String)

count (Int)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AnalysisReportType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AnalysisReportUploadType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AssessmentType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AssessmentRegistryType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (EntryType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (EntryReviewCommentDetailType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (LeadType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (LeadGroupType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UnifiedConnectorType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserExportType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserGroupType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserPinnedProjectType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (WrongPredictionReviewType)


Fields

Name Description

undiscardedDraftEntry (Int)

discardedDraftEntry (Int)


Fields

Name Description

results ([DraftEntryType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

excerpt (String!)

predictionReceivedAt (DateTime)

predictionStatus (DraftEntryPredictionStatusEnum!)

predictionStatusDisplay (EnumDescription!)

predictionTags ([AssistedTaggingPredictionType!])

geoAreas ([ProjectGeoAreaType!])


Fields

Name Description

results ([EmmEntityType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

name (String!)


Fields

Name Description

emmRiskFactors (String)


Fields

Name Description

emmKeywords (String)


Fields

Name Description

total (Int)

controlled (Int)


Fields

Name Description

createdBy ([ID!])

modifiedBy ([ID!])

leads ([ID!])

leadCreatedBy ([ID!])

leadAssignees ([ID!])

leadStatuses ([LeadStatusEnum!])

leadPriorities ([LeadPriorityEnum!])

leadConfidentialities ([LeadConfidentialityEnum!])

leadAuthoringOrganizationTypes ([ID!])

leadAuthorOrganizations ([ID!])

leadSourceOrganizations ([ID!])

entryTypes ([EntryTagTypeEnum!])

projectEntryLabels ([ID!])

entriesId ([ID!])

id (ID)

excerpt (String)

controlled (Boolean)

createdAt (DateTime)

createdAtGte (DateTime)

createdAtLte (DateTime)

modifiedAt (DateTime)

modifiedAtGte (DateTime)

modifiedAtLte (DateTime)

leadPublishedOn (Date)

leadPublishedOnGte (Date)

leadPublishedOnLte (Date)

leadTitle (String)

leadHasAssessment (Boolean)

leadIsAssessment (Boolean)

search (String)

geoCustomShape (String)

leadGroupLabel (String)

hasComment (Boolean)

isVerified (Boolean)

filterableData ([EntryFilterDataType!])


Fields

Name Description

valueList ([String!])

filterKey (ID!)

value (String)

valueGte (String)

valueLte (String)

useExclude (Boolean)

useAndOperator (Boolean)

includeSubRegions (Boolean)


Fields

Name Description

centroid (PointScalar!)

count (Int!)


Fields

Name Description

labelId (ID!)

labelTitle (String!)

labelColor (String)

count (Int!)

groups ([String!]!)


Fields

Name Description

results ([EntryType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

createdBy (UserType!)

createdAt (DateTime!)

mentionedUsers ([UserType!]!)

entry (ID!)

commentType (EntryReviewCommentTypeEnum!)

commentTypeDisplay (EnumDescription!)

text (String)

textHistory ([EntryReviewCommentTextType!])


Fields

Name Description

results ([EntryReviewCommentType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

createdAt (DateTime!)

text (String!)


Fields

Name Description

id (ID!)

createdBy (UserType!)

createdAt (DateTime!)

mentionedUsers ([UserType!]!)

commentType (EntryReviewCommentTypeEnum!)

commentTypeDisplay (EnumDescription!)

text (String)

entry (ID!)


Fields

Name Description

id (ID!)

clientId (ID!)

lead (LeadType!)

project (ProjectType!)

order (Int!)

analysisFramework (AnalysisFrameworkType!)

informationDate (Date)

excerpt (String!)

image (GalleryFileType)

droppedExcerpt (String!)

highlightHidden (Boolean!)

controlled (Boolean)

controlledChangedBy (UserType)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

entryType (EntryTagTypeEnum!)

entryTypeDisplay (EnumDescription!)

attributes ([AttributeType!])

projectLabels ([EntryGroupLabelType!])

verifiedBy ([UserType!])

verifiedByCount (Int!)

reviewCommentsCount (Int!)

draftEntry (ID)


Fields

Name Description

date (Date!)

count (Int!)


Fields

Name Description

id (ID!)

centroid (PointScalar)

projectIds ([ID!])


Fields

Name Description

totalProjects (Int!)

totalRegisteredUsers (Int!)

totalLeads (Int!)

totalEntries (Int!)

totalEntriesAddedLastWeek (Int!)

totalActiveUsers (Int!)

totalAuthors (Int!)

totalPublishers (Int!)

topTenAuthors ([ExploreStastOrganizationType!])

topTenPublishers ([ExploreStastOrganizationType!])

topTenFrameworks ([ExploreDeepStatTopActiveFrameworksType!])

topTenProjectsByUsers ([ExploreDeepStatTopProjectType!])

topTenProjectsByEntries ([ExploreDeepStatTopProjectLeadEntryType!])

topTenProjectsByLeads ([ExploreDeepStatTopProjectLeadEntryType!])

leadsCountByMonth ([ExploreCountByDateType!])

leadsCountByDay ([ExploreCountByDateType!])

entriesCountByMonth ([ExploreCountByDateType!])

entriesCountByDay ([ExploreCountByDateType!])

entriesCountByRegion ([ExploreDeepStatEntriesCountByCentroidType!])

projectsByRegion ([ExploreDashboardProjectRegion])

projectsCountByMonth ([ExploreCountByDateType!])

projectsCountByDay ([ExploreCountByDateType!])


Fields

Name Description

centroid (PointScalar)

count (Int!)


Fields

Name Description

id (ID!)

title (String!)

projectsCount (Int!)

entriesCount (Int!)


Fields

Name Description

id (ID!)

title (String)

leadsCount (Int!)

entriesCount (Int!)


Fields

Name Description

id (ID!)

title (String)

usersCount (Int!)


Fields

Name Description

analysisFrameworkId (ID!)

analysisFrameworkTitle (String)

projectCount (Int!)

sourceCount (Int!)


Fields

Name Description

projectId (ID!)

projectTitle (String)

analysisFrameworkId (ID)

analysisFrameworkTitle (String)


Fields

Name Description

id (ID!)

title (String!)

leadsCount (Int)

projectsCount (Int)


Fields

Name Description

isWidget (Boolean!)

widgetKey (String)

staticColumn (ExportExcelSelectedStaticColumnEnum)


Fields

Name Description

dateFormat (ExportDateFormatEnum)

excelDecoupled (Boolean)

excelColumns ([ExportExcelSelectedColumnType!])

reportShowGroups (Boolean)

reportShowLeadEntryId (Boolean)

reportShowAssessmentData (Boolean)

reportShowEntryWidgetData (Boolean)

reportTextWidgetIds ([ID!])

reportExportingWidgets ([ID!])

reportLevels ([ExportReportLevelWidgetType!])

reportStructure ([ExportReportStructureWidgetType!])

reportCitationStyle (ExportReportCitationStyleEnum)


Fields

Name Description

id (ID!)

title (String!)


Fields

Name Description

id (ID!)

title (String!)

sublevels ([ExportReportLevelWidgetSubLevelType!])


Fields

Name Description

id (ID!)


Fields

Name Description

name (String)

url (String)


Fields

Name Description

id (ID!)

title (String!)

mimeType (String)

metadata (GenericScalar)

file (FileFieldType)


Fields

Name Description

id (ID!)

member (UserType!)

joinedAt (DateTime!)

addedBy (UserType)

clientId (ID!)

role (GroupMembershipRoleEnum!)

roleDisplay (EnumDescription!)


Fields

Name Description

accessToken (String)

expiresIn (String)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result ([LeadType!])


Fields

Name Description

id (ID!)

clientId (ID!)

leadGroup (LeadGroupType)

title (String!)

assignee (UserType)

publishedOn (Date)

text (String!)

url (String!)

attachment (GalleryFileType)

isAssessmentLead (Boolean!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

project (ID!)

sourceType (LeadSourceTypeEnum!)

sourceTypeDisplay (EnumDescription!)

priority (LeadPriorityEnum!)

priorityDisplay (EnumDescription!)

confidentiality (LeadConfidentialityEnum!)

confidentialityDisplay (EnumDescription!)

status (LeadStatusEnum!)

statusDisplay (EnumDescription!)

extractionStatus (LeadExtractionStatusEnum)

leadPreview (LeadPreviewType)

source (OrganizationType)

authors ([OrganizationType!])

emmEntities ([EmmEntityType!])

emmTriggers ([LeadEmmTriggerType!])

assessmentId (ID)

connectorLead (ID)

entriesCount (EntriesCountType)

filteredEntriesCount (Int)

duplicateLeadsCount (Int)

shareViewUrl (String!)

autoEntryExtractionStatus (LeadAutoEntryExtractionTypeEnum)

entries ([EntryType!])

draftEntryStat (DraftEntryCountByLead)


Fields

Name Description

results ([LeadEmmTriggerType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

emmKeyword (String!)

emmRiskFactor (String!)

count (Int!)


Fields

Name Description

createdByOptions ([UserType!]!)

modifiedByOptions ([UserType!]!)

assigneeOptions ([UserType!]!)

authorOrganizationTypeOptions ([OrganizationTypeType!]!)

authorOrganizationOptions ([OrganizationType!]!)

sourceOrganizationOptions ([OrganizationType!]!)

entryFilterCreatedByOptions ([UserType!]!)

entryFilterLeadAssigneeOptions ([UserType!]!)

entryFilterLeadAuthorOrganizationOptions ([OrganizationType!]!)

entryFilterLeadAuthoringOrganizationTypeOptions ([OrganizationTypeType!]!)

entryFilterLeadCreatedByOptions ([UserType!]!)

entryFilterLeadSourceOrganizationOptions ([OrganizationType!]!)

entryFilterModifiedByOptions ([UserType!]!)

entryFilterGeoAreaOptions ([ProjectGeoAreaType!]!)


Fields

Name Description

results ([LeadGroupType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

title (String!)

project (ProjectType!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

leadCounts (Int!)


Fields

Name Description

results ([LeadType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

textExtract (String!)

thumbnail (String)

thumbnailHeight (Int)

thumbnailWidth (Int)

wordCount (Int)

pageCount (Int)

textExtractionId (UUID)


Fields

Name Description

id (ID!)

clientId (ID!)

leadGroup (LeadGroupType)

title (String!)

assignee (UserType)

publishedOn (Date)

text (String!)

url (String!)

attachment (GalleryFileType)

isAssessmentLead (Boolean!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

project (ID!)

sourceType (LeadSourceTypeEnum!)

sourceTypeDisplay (EnumDescription!)

priority (LeadPriorityEnum!)

priorityDisplay (EnumDescription!)

confidentiality (LeadConfidentialityEnum!)

confidentialityDisplay (EnumDescription!)

status (LeadStatusEnum!)

statusDisplay (EnumDescription!)

extractionStatus (LeadExtractionStatusEnum)

leadPreview (LeadPreviewType)

source (OrganizationType)

authors ([OrganizationType!])

emmEntities ([EmmEntityType!])

emmTriggers ([LeadEmmTriggerType!])

assessmentId (ID)

connectorLead (ID)

entriesCount (EntriesCountType)

filteredEntriesCount (Int)

duplicateLeadsCount (Int)

shareViewUrl (String!)

autoEntryExtractionStatus (LeadAutoEntryExtractionTypeEnum)


Fields

Name Description

entriesFilterData (EntriesFilterDataType)

createdBy ([ID!])

modifiedBy ([ID!])

ids ([ID!])

sourceTypes ([LeadSourceTypeEnum!])

priorities ([LeadPriorityEnum!])

statuses ([LeadStatusEnum!])

assignees ([ID!])

authoringOrganizationTypes ([ID!])

authorOrganizations ([ID!])

sourceOrganizations ([ID!])

ordering ([LeadOrderingEnum!])

text (String)

url (String)

createdAt (DateTime)

createdAtGte (DateTime)

createdAtLte (DateTime)

modifiedAt (DateTime)

modifiedAtGte (DateTime)

modifiedAtLte (DateTime)

excludeProvidedLeadsId (Boolean)

confidentiality (LeadConfidentialityEnum)

extractionStatus (LeadExtractionStatusEnum)

hasEntries (Boolean)

hasAssessment (Boolean)

isAssessment (Boolean)

search (String)

publishedOn (Date)

publishedOnGte (Date)

publishedOnLte (Date)

emmEntities (String)

emmKeywords (String)

emmRiskFactors (String)

hasDuplicates (Boolean)

duplicatesOf (ID)


Fields

Name Description

result (UserMeType)

errors ([GenericScalar!])

ok (Boolean!)

captchaRequired (Boolean!)


Fields

Name Description

result (UserMeType)

errors ([GenericScalar!])

ok (Boolean!)


Fields

Name Description

ok (Boolean)


Fields

Name Description

adminLevelId (ID!)

region (ID!)

geoArea (ID!)

finalScore (Float!)


Fields

Name Description

date (Date!)

finalScore (Float!)


Fields

Name Description

sector (AssessmentRegistrySectorTypeEnum!)

finalScore (Float!)

sectorDisplay (EnumDescription!)

date (Date!)


Fields

Name Description

sector (AssessmentRegistrySectorTypeEnum!)

finalScore (Float!)

sectorDisplay (EnumDescription!)


Fields

Name Description

finalScore (Float!)

scoreType (AssessmentRegistryScoreCriteriaTypeEnum!)

date (Date!)


Fields

Name Description

finalScore (Float!)

scoreType (AssessmentRegistryScoreCriteriaTypeEnum!)


Fields

Name Description

date (Date!)

finalScore (Float!)

geoArea (ProjectGeoAreaType!)

affectedGroup (AssessmentRegistryAffectedGroupTypeEnum!)


Fields

Name Description

id (ID!)

title (String!)

shortName (String!)

longName (String!)

url (String!)

logo (GalleryFileType)

verified (Boolean!)


Fields

Name Description

id (ID!)

samplingSize (Int)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

dataCollectionTechnique (AssessmentRegistryDataCollectionTechniqueTypeEnum)

dataCollectionTechniqueDisplay (EnumDescription)

samplingApproach (AssessmentRegistrySamplingApproachTypeEnum)

samplingAppraochDisplay (EnumDescription)

proximity (AssessmentRegistryProximityTypeEnum)

proximityDisplay (EnumDescription)

unitOfAnalysis (AssessmentRegistryUnitOfAnalysisTypeEnum)

unitOfAnalysisDisplay (EnumDescription)

unitOfReporting (AssessmentRegistryUnitOfReportingTypeEnum)

unitOfReportingDisplay (EnumDescription)


Fields

Name Description

id (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

category (ID!)

tag (ID!)

draftEntry (ID!)


Fields

Name Description

results ([NotificationType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (NotificationType)


Fields

Name Description

id (ID!)

project (ProjectType)

data (GenericScalar)

timestamp (DateTime!)

notificationType (NotificationTypeEnum!)

notificationTypeDisplay (EnumDescription!)

status (NotificationStatusEnum!)

statusDisplay (EnumDescription!)


Fields

Name Description

results ([OrganizationType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

title (String!)

shortName (String!)

longName (String!)

url (String!)

logo (GalleryFileType)

verified (Boolean!)

regions ([RegionType!]!)

organizationType (OrganizationTypeType)

mergedAs (MergedAsOrganizationType)


Fields

Name Description

results ([OrganizationTypeType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

title (String!)

shortName (String)

description (String!)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (ProjectJoinRequestType)


Fields

Name Description

results ([RegionWithProject!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (ProjectDetailType)


Fields

Name Description

id (ID!)

createdAt (DateTime!)

title (String!)

description (String!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

startDate (Date)

endDate (Date)

analysisFramework (AnalysisFrameworkDetailType)

isDefault (Boolean!)

isPrivate (Boolean!)

isTest (Boolean!)

isAssessmentEnabled (Boolean!)

isVisualizationEnabled (Boolean!)

data (GenericScalar)

hasPubliclyViewableUnprotectedLeads (Boolean!)

hasPubliclyViewableRestrictedLeads (Boolean!)

hasPubliclyViewableConfidentialLeads (Boolean!)

enablePubliclyViewableAnalysisReportSnapshot (Boolean!)

currentUserRole (ProjectRoleTypeEnum)

allowedPermissions ([ProjectPermission!]!)

stats (ProjectStatType)

membershipPending (Boolean!)

isRejected (Boolean!)

regions ([RegionDetailType!])

status (ProjectStatusEnum!)

statusDisplay (EnumDescription!)

organizations ([ProjectOrganizationType!])

hasAnalysisFramework (Boolean!)

hasAssessmentTemplate (Boolean!)

isProjectPinned (Boolean!)

assessmentDashboardStatistics (AssessmentDashboardStatisticsType)

assessmentRegistry (AssessmentRegistryType)

assessmentRegistries (AssessmentRegistryListType)

assessmentRegistryOptions (AssessmentRegistryOptionsType)

analysisOverview (AnalysisOverviewType)

analysis (AnalysisType)

analyses (AnalysisListType)

analysisPillar (AnalysisPillarType)

analysisPillars (AnalysisPillarListType)

analyticalStatement (AnalyticalStatementType)

analyticalStatements (AnalyticalStatementListType)

entriesGeoData ([EntryGeoCentroidData!])

analysisTopicModel (AnalysisTopicModelType)

analysisAutomaticSummary (AnalysisAutomaticSummaryType)

analysisAutomaticNgram (AnalyticalStatementNGramType)

analysisGeoTask (AnalyticalStatementGeoTaskType)

analysisReport (AnalysisReportType)

analysisReports (AnalysisReportListType)

analysisReportUpload (AnalysisReportUploadType)

analysisReportUploads (AnalysisReportUploadListType)

analysisReportSnapshot (AnalysisReportSnapshotType)

analysisReportSnapshots (AnalysisReportSnapshotListType)

assessment (AssessmentType)

assessments (AssessmentListType)

reviewComment (EntryReviewCommentDetailType)

reviewComments (EntryReviewCommentListType)

geoAreas (ProjectGeoAreaListType)

export (UserExportType)

exports (UserExportListType)

entry (EntryType)

entries (EntryListType)

lead (LeadDetailType)

leads (LeadListType)

leadGroup (LeadGroupType)

leadGroups (LeadGroupListType)

emmEntities (EmmEntityListType)

leadEmmTriggers (LeadEmmTriggerListType)

emmKeywords ([EmmKeyWordType!])

emmRiskFactors ([EmmKeyRiskFactorType!])

userSavedLeadFilter (UserSavedLeadFilterType)

activityLog (GenericScalar)

recentActiveUsers ([UserEntityDateType!])

topSourcers ([UserEntityCountType!])

topTaggers ([UserEntityCountType!])

userMembers (ProjectMembershipListType)

userGroupMembers (ProjectUserGroupMembershipListType)

isVisualizationAvailable (Boolean!)

vizData (ProjectVizDataType)

unifiedConnector (UnifiedConnectorQueryType)

assistedTagging (AssistedTaggingQueryType)


Fields

Name Description

calculatedAt (DateTime)

totalProjects (Int)

totalUsers (Int)

totalLeads (Int)

totalEntries (Int)

leadsAddedWeekly (Int)

dailyAverageLeadsTaggedPerProject (Float)

generatedExportsMonthly (Int)

topActiveProjects ([ExploreProjectStatTopActiveProjectsType!])

topActiveFrameworks ([ExploreProjectStatTopActiveFrameworksType!])


Fields

Name Description

results ([ProjectGeoAreaType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

title (String!)

regionTitle (String!)

adminLevelTitle (String!)

adminLevelLevel (Int)

parentTitles ([String!]!)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (ProjectJoinRequestType)


Fields

Name Description

id (ID!)

project (ProjectType!)

requestedBy (UserType!)

respondedBy (UserType)

data (GenericScalar)

status (ProjectJoinRequestStatusEnum!)


Fields

Name Description

results ([ProjectType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

results ([ProjectMembershipType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

member (UserType!)

role (ProjectRoleType!)

linkedGroup (UserGroupType)

joinedAt (DateTime!)

addedBy (UserType)

clientId (ID!)

badges ([ProjectMembershipBadgeTypeEnum!])


Fields

Name Description

id (ID!)

title (String!)

createAssessmentRegistry (CreateAssessmentRegistry)

updateAssessmentRegistry (UpdateAssessmentRegistry)

deleteAssessmentRegistry (DeleteAssessmentRegistry)

analysisPillarUpdate (UpdateAnalysisPillar)

discardedEntryCreate (CreateAnalysisPillarDiscardedEntry)

discardedEntryUpdate (UpdateAnalysisPillarDiscardedEntry)

discardedEntryDelete (DeleteAnalysisPillarDiscardedEntry)

triggerAnalysisTopicModel (TriggerAnalysisTopicModel)

triggerAnalysisAutomaticSummary (TriggerAnalysisAutomaticSummary)

triggerAnalysisAutomaticNgram (TriggerAnalysisAnalyticalStatementNGram)

triggerAnalysisGeoLocation (TriggerAnalysisAnalyticalGeoTask)

analysisReportCreate (CreateAnalysisReport)

analysisReportUpdate (UpdateAnalysisReport)

analysisReportDelete (DeleteAnalysisReport)

analysisReportSnapshotCreate (CreateAnalysisReportSnapshot)

analysisReportUploadCreate (CreateAnalysisReportUpload)

analysisReportUploadDelete (DeleteAnalysisReportUpload)

exportCreate (CreateUserExport)

exportUpdate (UpdateUserExport)

exportCancel (CancelUserExport)

exportDelete (DeleteUserExport)

assessmentDelete (DeleteAssessment)

entryReviewCommentCreate (CreateEntryReviewComment)

entryReviewCommentUpdate (UpdateEntryReviewComment)

entryReviewCommentDelete (DeleteEntryReviewComment)

entryCreate (CreateEntry)

entryUpdate (UpdateEntry)

entryDelete (DeleteEntry)

entryBulk (BulkEntry)

leadCreate (CreateLead)

leadUpdate (UpdateLead)

leadDelete (DeleteLead)

leadBulk (BulkLead)

leadGroupDelete (DeleteLeadGroup)

leadCopy (LeadCopy)

leadFilterSave (SaveUserSavedLeadFilter)

projectUpdate (UpdateProject)

projectDelete (ProjectDelete)

acceptRejectProject (ProjectAcceptReject)

projectUserMembershipBulk (BulkUpdateProjectMembership)

projectUserGroupMembershipBulk (BulkUpdateProjectUserGroupMembership)

projectRegionBulk (BulkUpdateProjectRegion)

projectVizConfigurationUpdate (UpdateProjectVizConfiguration)

unifiedConnector (UnifiedConnectorMutationType)

assistedTagging (AssistedTaggingMutationType)


Fields

Name Description

id (ID!)

organization (OrganizationType!)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

organizationType (ProjectOrganizationTypeEnum!)

organizationTypeDisplay (EnumDescription!)


Fields

Name Description

id (ID!)

title (String!)

level (Int!)

type (ProjectRoleTypeEnum!)


Fields

Name Description

numberOfLeads (Int)

numberOfLeadsNotTagged (Int)

numberOfLeadsInProgress (Int)

numberOfLeadsTagged (Int)

numberOfEntries (Int)

numberOfEntriesVerified (Int)

numberOfEntriesControlled (Int)

numberOfUsers (Int)

leadsActivity ([DateCountType!])

entriesActivity ([DateCountType!])

filteredNumberOfLeads (Int)

filteredNumberOfLeadsNotTagged (Int)

filteredNumberOfLeadsInProgress (Int)

filteredNumberOfLeadsTagged (Int)

filteredNumberOfEntries (Int)

filteredNumberOfEntriesVerified (Int)

filteredNumberOfEntriesControlled (Int)


Fields

Name Description

id (ID!)

createdAt (DateTime!)

title (String!)

description (String!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

startDate (Date)

endDate (Date)

analysisFramework (AnalysisFrameworkType)

isDefault (Boolean!)

isPrivate (Boolean!)

isTest (Boolean!)

isAssessmentEnabled (Boolean!)

isVisualizationEnabled (Boolean!)

currentUserRole (ProjectRoleTypeEnum)

allowedPermissions ([ProjectPermission!]!)

stats (ProjectStatType)

membershipPending (Boolean!)

isRejected (Boolean!)

regions ([RegionDetailType!])

status (ProjectStatusEnum!)

statusDisplay (EnumDescription!)

organizations ([ProjectOrganizationType!])

hasAnalysisFramework (Boolean!)

hasAssessmentTemplate (Boolean!)

isProjectPinned (Boolean!)


Fields

Name Description

results ([ProjectUserGroupMembershipType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

usergroup (UserGroupType!)

role (ProjectRoleType!)

joinedAt (DateTime!)

addedBy (UserType)

clientId (ID!)

badges ([ProjectMembershipBadgeTypeEnum!])


Fields

Name Description

modifiedAt (DateTime!)

status (ProjectStatsStatus!)

publicShare (Boolean!)

dataUrl (String)

publicUrl (String)


Fields

Name Description

id (ID!)

title (String!)


Fields

Name Description

results ([PublicAnalysisFramework!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

startDate (Date!)

endDate (Date!)

year (Int)

type (PublicExploreSnapshotTypeEnum!)

globalType (PublicExploreSnapshotGlobalTypeEnum)

file (FileFieldType)

downloadFile (FileFieldType)


Fields

Name Description

title (String!)

mimeType (String)

file (FileFieldType)


Fields

Name Description

uuid (UUID!)

projectTitle (String)

createdByDisplayName (String)

sourceTitle (String)

sourceUrl (String)

publishedOn (Date)

sourceType (LeadSourceTypeEnum!)

sourceTypeDisplay (EnumDescription!)

text (String)

url (String)

attachment (PublicGalleryFileType)

title (String)


Fields

Name Description

id (ID!)

title (String!)


Fields

Name Description

results ([PublicOrganization!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

results ([RegionWithProject!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

results ([PublicProjectType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

createdAt (DateTime!)

title (String!)

description (String!)

analysisFramework (ID)

analysisFrameworkTitle (String)

regionsTitle (String)

organizationsTitle (String)

numberOfUsers (Int!)

numberOfLeads (Int!)

numberOfEntries (Int!)

analysisFrameworkPreviewImage (String)


Fields

Name Description

id (ID!)

title (ID!)

membershipPending (Boolean!)

isRejected (Boolean!)


Fields

Name Description

id (ID!)

question (String!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

sector (AssessmentRegistryCNAQuestionSectorTypeEnum)

sectorDisplay (EnumDescription)

subSector (AssessmentRegistryCNAQuestionSubSectorTypeEnum)

subSectorDisplay (EnumDescription)


Fields

Name Description

id (ID!)

createdAt (DateTime)

project (ProjectType)

createdBy (UserType)

type (RecentActivityTypeEnum!)

typeDisplay (EnumDescription!)

leadId (ID!)

entryId (ID)


Fields

Name Description

id (ID!)

title (String!)

public (Boolean!)

isPublished (Boolean!)

regionalGroups (GenericScalar)

keyFigures (GenericScalar)

populationData (GenericScalar)

mediaSources (GenericScalar)

centroid (PointScalar)

adminLevels ([AdminLevelType!])


Fields

Name Description

results ([RegionType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

title (String!)

public (Boolean!)

isPublished (Boolean!)

regionalGroups (GenericScalar)

keyFigures (GenericScalar)

populationData (GenericScalar)

mediaSources (GenericScalar)

centroid (PointScalar)


Fields

Name Description

id (ID!)

centroid (PointScalar)

projectsId ([ID!])


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean!)

captchaRequired (Boolean!)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result ([UserPinnedProjectType])


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean!)

captchaRequired (Boolean!)


Fields

Name Description

key (String)

label (String)


Fields

Name Description

date (Date!)

samplingSize (Int!)

dataCollectionTechnique (AssessmentRegistryDataCollectionTechniqueTypeEnum!)

dataCollectionTechniqueDisplay (EnumDescription!)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserSavedLeadFilterType)


Fields

Name Description

id (ID!)

score (Float)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

sector (AssessmentRegistrySectorTypeEnum!)

sectorDisplay (EnumDescription!)

analysisLevelCovered ([AssessmentRegistryAnalysisLevelTypeEnum!]!)

figureProvided ([AssessmentRegistryAnalysisFigureTypeEnum!]!)


Fields

Name Description

analyticalStatement (AssessmentRegistryScoreAnalyticalStatementTypeEnum!)

analyticalStatementDisplay (EnumDescription!)

scoreCriteria (AssessmentRegistryScoreCriteriaTypeEnum!)

scoreCriteriaDisplay (EnumDescription!)


Fields

Name Description

id (ID!)

reason (String)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

scoreType (AssessmentRegistryScoreCriteriaTypeEnum!)

scoreTypeDisplay (EnumDescription!)

rating (AssessmentRegistryRatingType!)

ratingDisplay (EnumDescription!)


Fields

Name Description

id (ID!)

title (String!)

order (Int!)

tooltip (String)

clientId (ID!)

widgets ([WidgetType!])


Fields

Name Description

stakeholder (String!)

count (Int)


Fields

Name Description

id (ID!)

percentageOfPeopleAffected (Int)

totalPeopleAffected (Int)

percentageOfModerate (Int)

percentageOfSevere (Int)

percentageOfCritical (Int)

percentageInNeed (Int)

totalModerate (Int)

totalSevere (Int)

totalCritical (Int)

totalInNeed (Int)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

sector (AssessmentRegistrySectorTypeEnum)

sectorDisplay (EnumDescription)


Fields

Name Description

id (ID!)

summaryIssue (AssessmentRegistrySummaryIssueType!)

text (String!)

order (Int!)

leadPreviewTextRef (GenericScalar)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

sector (AssessmentRegistrySectorTypeEnum!)

sectorDisplay (EnumDescription!)


Fields

Name Description

id (ID!)

totalPeopleAssessed (Int)

totalDead (Int)

totalInjured (Int)

totalMissing (Int)

totalPeopleFacingHumAccessCons (Int)

percentageOfPeopleFacingHumAccessCons (Int)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)


Fields

Name Description

id (ID!)

summaryIssue (AssessmentRegistrySummaryIssueType!)

text (String!)

order (Int!)

leadPreviewTextRef (GenericScalar)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AnalysisTopicModelType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)


Fields

Name Description

results ([UnifiedConnectorType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

unifiedConnectorCreate (CreateUnifiedConnector)

unifiedConnectorUpdate (UpdateUnifiedConnector)

unifiedConnectorWithSourceUpdate (UpdateUnifiedConnectorWithSource)

unifiedConnectorDelete (DeleteUnifiedConnector)

unifiedConnectorTrigger (TriggerUnifiedConnector)

connectorSourceLeadUpdate (UpdateConnectorSourceLead)


Fields

Name Description

unifiedConnector (UnifiedConnectorType)

unifiedConnectors (UnifiedConnectorListType)

connectorSource (ConnectorSourceType)

connectorSources (ConnectorSourceListType)

connectorSourceLead (ConnectorSourceLeadType)

connectorSourceLeads (ConnectorSourceLeadListType)

sourceCountWithoutIngnoredAndAdded (Int)


Fields

Name Description

id (ID!)

title (String!)

isActive (Boolean!)

clientId (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

project (ID!)

sources ([ConnectorSourceType!])

leadsCount (ConnectorSourceLeadCountType!)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AnalysisFrameworkDetailType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AnalysisPillarType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AnalysisReportType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (AssessmentRegistryType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (ConnectorSourceLeadType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (DraftEntryType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (EntryType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (EntryReviewCommentDetailType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (LeadType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserMeType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (ProjectDetailType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (ProjectVizDataType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UnifiedConnectorType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UnifiedConnectorType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserExportType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserGroupType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (GalleryFileType)


Fields

Name Description

errors ([GenericScalar!])

ok (Boolean)

result (UserMeType)


Fields

Name Description

name (String)

userId (String!)

count (Int)


Fields

Name Description

userId (String!)

name (String)

date (DateTime!)


Fields

Name Description

results ([UserExportType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

title (String!)

exportedBy (UserType!)

exportedAt (DateTime!)

startedAt (DateTime)

endedAt (DateTime)

mimeType (String!)

project (ID)

extraOptions (ExportExtraOptionsType!)

isPreview (Boolean!)

isArchived (Boolean!)

analysis (AnalysisType)

format (ExportFormatEnum!)

type (ExportDataTypeEnum!)

status (ExportStatusEnum!)

exportType (ExportExportTypeEnum!)

file (FileFieldType)

fileDownloadUrl (String)

filters (LeadsFilterDataType)

filtersData (LeadFilterDataType)


Fields

Name Description

key (FeatureKey!)

title (String!)

featureType (FeatureFeatureType!)


Fields

Name Description

id (ID!)

title (String!)

exportedBy (UserType!)

exportedAt (DateTime!)

startedAt (DateTime)

endedAt (DateTime)

mimeType (String!)

format (GenericExportFormatEnum!)

type (GenericExportDataTypeEnum!)

status (GenericExportStatusEnum!)

filters (GenericScalar)

file (FileFieldType)

fileDownloadUrl (String)


Fields

Name Description

results ([UserGroupType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (ID!)

title (String!)

userGroupUpdate (UpdateUserGroup)

userGroupDelete (DeleteUserGroup)

userGroupMembershipBulk (BulkUpdateUserGroupMembership)


Fields

Name Description

id (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

clientId (String)

title (String!)

description (String!)

globalCrisisMonitoring (Boolean!)

customProjectFields (GenericScalar)

currentUserRole (GroupMembershipRoleEnum)

currentUserRoleDisplay (EnumDescription)

membershipsCount (Int!)

memberships ([GroupMembershipType!])


Fields

Name Description

results ([UserType!])

totalCount (Int)

page (Int)

pageSize (Int)


Fields

Name Description

id (String)

title (String)


Fields

Name Description

id (ID!)

isActive (Boolean!)

lastLogin (DateTime)

firstName (String!)

lastName (String!)

email (String)

displayName (String)

displayPicture (ID)

displayPictureUrl (String)

organization (String)

language (String)

emailOptOuts ([UserEmailConditionOptOutEnum!])

jwtToken (JwtTokenType)

lastActiveProject (ProjectDetailType)

accessibleFeatures ([UserFeatureAccessType!]!)

deletedAt (Date)

soleProjects ([UserMeProjectType])

onlyMemberProjects ([UserMeProjectType])


Fields

Name Description

id (ID!)

project (ProjectDetailType!)

user (UserType!)

order (Int!)

clientId (ID!)


Fields

Name Description

id (ID!)

displayPictureUrl (String)

organization (String)


Fields

Name Description

id (ID!)

title (String!)

createdAt (DateTime!)

modifiedAt (DateTime!)

filters (LeadsFilterDataType)

filtersData (LeadFilterDataType)


Fields

Name Description

id (ID!)

isActive (Boolean!)

displayName (String)

firstName (String)

lastName (String)

emailDisplay (String!)

profile (UserProfileType!)


Fields

Name Description

parentWidget (ID!)

parentWidgetType (WidgetWidgetTypeEnum!)

conditions (GenericScalar)


Fields

Name Description

id (ID!)

title (String!)

properties (GenericScalar)

order (Int!)

version (Int!)

clientId (ID!)

widgetId (WidgetWidgetTypeEnum!)

widgetIdDisplay (EnumDescription!)

width (WidgetWidthTypeEnum!)

widthDisplay (EnumDescription!)

key (String!)

conditional (WidgetConditionalType)


Fields

Name Description

id (ID!)

createdAt (DateTime!)

modifiedAt (DateTime!)

createdBy (UserType)

modifiedBy (UserType)

prediction (ID!)


Enums

In this section

About enums

Enums represent possible sets of values for a field.

Values

CAN_ADD_USER

CAN_CLONE_FRAMEWORK

CAN_EDIT_FRAMEWORK

CAN_USE_IN_OTHER_PROJECTS

DELETE_FRAMEWORK


Values

EDITOR

OWNER

DEFAULT

PRIVATE_EDITOR

PRIVATE_OWNER

PRIVATE_VIEWER

UNKNOWN


Values

DOTTED

DASHED

SOLID

DOUBLE

NONE


Values

TEXT

HEADING

IMAGE

URL


Values

FILL

CONTAIN

COVER

SCALE_DOWN

NONE


Values

START

END

CENTER

JUSTIFIED


Values

CSV

XLSX

GEOJSON

IMAGE


Values

TEXT

NUMBER

DATE


Values

PENDING

STARTED

SUCCESS

FAILED

SEND_FAILED


Values

PENDING

STARTED

SUCCESS

FAILED

SEND_FAILED


Values

PROTECTION_MONITORING

PROTECTION_NEEDS_ASSESSMENT

CASE_MANAGEMENT

POPULATION_DATA

PROTECTION_RESPONSE

COMMUNICATING_WITH_OR_IN_AFFECTED_COMMUNITIES

SECURITY_AND_SITUATIONAL_AWARENESS

SECTORAL_SYSTEMS_OR_OTHER


Values

ALL

ALL_AFFECTED

ALL_NOT_AFFECTED

ALL_AFFECTED_NOT_DISPLACED

ALL_AFFECTED_DISPLACED

ALL_AFFECTED_DISPLACED_IN_TRANSIT

ALL_AFFECTED_DISPLACED_MIGRANTS

ALL_AFFECTED_DISPLACED_IDPS

ALL_AFFECTED_DISPLACED_ASYLUM_SEEKER

ALL_AFFECTED_DISPLACED_OTHER_OF_CONCERN

ALL_AFFECTED_DISPLACED_RETURNEES

ALL_AFFECTED_DISPLACED_REFUGEES

ALL_AFFECTED_DISPLACED_MIGRANTS_IN_TRANSIT

ALL_AFFECTED_DISPLACED_MIGRANTS_PERMANENTS

ALL_AFFECTED_DISPLACED_MIGRANTS_PENDULAR

ALL_AFFECTED_NOT_DISPLACED_NO_HOST

ALL_AFFECTED_NOT_DISPLACED_HOST


Values

TOTAL_POP_IN_THE_ASSESSED_AREAS

TOTAL_POP_EXPOSED_TO_THE_SHOCK_EVENT

TOTAL_POP_AFFECTED_LIVING_IN_THE_AFFECTED_AREAS

TOTAL_POP_FACING_HUMANITARIAN_ACCESS_CONSTRAINTS

TOTAL_POP_IN_NEED

TOTAL_POP_IN_CRITICAL_NEED

TOTAL_POP_IN_SEVERE_NEED

TOTAL_POP_IN_MODERATE_NEED

TOTAL_POP_AT_RISK_VULNERABLE

TOTAL_POP_REACHED_BY_ASSISTANCE


Values

ISSUE_UNMET_NEEDS_ARE_DETAILED

ISSUE_UNMET_NEEDS_ARE_PRIORITIZED_RANKED

CAUSES_OR_UNDERLYING_MECHANISMS_BEHIND_ISSUES_UNMET_NEEDS_ARE_DETAILED

CAUSES_OR_UNDERLYING_MECHANISMS_BEHIND_ISSUES_UNMET_NEEDS_ARE_PRIORITIZED_RANKED

SEVERITY_OF_SOME_ALL_ISSUE_UNMET_NEEDS_IS_DETAILED

FUTURE_ISSUES_UNMET_NEEDS_ARE_DETAILED

FUTURE_ISSUES_UNMET_NEEDS_ARE_PRIORITIZED_RANKED

SEVERITY_OF_SOME_ALL_FUTURE_ISSUE_UNMET_NEEDS_IS_DETAILED

RECOMMENDATIONS_INTERVENTIONS_ARE_DETAILED

RECOMMENDATIONS_INTERVENTIONS_ARE_PRIORITIZED_RANKED


Values

RELEVANCE

COMPREHENSIVENESS

ETHICS

METHODOLOGICAL_RIGOR

ANALYTICAL_VALUE

TIMELINESS

EFFECTIVE_COMMUNICATION

USE

PEOPLE_CENTERED_AND_INCLUSIVE

ACCOUNTABILITY_TO_AFFECTED_POPULATIONS

DO_NOT_HARM

DESIGNED_WITH_PURPOSE

COMPETENCY_AND_CAPACITY

IMPARTIALITY

COORDINATION_AND_DATA_MINIMIZATION

JOINT_ANALYSIS

ACKNOWLEDGE_DISSENTING_VOICES_IN_JOINT_NEEDS_ANALYSIS

IFORMED_CONSENT_CONFIDENTIALITY_AND_DATA_SECURITY

SHARING_RESULTS

TRANSPARENCY_BETWEEN_ACTORS

MINIMUM_TECHNICAL_STANDARDS


Values

RELEVANCE

GEOGRAPHIC_COMPREHENSIVENESS

SECTORAL_COMPREHENSIVENESS

AFFECTED_AND_VULNERABLE_GROUPS_COMPREHENSIVENESS

SAFETY_AND_PROTECTION

HUMANITARIAN_PRINCIPLES

CONTRIBUTION

TRANSPARENCY

MITIGATING_BIAS

PARTICIPATION

CONTEXT_SPECIFICITY

ANALYTICAL_STANDARDS

DESCRIPTIONS

EXPLANATION

INTERPRETATION

ANTICIPATION

TIMELINESS

USER_FRIENDLY_PRESENTATION

ACTIVE_DISSEMINATION

USE_FOR_COLLECTIVE_PLANNING

BUY_IN_AND_USE_BY_HUMANITARIAN_CLUSTERS_SECTORS

BUY_IN_AND_USE_BY_UN_AGENCIES

BUY_IN_AND_USE_BY_INTERNATIONAL_NGO

BUY_IN_AND_USE_BY_LOCAL_NGO

BUY_IN_AND_USE_BY_MEMBER_OF_RED_CROSS_RED_CRESENT_MOVEMENT

BUY_IN_AND_USE_BY_DONORS

BUY_IN_AND_USE_BY_NATIONAL_AND_LOCAL_GOVERNMENT_AGENCIES

BUY_IN_AND_USE_BY_DEVELOPMENT_AND_STABILIZATION_ACTORS


Values

UNPROTECTED

CONFIDENTIAL


Values

COORDINATED

HARMONIZED

UNCOORDINATED


Values

EARTH_QUAKE

GROUND_SHAKING

TSUNAMI

VOLCANO

VOLCANIC_ERUPTION

MASS_MOMENT_DRY

ROCK_FALL

AVALANCE

LANDSLIDE

SUBSIDENCE

EXTRA_TROPICAL_CYCLONE

TROPICAL_CYCLONE

LOCAL_STROM

FLOOD_RAIN

GENERAL_RIVER_FLOOD

FLASH_FLOOD

STROM_SURGE_FLOOD

MASS_MOVEMENT_WET

EXTREME_TEMPERATURE

HEAT_WAVE

COLD_WAVE

EXTREME_WEATHER_CONDITION

DROUGHT

WILDFIRE

POPULATION_DISPLACEMENT

CONFLICT

ECONOMIC

EPIDEMIC


Values

SECONDARY_DATA_REVIEW

KEY_INFORMAT_INTERVIEW

DIRECT_OBSERVATION

COMMUNITY_GROUP_DISCUSSION

FOCUS_GROUP_DISCUSSION

HOUSEHOLD_INTERVIEW

INDIVIDUAL_INTERVIEW

SATELLITE_IMAGERY


Values

INITIAL

RAPID

IN_DEPTH

MONITORING

REGISTRATION

OTHER


Values

ASSESSMENT_DATABASE

QUESTIONNAIRE

MISCELLANEOUS


Values

EXTERNAL_SUPPORT_RECIEVED

NO_EXTERNAL_SUPPORT_RECEIVED


Values

DISPLACEMENT_TRAKING_MATRIX

MULTI_CLUSTER_INITIAL_AND_RAPID_ASSESSMENT

MULTI_SECTORIAL_NEEDS_ASSESSMENT

EMERGENCY_FOOD_SECURITY_ASSESSMENT

COMPREHENSIVE_FOOD_SECURITY_AND_VULNERABILITY_ANALYSIS

PROTECTION_MONITORING

HUMANITARIAN_NEEDS_OVERVIEW

BRIEFING_NOTE

REGISTRATION

IDP_PROFILING_EXERCISE

CENSUS

REFUGEE_AND_MIGRANT_RESPONSE_PLAN

RUFUGEE_RESPONSE_PLAN

SMART_NUTRITION_SURVEY

OTHER


Values

CONTEXT

SHOCK_EVENT

DISPLACEMENT

CASUALTIES

INFORMATION_AND_COMMUNICATION

HUMANITERIAN_ACCESS

IMPACT

HUMANITARIAN_CONDITIONS

PEOPLE_AT_RISK

PRIORITIES_AND_PREFERENCES

RESPONSE_AND_CAPACITIES


Values

ONE_OFF

REGULAR


Values

ENGLISH

FRENCH

SPANISH

ARABIC

PORTUGESE


Values

LEAD_ORGANIZATION

INTERNATIONAL_PARTNER

NATIONAL_PARTNER

DONOR

GOVERNMENT


Values

WITH_PREPAREDNESS

WITHOUT_PREPAREDNESS


Values

PROTECTION_MONITORING

PROTECTION_NEEDS_ASSESSMENT

CASE_MANAGEMENT

POPULATION_DATA

PROTECTION_RESPONSE_M_E

COMMUNICATING_WITH_IN_AFFECTED_COMMUNITIES

SECURITY_AND_SITUATIONAL_AWARENESS

SECTORAL_SYSTEM_OTHER


Values

ABDUCATION_KIDNAPPING

ATTACKS_ON_CIVILIANS

CHILD_AND_FORCED

EARLY_AND_FORCED_MARRIAGE

DISCRIMINATION_AND_STIGMATIZATION

DISINFORMATION_AND_DENIAL

FORCED_RECRUITMENT

GENDER_BASED_VIOLENCE

IMPEDIMENTS_AND_RESTRICTIONS

PRESENCE_OF_MINE

PSYCHOLOGICAL_INFLICATED_DISTRESS

DESTRUCTION_OF_PERSONAL_PROPERTY

DEGRADING_TREATMENT

TRAFFICKING_IN_PERSONS

UNLAWFUL_IMPEDIMENTS


Values

FACE_TO_FACE

REMOTE

MIXED


Values

VERY_POOR

POOR

FAIR

GOOD

VERY_GOOD


Values

NON_RANDOM_SELECTION

RANDOM_SELECTION

FULL_ENUMERATION


Values

FIT_FOR_PURPOSE

TRUSTWORTHINESS

ANALYTICAL_RIGOR

ANALYTICAL_WRITING


Values

RELEVANCE

COMPREHENSIVENESS

TIMELINESS

GRANULARITY

COMPARABILITY

SOURCE_REABILITY

METHODS

TRIANGULATION

PLAUSIBILITY

INCLUSIVENESS

ASSUMPTIONS

CORROBORATION

STRUCTURED_ANALYTICAL_TECHNIQUE

CONSENSUS

REPRODUCIBILITY

CLEARLY_ARTICULATED_RESULT

LEVEL_OF_CONFIDENCE

ILLUSTRATION

SOURCED_DATA_EVIDENCE

CLEARLY_STATED_OUTLIERS


Values

FOOD_SECURITY

HEALTH

SHELTER

WASH

PROTECTION

NUTRITION

LIVELIHOOD

EDUCATION

LOGISTICS

INTER_CROSS_SECTOR


Values

PLANNED

ONGOING

FINALIZED


Values

IMPACT

HUMANITARIAN_CONDITIONS

PRIORITIES_AND_PREFERENCES

CONCLUSIONS

HUMANITARIAN_POPULATION_FIGURES


Values

CONTEXT

EVENT_SHOCK

DISPLACEMENT

INFORMATION_AND_COMMUNICATION

HUMANITARIAN_ACCESS


Values

DRIVERS

IMPACT_ON_PEOPLE

IMPACT_ON_SYSTEM

LIVING_STANDARDS

COPING_MECHANISMS

PHYSICAL_AND_MENTAL_WELL_BEING

NEEDS_POP

NEEDS_HUMAN

INTERVENTIONS_POP

INTERVENTIONS_HUMAN

DEMOGRAPHIC_GROUPS

GROUPS_WITH_SPECIFIC_NEEDS

GEOGRAPHICAL_AREAS

PEOPLE_AT_RISKS

FOCAL_ISSUES


Values

POLITICS

DEMOGRAPHY

SOCIO_CULTURAL

ENVIRONMENT

SECURITY_AND_STABILITY

ECONOMICS

CHARACTERISTICS

DRIVERS_AND_AGGRAVATING_FACTORS

MITIGATING_FACTORS

HAZARDS_AND_THREATS

DISPLACEMENT_CHARACTERISTICS

PUSH_FACTORS

PULL_FACTORS

INTENTIONS

LOCAL_INTREGATIONS

SOURCE_AND_MEANS

CHALLANGES_AND_BARRIERS

KNOWLEDGE_AND_INFO_GAPS_HUMAN

KNOWLEDGE_AND_INFO_GAPS_POP

POPULATION_TO_RELIEF

RELIEF_TO_POPULATION


Values

CRISIS

COUNTRY

REGION

PROVINCE_GOV_PREFECTURE

DEPARTMENT_DISTRICT

SUB_DISTRICT_COUNTRY

MUNICIPALITY

NEIGHBORHOOD_QUARTIER

COMMUNITY_SITE

AFFECTED_GROUP

HOUSEHOLD

INDIVIDUAL


Values

CRISIS

COUNTRY

REGION

PROVINCE_GOV_PREFECTURE

DEPARTMENT_DISTRICT

SUB_DISTRICT_COUNTRY

MUNICIPALITY

NEIGHBORHOOD_QUARTIER

COMMUNITY_SITE

AFFECTED_GROUP

HOUSEHOLD

INDIVIDUAL


Values

PENDING

STARTED

SUCCESS

FAILED

SEND_FAILED


Values

PENDING

RETRYING

STARTED

SUCCESS

FAILED


Values

ASC_ID

ASC_LEAD_CREATED_AT

ASC_LEAD_TITLE

DESC_ID

DESC_LEAD_CREATED_AT

DESC_LEAD_TITLE


Values

ASC_ID

ASC_CREATED_AT

ASC_TITLE

ASC_SOURCE

DESC_ID

DESC_CREATED_AT

DESC_TITLE

DESC_SOURCE


Values

ATOM_FEED

RELIEF_WEB

RSS_FEED

UNHCR

HUMANITARIAN_RESP

PDNA

EMM


Values

PENDING

PROCESSING

SUCCESS

FAILURE


Values

REDUNDANT

TOO_OLD

ANECDOTAL

OUTLIER


Values

PENDING

STARTED

DONE

SEND_FAILED


Values

AUTO

MANUAL


Values

ASC_ID

ASC_CREATED_AT

ASC_COMMENT_TYPE

ASC_ENTRY

DESC_ID

DESC_CREATED_AT

DESC_COMMENT_TYPE

DESC_ENTRY


Values

COMMENT

VERIFY

UNVERIFY

CONTROL

UNCONTROL


Values

EXCERPT

IMAGE

DATA_SERIES


Values

ENTRIES

ASSESSMENTS

PLANNED_ASSESSMENTS

ANALYSES


Values

DEFAULT

FORMAT_1


Values

LEAD_PUBLISHED_ON

ENTRY_CREATED_BY

ENTRY_CREATED_AT

ENTRY_CONTROL_STATUS

LEAD_ID

LEAD_TITLE

LEAD_URL

LEAD_PAGE_COUNT

LEAD_ORGANIZATION_TYPE_AUTHOR

LEAD_ORGANIZATION_AUTHOR

LEAD_ORGANIZATION_SOURCE

LEAD_PRIORITY

LEAD_ASSIGNEE

ENTRY_ID

LEAD_ENTRY_ID

ENTRY_EXCERPT


Values

EXCEL

REPORT

JSON


Values

CSV

XLSX

DOCX

PDF

JSON


Values

DEFAULT

STYLE_1


Values

PENDING

STARTED

SUCCESS

FAILURE

CANCELED


Values

GENERAL_ACCESS

EXPERIMENTAL

EARLY_ACCESS


Values

PRIVATE_PROJECT

TABULAR

ZOOMABLE_IMAGE

POLYGON_SUPPORT_GEO

ENTRY_VISUALIZATION_CONFIGURATION

CONNECTORS

ASSISTED

QUALITY_CONTROL

NEW_UI

ANALYSIS

QUESTIONNAIRE


Values

PROJECTS_STATS


Values

CSV

XLSX

DOCX

PDF

JSON


Values

PENDING

STARTED

SUCCESS

FAILURE

CANCELED


Values

ASC_ID

ASC_ADMIN_LEVEL

DESC_ID

DESC_ADMIN_LEVEL


Values

NORMAL

ADMIN


Values

NONE

STARTED

PENDING

SUCCESS

FAILED


Values

UNPROTECTED

RESTRICTED

CONFIDENTIAL


Values

PENDING

STARTED

RETRYING

SUCCESS

FAILED


Values

ASC_ID

ASC_CREATED_AT

ASC_TITLE

ASC_SOURCE

ASC_PUBLISHED_ON

ASC_CREATED_BY

ASC_ASSIGNEE

ASC_PRIORITY

ASC_PAGE_COUNT

ASC_ENTRIES_COUNT

DESC_ID

DESC_CREATED_AT

DESC_TITLE

DESC_SOURCE

DESC_PUBLISHED_ON

DESC_CREATED_BY

DESC_ASSIGNEE

DESC_PRIORITY

DESC_PAGE_COUNT

DESC_ENTRIES_COUNT


Values

LOW

MEDIUM

HIGH


Values

TEXT

DISK

WEBSITE

DROPBOX

GOOGLE_DRIVE

RSS

EMM

WEB_API

UNKNOWN


Values

NOT_TAGGED

IN_PROGRESS

TAGGED


Values

SEEN

UNSEEN


Values

PROJECT_JOIN_REQUEST

PROJECT_JOIN_REQUEST_ABORT

PROJECT_JOIN_RESPONSE

ENTRY_COMMENT_ADD

ENTRY_COMMENT_MODIFY

ENTRY_COMMENT_ASSIGNEE_CHANGE

ENTRY_COMMENT_REPLY_ADD

ENTRY_COMMENT_REPLY_MODIFY

ENTRY_COMMENT_RESOLVED

ENTRY_REVIEW_COMMENT_ADD

ENTRY_REVIEW_COMMENT_MODIFY


Values

ASC_ID

ASC_CREATED_AT

ASC_TITLE

ASC_SHORT_NAME

ASC_LONG_NAME

ASC_ORGANIZATION_TYPE

ASC_POPULARITY

DESC_ID

DESC_CREATED_AT

DESC_TITLE

DESC_SHORT_NAME

DESC_LONG_NAME

DESC_ORGANIZATION_TYPE

DESC_POPULARITY

ASC_TITLE_LENGTH

DESC_TITLE_LENGTH


Values

PENDING

ACCEPTED

REJECTED


Values

ASC_TITLE

ASC_USER_COUNT

ASC_LEAD_COUNT

ASC_CREATED_AT

ASC_ANALYSIS_FRAMEWORK

DESC_TITLE

DESC_USER_COUNT

DESC_LEAD_COUNT

DESC_CREATED_AT

DESC_ANALYSIS_FRAMEWORK


Values

LEAD_ORGANIZATION

INTERNATIONAL_PARTNER

NATIONAL_PARTNER

DONOR

GOVERNMENT


Values

BASE_ACCESS

UPDATE_PROJECT

DELETE_PROJECT

CAN_ADD_MEMBER

VIEW_UNIFIED_CONNECTOR

CREATE_UNIFIED_CONNECTOR

UPDATE_UNIFIED_CONNECTOR

DELETE_UNIFIED_CONNECTOR

CREATE_LEAD

VIEW_ONLY_UNPROTECTED_LEAD

VIEW_ONLY_UNPROTECTED_ASSESSMENT_REGISTRY

VIEW_ALL_LEAD

VIEW_ASSESSMENT_REGISTRY

UPDATE_LEAD

DELETE_LEAD

CREATE_ENTRY

VIEW_ENTRY

UPDATE_ENTRY

DELETE_ENTRY

CREATE_EXPORT

CAN_QUALITY_CONTROL

CREATE_ANALYSIS_MODULE

CREATE_ASSESSMENT_REGISTRY

UPDATE_ASSESSMENT_REGISTRY


Values

PROJECT_OWNER

ADMIN

MEMBER

READER

READER_NON_CONFIDENTIAL

UNKNOWN


Values

NEW

ON

OFF


Values

PENDING

STARTED

SUCCESS

FAILURE


Values

PENDING

STARTED

SUCCESS

FAILURE


Values

ACTIVE

INACTIVE


Values

FULL

TIME_SERIES


Values

GLOBAL

YEARLY_SNAPSHOT


Values

ASC_TITLE

ASC_USER_COUNT

ASC_LEAD_COUNT

ASC_CREATED_AT

ASC_ANALYSIS_FRAMEWORK

DESC_TITLE

DESC_USER_COUNT

DESC_LEAD_COUNT

DESC_CREATED_AT

DESC_ANALYSIS_FRAMEWORK


Values

LEAD

ENTRY

ENTRY_COMMENT


Values

PENDING

STARTED

SUCCESS

FAILED

SEND_FAILED


Values

ASC_ID

ASC_CREATED_AT

ASC_TITLE

DESC_ID

DESC_CREATED_AT

DESC_TITLE


Values

JOIN_REQUESTS

NEWS_AND_UPDATES

EMAIL_COMMENT


Values

TEXT

NUMBER

LIST

INTERSECTS


Values

DATE

DATE_RANGE

TIME

TIME_RANGE

NUMBER

SCALE

GEO

SELECT

MULTISELECT

ORGANIGRAM

MATRIX1D

MATRIX2D

NUMBER_MATRIX

CONDITIONAL

TEXT

EXCERPT


Values

FULL

HALF


Input objects

In this section

About input objects

Input objects can be described as "composable objects" because they include a set of input fields that define the object.

Input fields

Name Description

id (ID)

clientId (String)

documentType (AssessmentRegistryDocumentTypeEnum!)

file (ID)

externalLink (String)


Input fields

Name Description

entriesId ([ID!])


Input fields

Name Description

title (String!)

description (String)

isPrivate (Boolean)

properties (AnalysisFrameworkPropertiesGqlInputType)

organization (ID)

previewImage (Upload)

createdBy (ID)

primaryTagging ([SectionGqlInputType!])

secondaryTagging ([WidgetGqlInputType!])

predictionTagsMapping ([PredictionTagAnalysisFrameworkMapInputType!])

assistedTaggingEnabled (Boolean)


Input fields

Name Description

pk (ID!)


Input fields

Name Description

title (String)

mainStatement (String)

informationGap (String)

filters (GenericScalar)

assignee (ID)

analysis (ID)

clonedFrom (ID)

statements ([AnalyticalStatementGqlInputType!])

clientId (String)


Input fields

Name Description

color (String)

opacity (Int)


Input fields

Name Description

gap (Int)


Input fields

Name Description

color (String)

width (Int)

opacity (Int)

style (AnalysisReportBorderStyleStyleEnum)


Input fields

Name Description

id (ID)

clientId (String)

upload (ID!)

data (GenericScalar)


Input fields

Name Description

id (ID)

clientId (String)

row (Int!)

column (Int!)

width (Int!)

height (Int)

contentType (AnalysisReportContainerContentTypeEnum!)

style (AnalysisReportContainerStyleInputType)

contentConfiguration (AnalysisReportContainerContentConfigurationInputType)

contentData ([AnalysisReportContainerDataInputType!]!)


Input fields

Name Description

caption (String)

altText (String)

style (AnalysisReportImageContentStyleInputType)


Input fields

Name Description

analysis (ID!)

slug (String!)

title (String!)

subTitle (String!)

isPublic (Boolean)

organizations ([ID!])

configuration (AnalysisReportConfigurationInputType)

containers ([AnalysisReportContainerInputType!]!)


Input fields

Name Description

analysis (ID)

slug (String)

title (String)

subTitle (String)

isPublic (Boolean)

organizations ([ID!])

configuration (AnalysisReportConfigurationInputType)

containers ([AnalysisReportContainerInputType!])


Input fields

Name Description

top (Int)

bottom (Int)

left (Int)

right (Int)


Input fields

Name Description

top (Int)

bottom (Int)

left (Int)

right (Int)


Input fields

Name Description

report (ID!)


Input fields

Name Description

color (String)

family (String)

size (Int)

weight (Int)

align (AnalysisReportTextStyleAlignEnum)


Input fields

Name Description

report (ID!)

file (ID!)

type (AnalysisReportUploadTypeEnum!)

metadata (AnalysisReportUploadMetadataInputType!)


Input fields

Name Description

headerRow (Int)

variables ([AnalysisReportVariableInputType!]!)


Input fields

Name Description

name (String)

headerRow (Int)

variables ([AnalysisReportVariableInputType!]!)


Input fields

Name Description

url (String)


Input fields

Name Description

name (String)

type (AnalysisReportVariableTypeEnum)

completeness (Int)


Input fields

Name Description

analysisPillar (ID!)

additionalFilters (EntriesFilterDataInputType)


Input fields

Name Description

id (ID)

order (Int!)

entry (ID!)

clientId (String)


Input fields

Name Description

entriesId ([ID!])


Input fields

Name Description

title (String)

id (ID)

statement (String!)

reportText (String)

informationGaps (String)

includeInReport (Boolean)

order (Int!)

clonedFrom (ID)

entries ([AnalyticalEntriesGqlInputType!])

clientId (String)


Input fields

Name Description

entriesId ([ID!])


Input fields

Name Description

createdAt (DateTime)

createdAtGte (DateTime)

createdAtLte (DateTime)

modifiedAt (DateTime)

modifiedAtGte (DateTime)

modifiedAtLte (DateTime)

createdBy ([ID!])

modifiedBy ([ID!])

stakeholder ([ID!])

leadOrganization ([ID!])

location ([ID!])

affectedGroup ([AssessmentRegistryAffectedGroupTypeEnum!])

family ([AssessmentRegistryFamilyTypeEnum!])

frequency ([AssessmentRegistryFrequencyTypeEnum!])

coordinationType ([AssessmentRegistryCoordinationTypeEnum!])

assessmentType ([AssessmentRegistryDetailTypeEnum!])

focuses ([AssessmentRegistryFocusTypeEnum!])

sectors ([AssessmentRegistrySectorTypeEnum!])


Input fields

Name Description

dateFrom (Date!)

dateTo (Date!)

assessment (AssessmentDashboardFilterDataInputType)


Input fields

Name Description

lead (ID!)

bgCountries ([ID!]!)

bgCrisisStartDate (Date)

costEstimatesUsd (Int)

noOfPages (Int)

status (AssessmentRegistryStatusTypeEnum!)

dataCollectionStartDate (Date)

dataCollectionEndDate (Date)

publicationDate (Date)

executiveSummary (String)

objectives (String)

dataCollectionTechniques (String)

sampling (String)

limitations (String)

locations ([ID!])

bgCrisisType (AssessmentRegistryCrisisTypeEnum!)

bgPreparedness (AssessmentRegistryPreparednessTypeEnum!)

externalSupport (AssessmentRegistryExternalTypeEnum!)

coordinatedJoint (AssessmentRegistryCoordinationTypeEnum!)

detailsType (AssessmentRegistryDetailTypeEnum!)

family (AssessmentRegistryFamilyTypeEnum!)

frequency (AssessmentRegistryFrequencyTypeEnum!)

confidentiality (AssessmentRegistryConfidentialityTypeEnum!)

stakeholders ([AssessmentRegistryOrganizationInputType!])

language ([AssessmentRegistryLanguageTypeEnum!]!)

focuses ([AssessmentRegistryFocusTypeEnum!])

sectors ([AssessmentRegistrySectorTypeEnum!])

protectionInfoMgmts ([AssessmentRegistryProtectionInfoTypeEnum!])

protectionRisks ([AssessmentRegistryProtectionRiskTypeEnum!])

affectedGroups ([AssessmentRegistryAffectedGroupTypeEnum!])

methodologyAttributes ([MethodologyAttributeInputType!])

additionalDocuments ([AdditionalDocumentInputType!])

scoreRatings ([ScoreRatingInputType!])

scoreAnalyticalDensity ([ScoreAnalyticalDensityInputType!])

cna ([CNAAnswerInputType!])

summaryPillarMeta (SummaryMetaInputType)

summarySubPillarIssue ([SummarySubPillarIssueInputType!])

summaryDimensionMeta ([SummaryFocusMetaInputType!])

summarySubDimensionIssue ([SummarySubDimensionInputType!])

metadataComplete (Boolean)

additionalDocumentComplete (Boolean)

focusComplete (Boolean)

methodologyComplete (Boolean)

summaryComplete (Boolean)

cnaComplete (Boolean)

scoreComplete (Boolean)


Input fields

Name Description

id (ID)

clientId (String)

organization (ID!)

organizationType (AssessmentRegistryOrganizationTypeEnum!)


Input fields

Name Description

id (ID)

data (GenericScalar)

widget (ID!)

widgetVersion (Int!)

clientId (String)


Input fields

Name Description

id (ID)

member (ID!)

role (ID)

clientId (String)


Input fields

Name Description

id (ID)

lead (ID!)

order (Int)

informationDate (Date)

entryType (EntryTagTypeEnum)

image (ID)

imageRaw (String)

leadImage (ID)

tabularField (ID)

excerpt (String)

droppedExcerpt (String)

highlightHidden (Boolean)

attributes ([AttributeGqInputType!])

draftEntry (ID)

clientId (String)


Input fields

Name Description

id (ID)

title (String!)

attachment (ID)

status (LeadStatusEnum)

assignee (String)

confidentiality (LeadConfidentialityEnum)

sourceType (LeadSourceTypeEnum)

priority (LeadPriorityEnum)

publishedOn (Date)

text (String)

isAssessmentLead (Boolean)

leadGroup (ID)

url (String)

website (String)

source (ID)

authors ([ID!])

emmTriggers ([LeadEMMTriggerInputType!])

emmEntities ([EMMEntityInputType!])

connectorLead (ID)

clientId (String)


Input fields

Name Description

id (ID)

member (ID!)

role (ID)

badges ([ProjectMembershipBadgeTypeEnum!])

clientId (String)


Input fields

Name Description

usergroup (ID!)

role (ID)

badges ([ProjectMembershipBadgeTypeEnum!])

clientId (String)

id (ID)


Input fields

Name Description

id (ID)

member (ID!)

role (GroupMembershipRoleEnum)

clientId (String)


Input fields

Name Description

id (ID)

clientId (String)

question (ID!)

answer (Boolean!)


Input fields

Name Description

id (ID)

title (String!)

source (ConnectorSourceSourceEnum!)

params (GenericScalar)

clientId (String)


Input fields

Name Description

blocked (Boolean)


Input fields

Name Description

id (ID)

analysisPillar (ID!)

entry (ID!)

tag (DiscardedEntryTagTypeEnum!)


Input fields

Name Description

id (ID)

analysisPillar (ID)

entry (ID)

tag (DiscardedEntryTagTypeEnum)


Input fields

Name Description

lead (ID!)

excerpt (String!)


Input fields

Name Description

name (String!)


Input fields

Name Description

id (ID)

excerpt (String)

controlled (Boolean)

createdAt (DateTime)

createdAtGte (DateTime)

createdAtLte (DateTime)

modifiedAt (DateTime)

modifiedAtGte (DateTime)

modifiedAtLte (DateTime)

createdBy ([ID!])

modifiedBy ([ID!])

leads ([ID!])

leadCreatedBy ([ID!])

leadPublishedOn (Date)

leadPublishedOnGte (Date)

leadPublishedOnLte (Date)

leadTitle (String)

leadAssignees ([ID!])

leadStatuses ([LeadStatusEnum!])

leadPriorities ([LeadPriorityEnum!])

leadConfidentialities ([LeadConfidentialityEnum!])

leadAuthoringOrganizationTypes ([ID!])

leadAuthorOrganizations ([ID!])

leadSourceOrganizations ([ID!])

leadHasAssessment (Boolean)

leadIsAssessment (Boolean)

search (String)

entryTypes ([EntryTagTypeEnum!])

projectEntryLabels ([ID!])

entriesId ([ID!])

geoCustomShape (String)

leadGroupLabel (String)

filterableData ([EntryFilterDataInputType!])

hasComment (Boolean)

isVerified (Boolean)


Input fields

Name Description

filterKey (ID!)

value (String)

valueGte (String)

valueLte (String)

valueList ([String!])

useExclude (Boolean)

useAndOperator (Boolean)

includeSubRegions (Boolean)


Input fields

Name Description

id (ID)

lead (ID!)

order (Int)

informationDate (Date)

entryType (EntryTagTypeEnum)

image (ID)

imageRaw (String)

leadImage (ID)

tabularField (ID)

excerpt (String)

droppedExcerpt (String)

highlightHidden (Boolean)

attributes ([AttributeGqInputType!])

draftEntry (ID)

clientId (String)


Input fields

Name Description

entry (ID!)

commentType (EntryReviewCommentTypeEnum)

text (String)

mentionedUsers ([ID!])


Input fields

Name Description

dateFrom (DateTime!)

dateTo (DateTime!)

project (ExploreProjectFilterDataInputType)


Input fields

Name Description

createdAt (DateTime)

createdAtGte (DateTime)

createdAtLte (DateTime)

modifiedAt (DateTime)

modifiedAtGte (DateTime)

modifiedAtLte (DateTime)

createdBy ([ID!])

modifiedBy ([ID!])

organizations ([ID!])

isTest (Boolean)

search (String)

excludeEntryLessThan (Boolean)

regions ([ID!])


Input fields

Name Description

title (String)

type (ExportDataTypeEnum!)

format (ExportFormatEnum!)

exportType (ExportExportTypeEnum!)

isPreview (Boolean)

filters (LeadsFilterDataInputType!)

extraOptions (ExportExtraOptionsInputType)

analysis (ID)


Input fields

Name Description

isWidget (Boolean!)

widgetKey (String)

staticColumn (ExportExcelSelectedStaticColumnEnum)


Input fields

Name Description

dateFormat (ExportDateFormatEnum)

excelDecoupled (Boolean)

excelColumns ([ExportExcelSelectedColumnInputType!])

reportShowGroups (Boolean)

reportShowLeadEntryId (Boolean)

reportShowAssessmentData (Boolean)

reportShowEntryWidgetData (Boolean)

reportTextWidgetIds ([ID!])

reportExportingWidgets ([ID!])

reportLevels ([ExportReportLevelWidgetInputType!])

reportStructure ([ExportReportStructureWidgetInputType!])

reportCitationStyle (ExportReportCitationStyleEnum)


Input fields

Name Description

id (ID!)

title (String!)


Input fields

Name Description

id (ID!)

title (String!)

sublevels ([ExportReportLevelWidgetSubLevelInputType!])


Input fields

Name Description

id (ID!)


Input fields

Name Description

title (String)


Input fields

Name Description

clientId (String)

file (Upload!)

title (String!)

isPublic (Boolean)

projects ([ID!])


Input fields

Name Description

accessToken (String!)

expiresIn (Int)

tokenType (String)

state (Int)


Input fields

Name Description

projects ([ID!]!)

leads ([ID!]!)


Input fields

Name Description

emmRiskFactor (String)

emmKeyword (String!)

count (Int)


Input fields

Name Description

id (ID)

title (String!)

attachment (ID)

status (LeadStatusEnum)

assignee (String)

confidentiality (LeadConfidentialityEnum)

sourceType (LeadSourceTypeEnum)

priority (LeadPriorityEnum)

publishedOn (Date)

text (String)

isAssessmentLead (Boolean)

leadGroup (ID)

url (String)

website (String)

source (ID)

authors ([ID!])

emmTriggers ([LeadEMMTriggerInputType!])

emmEntities ([EMMEntityInputType!])

connectorLead (ID)

clientId (String)


Input fields

Name Description

text (String)

url (String)

createdAt (DateTime)

createdAtGte (DateTime)

createdAtLte (DateTime)

modifiedAt (DateTime)

modifiedAtGte (DateTime)

modifiedAtLte (DateTime)

createdBy ([ID!])

modifiedBy ([ID!])

ids ([ID!])

excludeProvidedLeadsId (Boolean)

sourceTypes ([LeadSourceTypeEnum!])

priorities ([LeadPriorityEnum!])

confidentiality (LeadConfidentialityEnum)

statuses ([LeadStatusEnum!])

extractionStatus (LeadExtractionStatusEnum)

assignees ([ID!])

authoringOrganizationTypes ([ID!])

authorOrganizations ([ID!])

sourceOrganizations ([ID!])

hasEntries (Boolean)

hasAssessment (Boolean)

isAssessment (Boolean)

entriesFilterData (EntriesFilterDataInputType)

search (String)

publishedOn (Date)

publishedOnGte (Date)

publishedOnLte (Date)

emmEntities (String)

emmKeywords (String)

emmRiskFactors (String)

hasDuplicates (Boolean)

duplicatesOf (ID)

ordering ([LeadOrderingEnum!])


Input fields

Name Description

email (String!)

password (String!)

captcha (String)


Input fields

Name Description

draftEntry (ID!)

tag (ID!)

category (ID!)


Input fields

Name Description

id (ID!)

status (NotificationStatusEnum)


Input fields

Name Description

oldPassword (String!)

newPassword (String!)


Input fields

Name Description

id (Int)

widget (ID!)

tag (ID)

association (GenericScalar)

clientId (String)


Input fields

Name Description

status (ProjectJoinRequestStatusEnum)

role (String)


Input fields

Name Description

title (String!)

description (String)

startDate (Date)

endDate (Date)

status (ProjectStatusEnum)

isPrivate (Boolean)

isTest (Boolean)

isAssessmentEnabled (Boolean)

analysisFramework (ID)

isVisualizationEnabled (Boolean)

hasPubliclyViewableUnprotectedLeads (Boolean)

hasPubliclyViewableRestrictedLeads (Boolean)

hasPubliclyViewableConfidentialLeads (Boolean)

enablePubliclyViewableAnalysisReportSnapshot (Boolean)

organizations ([ProjectOrganizationGqInputType!])


Input fields

Name Description

reason (String!)

role (String)

project (String!)

data (GenericScalar)


Input fields

Name Description

id (ID)

organization (ID!)

organizationType (ProjectOrganizationTypeEnum!)

clientId (String)


Input fields

Name Description

project (ID!)


Input fields

Name Description

title (String)

description (String)

startDate (Date)

endDate (Date)

status (ProjectStatusEnum)

isPrivate (Boolean)

isTest (Boolean)

isAssessmentEnabled (Boolean)

analysisFramework (ID)

isVisualizationEnabled (Boolean)

hasPubliclyViewableUnprotectedLeads (Boolean)

hasPubliclyViewableRestrictedLeads (Boolean)

hasPubliclyViewableConfidentialLeads (Boolean)

enablePubliclyViewableAnalysisReportSnapshot (Boolean)

organizations ([ProjectOrganizationGqInputType!])


Input fields

Name Description

action (ProjectStatsActionEnum!)


Input fields

Name Description

createdAt (DateTime)

createdAtGte (DateTime)

createdAtLte (DateTime)

modifiedAt (DateTime)

modifiedAtGte (DateTime)

modifiedAtLte (DateTime)

createdBy ([ID!])

modifiedBy ([ID!])

ids ([ID!])

excludeIds ([ID!])

status (ProjectStatusEnum)

organizations ([ID!])

analysisFrameworks ([ID!])

regions ([ID!])

search (String)

isCurrentUserMember (Boolean)

hasPermissionAccess (ProjectPermission)

ordering ([ProjectOrderingEnum!])

isTest (Boolean)


Input fields

Name Description

createdAt (DateTime)

createdAtGte (DateTime)

createdAtLte (DateTime)

modifiedAt (DateTime)

modifiedAtGte (DateTime)

modifiedAtLte (DateTime)

createdBy ([ID!])

modifiedBy ([ID!])

ids ([ID!])

excludeIds ([ID!])

status (ProjectStatusEnum)

organizations ([ID!])

analysisFrameworks ([ID!])

regions ([ID!])

search (String)

isCurrentUserMember (Boolean)

hasPermissionAccess (ProjectPermission)

ordering ([ProjectOrderingEnum!])

isTest (Boolean)


Input fields

Name Description

email (String!)

firstName (String)

lastName (String)

organization (String!)

captcha (String!)


Input fields

Name Description

email (String!)

captcha (String!)


Input fields

Name Description

id (ID)

clientId (String)

sector (AssessmentRegistrySectorTypeEnum!)

analysisLevelCovered ([AssessmentRegistryAnalysisLevelTypeEnum!])

figureProvided ([AssessmentRegistryAnalysisFigureTypeEnum!])

score (Float)


Input fields

Name Description

id (ID)

clientId (String)

scoreType (AssessmentRegistryScoreCriteriaTypeEnum!)

rating (AssessmentRegistryRatingType)

reason (String)


Input fields

Name Description

id (ID)

title (String!)

order (Int)

tooltip (String)

widgets ([WidgetGqlInputType!])

clientId (String)


Input fields

Name Description

id (ID)

clientId (String)

sector (AssessmentRegistrySectorTypeEnum!)

percentageOfPeopleAffected (Int)

totalPeopleAffected (Int)

percentageOfModerate (Int)

percentageOfSevere (Int)

percentageOfCritical (Int)

percentageInNeed (Int)

totalModerate (Int)

totalSevere (Int)

totalCritical (Int)

totalInNeed (Int)


Input fields

Name Description

id (ID)

totalPeopleAssessed (Int)

totalDead (Int)

totalInjured (Int)

totalMissing (Int)

totalPeopleFacingHumAccessCons (Int)

percentageOfPeopleFacingHumAccessCons (Int)


Input fields

Name Description

id (ID)

clientId (String)

summaryIssue (ID!)

sector (AssessmentRegistrySectorTypeEnum!)

text (String)

order (Int!)

leadPreviewTextRef (GenericScalar)


Input fields

Name Description

id (ID)

clientId (String)

summaryIssue (ID!)

text (String)

order (Int!)

leadPreviewTextRef (GenericScalar)


Input fields

Name Description

lead (ID!)


Input fields

Name Description

title (String!)

isActive (Boolean)

clientId (String)


Input fields

Name Description

title (String!)

isActive (Boolean)

clientId (String)

sources ([ConnectorSourceGqInputType!])


Input fields

Name Description

lead (ID!)

isDiscarded (Boolean)


Input fields

Name Description

title (String)

description (String)

displayPicture (ID)

globalCrisisMonitoring (Boolean)

customProjectFields (GenericScalar)


Input fields

Name Description

firstName (String)

lastName (String)

organization (String)

displayPicture (ID)

language (String)

emailOptOuts ([UserEmailConditionOptOutEnum!])

lastActiveProject (ID)


Input fields

Name Description

order (Int!)

clientId (String)

id (ID!)


Input fields

Name Description

title (String)

filters (LeadsFilterDataInputType!)


Input fields

Name Description

parentWidget (ID!)

conditions (GenericScalar!)


Input fields

Name Description

id (ID)

key (String!)

widgetId (WidgetWidgetTypeEnum!)

title (String!)

order (Int)

width (WidgetWidthTypeEnum)

version (Int!)

properties (GenericScalar)

conditional (WidgetConditionalGqlInputType)

clientId (String)


Input fields

Name Description

prediction (ID!)


Scalars

In this section

About scalars

Scalars are primitive values: Int, Float, String, Boolean, or ID.

When calling the GraphQL API, you must specify nested subfields until you return only scalars.

Boolean

The Boolean scalar type represents true or false.


Float

The Float scalar type represents signed double-precision fractional values as specified by IEEE 754.


ID

The ID scalar type represents a unique identifier, often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as "4") or integer (such as 4) input value will be accepted as an ID.


Int

The Int scalar type represents non-fractional signed whole numeric values. Int can represent values between -(2^31 - 1) and 2^31 - 1 since represented in JSON as double-precision floating point numbers specifiedby IEEE 754.


String

The String scalar type represents textual data, represented as UTF-8 character sequences. The String type is most often used by GraphQL to represent free-form human-readable text.