Documentation
¶
Index ¶
- func NewExecutableSchema(cfg Config) graphql.ExecutableSchema
- type AuditLogResolver
- type ComplexityRoot
- type Config
- type CreateEntityInputResolver
- type CreateGroupInputResolver
- type CreateMappedControlInputResolver
- type CreateOrganizationInputResolver
- type CreateTrustCenterInputResolver
- type DirectiveRoot
- type GroupResolver
- type MutationResolver
- type QueryResolver
- type ResolverRoot
- type SubscriptionResolver
- type UpdateActionPlanInputResolver
- type UpdateControlInputResolver
- type UpdateControlObjectiveInputResolver
- type UpdateEntityInputResolver
- type UpdateGroupInputResolver
- type UpdateInternalPolicyInputResolver
- type UpdateOrganizationInputResolver
- type UpdateProcedureInputResolver
- type UpdateProgramInputResolver
- type UpdateRiskInputResolver
- type UpdateStandardInputResolver
- type UpdateSubcontrolInputResolver
- type UpdateTFASettingInputResolver
- type UpdateTaskInputResolver
- type UpdateTrustCenterInputResolver
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewExecutableSchema ¶
func NewExecutableSchema(cfg Config) graphql.ExecutableSchema
NewExecutableSchema creates an ExecutableSchema from the ResolverRoot interface.
Types ¶
type AuditLogResolver ¶ added in v0.17.0
type ComplexityRoot ¶
type ComplexityRoot struct {
APIToken struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
ExpiresAt func(childComplexity int) int
ID func(childComplexity int) int
IsActive func(childComplexity int) int
LastUsedAt func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
RevokedAt func(childComplexity int) int
RevokedBy func(childComplexity int) int
RevokedReason func(childComplexity int) int
SSOAuthorizations func(childComplexity int) int
Scopes func(childComplexity int) int
Tags func(childComplexity int) int
Token func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
APITokenBulkCreatePayload struct {
APITokens func(childComplexity int) int
}
APITokenBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
APITokenConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
APITokenCreatePayload struct {
APIToken func(childComplexity int) int
}
APITokenDeletePayload struct {
DeletedID func(childComplexity int) int
}
APITokenEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
APITokenUpdatePayload struct {
APIToken func(childComplexity int) int
}
ActionPlan struct {
ActionPlanKind func(childComplexity int) int
ActionPlanKindID func(childComplexity int) int
ActionPlanKindName func(childComplexity int) int
ActionPlanType func(childComplexity int) int
ApprovalRequired func(childComplexity int) int
Approver func(childComplexity int) int
ApproverID func(childComplexity int) int
Blocked func(childComplexity int) int
BlockerReason func(childComplexity int) int
CompletedAt func(childComplexity int) int
ControlSuggestions func(childComplexity int) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Delegate func(childComplexity int) int
DelegateID func(childComplexity int) int
Description func(childComplexity int) int
Details func(childComplexity int) int
DismissedControlSuggestions func(childComplexity int) int
DismissedImprovementSuggestions func(childComplexity int) int
DismissedTagSuggestions func(childComplexity int) int
DueDate func(childComplexity int) int
File func(childComplexity int) int
FileID func(childComplexity int) int
Findings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingOrder, where *generated.FindingWhereInput) int
ID func(childComplexity int) int
ImprovementSuggestions func(childComplexity int) int
Integrations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.IntegrationOrder, where *generated.IntegrationWhereInput) int
InternalNotes func(childComplexity int) int
Metadata func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Priority func(childComplexity int) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
RawPayload func(childComplexity int) int
Remediations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RemediationOrder, where *generated.RemediationWhereInput) int
RequiresApproval func(childComplexity int) int
ReviewDue func(childComplexity int) int
ReviewFrequency func(childComplexity int) int
Reviews func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ReviewOrder, where *generated.ReviewWhereInput) int
Revision func(childComplexity int) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Source func(childComplexity int) int
Status func(childComplexity int) int
Summary func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
TagSuggestions func(childComplexity int) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
Title func(childComplexity int) int
URL func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Vulnerabilities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.VulnerabilityOrder, where *generated.VulnerabilityWhereInput) int
}
ActionPlanBulkCreatePayload struct {
ActionPlans func(childComplexity int) int
}
ActionPlanBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
ActionPlanBulkUpdatePayload struct {
ActionPlans func(childComplexity int) int
UpdatedIDs func(childComplexity int) int
}
ActionPlanConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ActionPlanCreatePayload struct {
ActionPlan func(childComplexity int) int
}
ActionPlanDeletePayload struct {
DeletedID func(childComplexity int) int
}
ActionPlanEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ActionPlanHistory struct {
ActionPlanKindID func(childComplexity int) int
ActionPlanKindName func(childComplexity int) int
ActionPlanType func(childComplexity int) int
ApprovalRequired func(childComplexity int) int
ApproverID func(childComplexity int) int
Blocked func(childComplexity int) int
BlockerReason func(childComplexity int) int
CompletedAt func(childComplexity int) int
ControlSuggestions func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DelegateID func(childComplexity int) int
Description func(childComplexity int) int
Details func(childComplexity int) int
DismissedControlSuggestions func(childComplexity int) int
DismissedImprovementSuggestions func(childComplexity int) int
DismissedTagSuggestions func(childComplexity int) int
DueDate func(childComplexity int) int
FileID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
ImprovementSuggestions func(childComplexity int) int
InternalNotes func(childComplexity int) int
Metadata func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Priority func(childComplexity int) int
RawPayload func(childComplexity int) int
Ref func(childComplexity int) int
RequiresApproval func(childComplexity int) int
ReviewDue func(childComplexity int) int
ReviewFrequency func(childComplexity int) int
Revision func(childComplexity int) int
Source func(childComplexity int) int
Status func(childComplexity int) int
Summary func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
TagSuggestions func(childComplexity int) int
Tags func(childComplexity int) int
Title func(childComplexity int) int
URL func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ActionPlanHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ActionPlanHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ActionPlanUpdatePayload struct {
ActionPlan func(childComplexity int) int
}
Assessment struct {
AssessmentResponses func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssessmentResponseOrder, where *generated.AssessmentResponseWhereInput) int
AssessmentType func(childComplexity int) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ID func(childComplexity int) int
Jsonconfig func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
ResponseDueDuration func(childComplexity int) int
Tags func(childComplexity int) int
Template func(childComplexity int) int
TemplateID func(childComplexity int) int
Uischema func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
}
AssessmentConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
AssessmentCreatePayload struct {
Assessment func(childComplexity int) int
}
AssessmentDeletePayload struct {
DeletedID func(childComplexity int) int
}
AssessmentEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
AssessmentHistory struct {
AssessmentType func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Jsonconfig func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
ResponseDueDuration func(childComplexity int) int
Tags func(childComplexity int) int
TemplateID func(childComplexity int) int
Uischema func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
AssessmentHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
AssessmentHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
AssessmentResponse struct {
Assessment func(childComplexity int) int
AssessmentID func(childComplexity int) int
AssignedAt func(childComplexity int) int
CompletedAt func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Document func(childComplexity int) int
DocumentDataID func(childComplexity int) int
DueDate func(childComplexity int) int
Email func(childComplexity int) int
ID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
SendAttempts func(childComplexity int) int
StartedAt func(childComplexity int) int
Status func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
AssessmentResponseConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
AssessmentResponseCreatePayload struct {
AssessmentResponse func(childComplexity int) int
}
AssessmentResponseDeletePayload struct {
DeletedID func(childComplexity int) int
}
AssessmentResponseEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
AssessmentResponseHistory struct {
AssessmentID func(childComplexity int) int
AssignedAt func(childComplexity int) int
CompletedAt func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DocumentDataID func(childComplexity int) int
DueDate func(childComplexity int) int
Email func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
SendAttempts func(childComplexity int) int
StartedAt func(childComplexity int) int
Status func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
AssessmentResponseHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
AssessmentResponseHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
AssessmentUpdatePayload struct {
Assessment func(childComplexity int) int
}
Asset struct {
AssetType func(childComplexity int) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Categories func(childComplexity int) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
Cpe func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Entities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
ID func(childComplexity int) int
Identifier func(childComplexity int) int
InternalNotes func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Scans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScanOrder, where *generated.ScanWhereInput) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Website func(childComplexity int) int
}
AssetBulkCreatePayload struct {
Assets func(childComplexity int) int
}
AssetBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
AssetConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
AssetCreatePayload struct {
Asset func(childComplexity int) int
}
AssetDeletePayload struct {
DeletedID func(childComplexity int) int
}
AssetEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
AssetHistory struct {
AssetType func(childComplexity int) int
Categories func(childComplexity int) int
Cpe func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Identifier func(childComplexity int) int
InternalNotes func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Website func(childComplexity int) int
}
AssetHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
AssetHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
AssetUpdatePayload struct {
Asset func(childComplexity int) int
}
AuditLog struct {
Changes func(childComplexity int) int
HistoryTime func(childComplexity int) int
Operation func(childComplexity int) int
RefID func(childComplexity int) int
Table func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
AuditLogConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
AuditLogEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
Contact struct {
Address func(childComplexity int) int
Company func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Email func(childComplexity int) int
Entities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
FullName func(childComplexity int) int
ID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
PhoneNumber func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ContactBulkCreatePayload struct {
Contacts func(childComplexity int) int
}
ContactBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
ContactBulkUpdatePayload struct {
Contacts func(childComplexity int) int
UpdatedIDs func(childComplexity int) int
}
ContactConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ContactCreatePayload struct {
Contact func(childComplexity int) int
}
ContactDeletePayload struct {
DeletedID func(childComplexity int) int
}
ContactEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ContactHistory struct {
Address func(childComplexity int) int
Company func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Email func(childComplexity int) int
FullName func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
PhoneNumber func(childComplexity int) int
Ref func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ContactHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ContactHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ContactUpdatePayload struct {
Contact func(childComplexity int) int
}
Control struct {
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
Aliases func(childComplexity int) int
AssessmentMethods func(childComplexity int) int
AssessmentObjectives func(childComplexity int) int
Assets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssetOrder, where *generated.AssetWhereInput) int
AuditorReferenceID func(childComplexity int) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Category func(childComplexity int) int
CategoryID func(childComplexity int) int
Comments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
ControlImplementations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlImplementationOrder, where *generated.ControlImplementationWhereInput) int
ControlKind func(childComplexity int) int
ControlKindID func(childComplexity int) int
ControlKindName func(childComplexity int) int
ControlMappings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingControlOrder, where *generated.FindingControlWhereInput) int
ControlObjectives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlObjectiveOrder, where *generated.ControlObjectiveWhereInput) int
ControlOwner func(childComplexity int) int
ControlOwnerID func(childComplexity int) int
ControlQuestions func(childComplexity int) int
ControlType func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Delegate func(childComplexity int) int
DelegateID func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Evidence func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EvidenceOrder, where *generated.EvidenceWhereInput) int
ExampleEvidence func(childComplexity int) int
Findings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingOrder, where *generated.FindingWhereInput) int
ID func(childComplexity int) int
ImplementationGuidance func(childComplexity int) int
InternalNotes func(childComplexity int) int
InternalPolicies func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
MappedCategories func(childComplexity int) int
Narratives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NarrativeOrder, where *generated.NarrativeWhereInput) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Procedures func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
RefCode func(childComplexity int) int
ReferenceFramework func(childComplexity int) int
ReferenceFrameworkRevision func(childComplexity int) int
ReferenceID func(childComplexity int) int
References func(childComplexity int) int
ResponsibleParty func(childComplexity int) int
ResponsiblePartyID func(childComplexity int) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Scans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScanOrder, where *generated.ScanWhereInput) int
ScheduledJobs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScheduledJobOrder, where *generated.ScheduledJobWhereInput) int
Source func(childComplexity int) int
Standard func(childComplexity int) int
StandardID func(childComplexity int) int
Status func(childComplexity int) int
Subcategory func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowObjectRefs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowObjectRefOrder, where *generated.WorkflowObjectRefWhereInput) int
}
ControlBulkCreatePayload struct {
Controls func(childComplexity int) int
}
ControlBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
ControlBulkUpdatePayload struct {
Controls func(childComplexity int) int
UpdatedIDs func(childComplexity int) int
}
ControlCategory struct {
Name func(childComplexity int) int
ReferenceFramework func(childComplexity int) int
}
ControlCategoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ControlCategoryEdge struct {
Node func(childComplexity int) int
}
ControlConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ControlCreatePayload struct {
Control func(childComplexity int) int
}
ControlDeletePayload struct {
DeletedID func(childComplexity int) int
}
ControlEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ControlGroup struct {
Category func(childComplexity int) int
Controls func(childComplexity int) int
}
ControlGroupConnection struct {
Edges func(childComplexity int) int
}
ControlGroupEdge struct {
Node func(childComplexity int) int
PageInfo func(childComplexity int) int
}
ControlHistory struct {
Aliases func(childComplexity int) int
AssessmentMethods func(childComplexity int) int
AssessmentObjectives func(childComplexity int) int
AuditorReferenceID func(childComplexity int) int
Category func(childComplexity int) int
CategoryID func(childComplexity int) int
ControlKindID func(childComplexity int) int
ControlKindName func(childComplexity int) int
ControlOwnerID func(childComplexity int) int
ControlQuestions func(childComplexity int) int
ControlType func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DelegateID func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
ExampleEvidence func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
ImplementationGuidance func(childComplexity int) int
InternalNotes func(childComplexity int) int
MappedCategories func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
RefCode func(childComplexity int) int
ReferenceFramework func(childComplexity int) int
ReferenceFrameworkRevision func(childComplexity int) int
ReferenceID func(childComplexity int) int
References func(childComplexity int) int
ResponsiblePartyID func(childComplexity int) int
Source func(childComplexity int) int
StandardID func(childComplexity int) int
Status func(childComplexity int) int
Subcategory func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ControlHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ControlHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ControlImplementation struct {
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Details func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ID func(childComplexity int) int
ImplementationDate func(childComplexity int) int
InternalNotes func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Status func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
VerificationDate func(childComplexity int) int
Verified func(childComplexity int) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
}
ControlImplementationBulkCreatePayload struct {
ControlImplementations func(childComplexity int) int
}
ControlImplementationBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
ControlImplementationConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ControlImplementationCreatePayload struct {
ControlImplementation func(childComplexity int) int
}
ControlImplementationDeletePayload struct {
DeletedID func(childComplexity int) int
}
ControlImplementationEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ControlImplementationHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Details func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
ImplementationDate func(childComplexity int) int
InternalNotes func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
Status func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
VerificationDate func(childComplexity int) int
Verified func(childComplexity int) int
}
ControlImplementationHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ControlImplementationHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ControlImplementationUpdatePayload struct {
ControlImplementation func(childComplexity int) int
}
ControlObjective struct {
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Category func(childComplexity int) int
ControlObjectiveType func(childComplexity int) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DesiredOutcome func(childComplexity int) int
DisplayID func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Evidence func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EvidenceOrder, where *generated.EvidenceWhereInput) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
InternalPolicies func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
Name func(childComplexity int) int
Narratives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NarrativeOrder, where *generated.NarrativeWhereInput) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Procedures func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
Revision func(childComplexity int) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Source func(childComplexity int) int
Status func(childComplexity int) int
Subcategory func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
}
ControlObjectiveBulkCreatePayload struct {
ControlObjectives func(childComplexity int) int
}
ControlObjectiveBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
ControlObjectiveConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ControlObjectiveCreatePayload struct {
ControlObjective func(childComplexity int) int
}
ControlObjectiveDeletePayload struct {
DeletedID func(childComplexity int) int
}
ControlObjectiveEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ControlObjectiveHistory struct {
Category func(childComplexity int) int
ControlObjectiveType func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DesiredOutcome func(childComplexity int) int
DisplayID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
Revision func(childComplexity int) int
Source func(childComplexity int) int
Status func(childComplexity int) int
Subcategory func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ControlObjectiveHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ControlObjectiveHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ControlObjectiveUpdatePayload struct {
ControlObjective func(childComplexity int) int
}
ControlUpdatePayload struct {
Control func(childComplexity int) int
}
CustomDomain struct {
CnameRecord func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DNSVerification func(childComplexity int) int
DNSVerificationID func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
MappableDomain func(childComplexity int) int
MappableDomainID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
CustomDomainBulkCreatePayload struct {
CustomDomains func(childComplexity int) int
}
CustomDomainBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
CustomDomainConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
CustomDomainCreatePayload struct {
CustomDomain func(childComplexity int) int
}
CustomDomainDeletePayload struct {
DeletedID func(childComplexity int) int
}
CustomDomainEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
CustomDomainHistory struct {
CnameRecord func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DNSVerificationID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
MappableDomainID func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
CustomDomainHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
CustomDomainHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
CustomDomainUpdatePayload struct {
CustomDomain func(childComplexity int) int
}
CustomTypeEnum struct {
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
Color func(childComplexity int) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
Field func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
InternalPolicies func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
Name func(childComplexity int) int
ObjectType func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Procedures func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
RiskCategories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
CustomTypeEnumBulkCreatePayload struct {
CustomTypeEnums func(childComplexity int) int
}
CustomTypeEnumConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
CustomTypeEnumCreatePayload struct {
CustomTypeEnum func(childComplexity int) int
}
CustomTypeEnumDeletePayload struct {
DeletedID func(childComplexity int) int
}
CustomTypeEnumEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
CustomTypeEnumUpdatePayload struct {
CustomTypeEnum func(childComplexity int) int
}
DNSVerification struct {
AcmeChallengePath func(childComplexity int) int
AcmeChallengeStatus func(childComplexity int) int
AcmeChallengeStatusReason func(childComplexity int) int
CloudflareHostnameID func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
CustomDomains func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.CustomDomainOrder, where *generated.CustomDomainWhereInput) int
DNSTxtRecord func(childComplexity int) int
DNSTxtValue func(childComplexity int) int
DNSVerificationStatus func(childComplexity int) int
DNSVerificationStatusReason func(childComplexity int) int
ExpectedAcmeChallengeValue func(childComplexity int) int
ID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
DNSVerificationBulkCreatePayload struct {
DNSVerifications func(childComplexity int) int
}
DNSVerificationBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
DNSVerificationConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
DNSVerificationCreatePayload struct {
DNSVerification func(childComplexity int) int
}
DNSVerificationDeletePayload struct {
DeletedID func(childComplexity int) int
}
DNSVerificationEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
DNSVerificationHistory struct {
AcmeChallengePath func(childComplexity int) int
AcmeChallengeStatus func(childComplexity int) int
AcmeChallengeStatusReason func(childComplexity int) int
CloudflareHostnameID func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DNSTxtRecord func(childComplexity int) int
DNSTxtValue func(childComplexity int) int
DNSVerificationStatus func(childComplexity int) int
DNSVerificationStatusReason func(childComplexity int) int
ExpectedAcmeChallengeValue func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
DNSVerificationHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
DNSVerificationHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
DNSVerificationUpdatePayload struct {
DNSVerification func(childComplexity int) int
}
DirectoryAccount struct {
AccountType func(childComplexity int) int
CanonicalEmail func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Department func(childComplexity int) int
DirectorySyncRun func(childComplexity int) int
DirectorySyncRunID func(childComplexity int) int
DisplayID func(childComplexity int) int
DisplayName func(childComplexity int) int
ExternalID func(childComplexity int) int
FamilyName func(childComplexity int) int
GivenName func(childComplexity int) int
Groups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryGroupOrder, where *generated.DirectoryGroupWhereInput) int
ID func(childComplexity int) int
Integration func(childComplexity int) int
IntegrationID func(childComplexity int) int
JobTitle func(childComplexity int) int
LastLoginAt func(childComplexity int) int
LastSeenIP func(childComplexity int) int
Memberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryMembershipOrder, where *generated.DirectoryMembershipWhereInput) int
MfaState func(childComplexity int) int
ObservedAt func(childComplexity int) int
OrganizationUnit func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Profile func(childComplexity int) int
ProfileHash func(childComplexity int) int
RawProfileFileID func(childComplexity int) int
SecondaryKey func(childComplexity int) int
SourceVersion func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowObjectRefs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowObjectRefOrder, where *generated.WorkflowObjectRefWhereInput) int
}
DirectoryAccountBulkCreatePayload struct {
DirectoryAccounts func(childComplexity int) int
}
DirectoryAccountConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
DirectoryAccountCreatePayload struct {
DirectoryAccount func(childComplexity int) int
}
DirectoryAccountDeletePayload struct {
DeletedID func(childComplexity int) int
}
DirectoryAccountEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
DirectoryAccountHistory struct {
AccountType func(childComplexity int) int
CanonicalEmail func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Department func(childComplexity int) int
DirectorySyncRunID func(childComplexity int) int
DisplayID func(childComplexity int) int
DisplayName func(childComplexity int) int
ExternalID func(childComplexity int) int
FamilyName func(childComplexity int) int
GivenName func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
IntegrationID func(childComplexity int) int
JobTitle func(childComplexity int) int
LastLoginAt func(childComplexity int) int
LastSeenIP func(childComplexity int) int
MfaState func(childComplexity int) int
ObservedAt func(childComplexity int) int
Operation func(childComplexity int) int
OrganizationUnit func(childComplexity int) int
OwnerID func(childComplexity int) int
Profile func(childComplexity int) int
ProfileHash func(childComplexity int) int
RawProfileFileID func(childComplexity int) int
Ref func(childComplexity int) int
SecondaryKey func(childComplexity int) int
SourceVersion func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
DirectoryAccountHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
DirectoryAccountHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
DirectoryAccountUpdatePayload struct {
DirectoryAccount func(childComplexity int) int
}
DirectoryGroup struct {
Accounts func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryAccountOrder, where *generated.DirectoryAccountWhereInput) int
Classification func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
DirectorySyncRun func(childComplexity int) int
DirectorySyncRunID func(childComplexity int) int
DisplayID func(childComplexity int) int
DisplayName func(childComplexity int) int
Email func(childComplexity int) int
ExternalID func(childComplexity int) int
ExternalSharingAllowed func(childComplexity int) int
ID func(childComplexity int) int
Integration func(childComplexity int) int
IntegrationID func(childComplexity int) int
MemberCount func(childComplexity int) int
Members func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryMembershipOrder, where *generated.DirectoryMembershipWhereInput) int
ObservedAt func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Profile func(childComplexity int) int
ProfileHash func(childComplexity int) int
RawProfileFileID func(childComplexity int) int
SourceVersion func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowObjectRefs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowObjectRefOrder, where *generated.WorkflowObjectRefWhereInput) int
}
DirectoryGroupBulkCreatePayload struct {
DirectoryGroups func(childComplexity int) int
}
DirectoryGroupConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
DirectoryGroupCreatePayload struct {
DirectoryGroup func(childComplexity int) int
}
DirectoryGroupDeletePayload struct {
DeletedID func(childComplexity int) int
}
DirectoryGroupEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
DirectoryGroupHistory struct {
Classification func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
DirectorySyncRunID func(childComplexity int) int
DisplayID func(childComplexity int) int
DisplayName func(childComplexity int) int
Email func(childComplexity int) int
ExternalID func(childComplexity int) int
ExternalSharingAllowed func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
IntegrationID func(childComplexity int) int
MemberCount func(childComplexity int) int
ObservedAt func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Profile func(childComplexity int) int
ProfileHash func(childComplexity int) int
RawProfileFileID func(childComplexity int) int
Ref func(childComplexity int) int
SourceVersion func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
DirectoryGroupHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
DirectoryGroupHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
DirectoryGroupUpdatePayload struct {
DirectoryGroup func(childComplexity int) int
}
DirectoryMembership struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DirectoryAccount func(childComplexity int) int
DirectoryAccountID func(childComplexity int) int
DirectoryGroup func(childComplexity int) int
DirectoryGroupID func(childComplexity int) int
DirectorySyncRun func(childComplexity int) int
DirectorySyncRunID func(childComplexity int) int
DisplayID func(childComplexity int) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
FirstSeenAt func(childComplexity int) int
ID func(childComplexity int) int
Integration func(childComplexity int) int
IntegrationID func(childComplexity int) int
LastConfirmedRunID func(childComplexity int) int
LastSeenAt func(childComplexity int) int
Metadata func(childComplexity int) int
ObservedAt func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Role func(childComplexity int) int
Source func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowObjectRefs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowObjectRefOrder, where *generated.WorkflowObjectRefWhereInput) int
}
DirectoryMembershipBulkCreatePayload struct {
DirectoryMemberships func(childComplexity int) int
}
DirectoryMembershipConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
DirectoryMembershipCreatePayload struct {
DirectoryMembership func(childComplexity int) int
}
DirectoryMembershipDeletePayload struct {
DeletedID func(childComplexity int) int
}
DirectoryMembershipEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
DirectoryMembershipHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DirectoryAccountID func(childComplexity int) int
DirectoryGroupID func(childComplexity int) int
DirectorySyncRunID func(childComplexity int) int
DisplayID func(childComplexity int) int
FirstSeenAt func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
IntegrationID func(childComplexity int) int
LastConfirmedRunID func(childComplexity int) int
LastSeenAt func(childComplexity int) int
Metadata func(childComplexity int) int
ObservedAt func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
Role func(childComplexity int) int
Source func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
DirectoryMembershipHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
DirectoryMembershipHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
DirectoryMembershipUpdatePayload struct {
DirectoryMembership func(childComplexity int) int
}
DirectorySyncRun struct {
CompletedAt func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DeltaCount func(childComplexity int) int
DirectoryAccounts func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryAccountOrder, where *generated.DirectoryAccountWhereInput) int
DirectoryGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryGroupOrder, where *generated.DirectoryGroupWhereInput) int
DirectoryMemberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryMembershipOrder, where *generated.DirectoryMembershipWhereInput) int
DisplayID func(childComplexity int) int
Error func(childComplexity int) int
FullCount func(childComplexity int) int
ID func(childComplexity int) int
Integration func(childComplexity int) int
IntegrationID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
RawManifestFileID func(childComplexity int) int
SourceCursor func(childComplexity int) int
StartedAt func(childComplexity int) int
Stats func(childComplexity int) int
Status func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
DirectorySyncRunBulkCreatePayload struct {
DirectorySyncRuns func(childComplexity int) int
}
DirectorySyncRunConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
DirectorySyncRunCreatePayload struct {
DirectorySyncRun func(childComplexity int) int
}
DirectorySyncRunDeletePayload struct {
DeletedID func(childComplexity int) int
}
DirectorySyncRunEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
DirectorySyncRunUpdatePayload struct {
DirectorySyncRun func(childComplexity int) int
}
DocumentData struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Data func(childComplexity int) int
Entities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
ID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Tags func(childComplexity int) int
Template func(childComplexity int) int
TemplateID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
DocumentDataBulkCreatePayload struct {
DocumentData func(childComplexity int) int
}
DocumentDataBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
DocumentDataConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
DocumentDataCreatePayload struct {
DocumentData func(childComplexity int) int
}
DocumentDataDeletePayload struct {
DeletedID func(childComplexity int) int
}
DocumentDataEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
DocumentDataHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Data func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
Tags func(childComplexity int) int
TemplateID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
DocumentDataHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
DocumentDataHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
DocumentDataUpdatePayload struct {
DocumentData func(childComplexity int) int
}
Entity struct {
Assets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssetOrder, where *generated.AssetWhereInput) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Contacts func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ContactOrder, where *generated.ContactWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
DisplayName func(childComplexity int) int
Documents func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DocumentDataOrder, where *generated.DocumentDataWhereInput) int
Domains func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
EntityType func(childComplexity int) int
EntityTypeID func(childComplexity int) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Name func(childComplexity int) int
Notes func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Scans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScanOrder, where *generated.ScanWhereInput) int
Status func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
}
EntityBulkCreatePayload struct {
Entities func(childComplexity int) int
}
EntityBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
EntityConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
EntityCreatePayload struct {
Entity func(childComplexity int) int
}
EntityDeletePayload struct {
DeletedID func(childComplexity int) int
}
EntityEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
EntityHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
DisplayName func(childComplexity int) int
Domains func(childComplexity int) int
EntityTypeID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
Status func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
EntityHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
EntityHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
EntityType struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Entities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
EntityTypeBulkCreatePayload struct {
EntityTypes func(childComplexity int) int
}
EntityTypeBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
EntityTypeConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
EntityTypeCreatePayload struct {
EntityType func(childComplexity int) int
}
EntityTypeDeletePayload struct {
DeletedID func(childComplexity int) int
}
EntityTypeEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
EntityTypeHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
EntityTypeHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
EntityTypeHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
EntityTypeUpdatePayload struct {
EntityType func(childComplexity int) int
}
EntityUpdatePayload struct {
Entity func(childComplexity int) int
}
Event struct {
CorrelationID func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
EventID func(childComplexity int) int
EventType func(childComplexity int) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
GroupMemberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupMembershipOrder, where *generated.GroupMembershipWhereInput) int
Groups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ID func(childComplexity int) int
Integrations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.IntegrationOrder, where *generated.IntegrationWhereInput) int
Invites func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InviteOrder, where *generated.InviteWhereInput) int
Metadata func(childComplexity int) int
OrgMemberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrgMembershipOrder, where *generated.OrgMembershipWhereInput) int
OrgSubscriptions func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.OrgSubscriptionOrder, where *generated.OrgSubscriptionWhereInput) int
Organizations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrganizationOrder, where *generated.OrganizationWhereInput) int
PersonalAccessTokens func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.PersonalAccessTokenOrder, where *generated.PersonalAccessTokenWhereInput) int
Secrets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.HushOrder, where *generated.HushWhereInput) int
Subscribers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubscriberOrder, where *generated.SubscriberWhereInput) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Users func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.UserOrder, where *generated.UserWhereInput) int
}
EventBulkCreatePayload struct {
Events func(childComplexity int) int
}
EventBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
EventConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
EventCreatePayload struct {
Event func(childComplexity int) int
}
EventDeletePayload struct {
DeletedID func(childComplexity int) int
}
EventEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
EventUpdatePayload struct {
Event func(childComplexity int) int
}
Evidence struct {
CollectionProcedure func(childComplexity int) int
ControlImplementations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlImplementationOrder, where *generated.ControlImplementationWhereInput) int
ControlObjectives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlObjectiveOrder, where *generated.ControlObjectiveWhereInput) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
CreationDate func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
ID func(childComplexity int) int
IsAutomated func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
RenewalDate func(childComplexity int) int
Source func(childComplexity int) int
Status func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
URL func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
EvidenceBulkCreatePayload struct {
Evidences func(childComplexity int) int
}
EvidenceConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
EvidenceCreatePayload struct {
Evidence func(childComplexity int) int
}
EvidenceDeletePayload struct {
DeletedID func(childComplexity int) int
}
EvidenceEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
EvidenceHistory struct {
CollectionProcedure func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
CreationDate func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
IsAutomated func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
RenewalDate func(childComplexity int) int
Source func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
URL func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
EvidenceHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
EvidenceHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
EvidenceUpdatePayload struct {
Evidence func(childComplexity int) int
}
Export struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
ErrorMessage func(childComplexity int) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
ExportType func(childComplexity int) int
Fields func(childComplexity int) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
Filters func(childComplexity int) int
Format func(childComplexity int) int
ID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
RequestorID func(childComplexity int) int
Status func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ExportBulkCreatePayload struct {
Exports func(childComplexity int) int
}
ExportBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
ExportConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ExportCreatePayload struct {
Export func(childComplexity int) int
}
ExportDeletePayload struct {
DeletedID func(childComplexity int) int
}
ExportEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ExportUpdatePayload struct {
Export func(childComplexity int) int
}
File struct {
CategoryType func(childComplexity int) int
Contact func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DetectedContentType func(childComplexity int) int
DetectedMimeType func(childComplexity int) int
Document func(childComplexity int) int
Entity func(childComplexity int) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
Evidence func(childComplexity int) int
Groups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ID func(childComplexity int) int
Integrations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.IntegrationOrder, where *generated.IntegrationWhereInput) int
InternalNotes func(childComplexity int) int
LastAccessedAt func(childComplexity int) int
Md5Hash func(childComplexity int) int
Metadata func(childComplexity int) int
Organization func(childComplexity int) int
OrganizationSetting func(childComplexity int) int
PersistedFileSize func(childComplexity int) int
PresignedURL func(childComplexity int) int
Program func(childComplexity int) int
ProvidedFileExtension func(childComplexity int) int
ProvidedFileName func(childComplexity int) int
ProvidedFileSize func(childComplexity int) int
Secrets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.HushOrder, where *generated.HushWhereInput) int
StoragePath func(childComplexity int) int
StorageProvider func(childComplexity int) int
StorageRegion func(childComplexity int) int
StorageScheme func(childComplexity int) int
StorageVolume func(childComplexity int) int
StoreKey func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Template func(childComplexity int) int
TrustCenterSetting func(childComplexity int) int
URI func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
FileConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
FileDeletePayload struct {
DeletedID func(childComplexity int) int
}
FileEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
FileHistory struct {
CategoryType func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DetectedContentType func(childComplexity int) int
DetectedMimeType func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
LastAccessedAt func(childComplexity int) int
Md5Hash func(childComplexity int) int
Metadata func(childComplexity int) int
Operation func(childComplexity int) int
PersistedFileSize func(childComplexity int) int
ProvidedFileExtension func(childComplexity int) int
ProvidedFileName func(childComplexity int) int
ProvidedFileSize func(childComplexity int) int
Ref func(childComplexity int) int
StoragePath func(childComplexity int) int
StorageProvider func(childComplexity int) int
StorageRegion func(childComplexity int) int
StorageScheme func(childComplexity int) int
StorageVolume func(childComplexity int) int
StoreKey func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
URI func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
FileHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
FileHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
Finding struct {
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
AssessmentID func(childComplexity int) int
Assets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssetOrder, where *generated.AssetWhereInput) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
BlocksProduction func(childComplexity int) int
Categories func(childComplexity int) int
Category func(childComplexity int) int
Comments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
ControlMappings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingControlOrder, where *generated.FindingControlWhereInput) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
DisplayName func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Entities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
EventTime func(childComplexity int) int
Exploitability func(childComplexity int) int
ExternalID func(childComplexity int) int
ExternalOwnerID func(childComplexity int) int
ExternalURI func(childComplexity int) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
FindingClass func(childComplexity int) int
ID func(childComplexity int) int
Impact func(childComplexity int) int
Integrations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.IntegrationOrder, where *generated.IntegrationWhereInput) int
InternalNotes func(childComplexity int) int
Metadata func(childComplexity int) int
NumericSeverity func(childComplexity int) int
Open func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Priority func(childComplexity int) int
Production func(childComplexity int) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
Public func(childComplexity int) int
RawPayload func(childComplexity int) int
Recommendation func(childComplexity int) int
RecommendedActions func(childComplexity int) int
References func(childComplexity int) int
RemediationSLA func(childComplexity int) int
Remediations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RemediationOrder, where *generated.RemediationWhereInput) int
ReportedAt func(childComplexity int) int
ResourceName func(childComplexity int) int
Reviews func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ReviewOrder, where *generated.ReviewWhereInput) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Scans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScanOrder, where *generated.ScanWhereInput) int
Score func(childComplexity int) int
Severity func(childComplexity int) int
Source func(childComplexity int) int
SourceUpdatedAt func(childComplexity int) int
State func(childComplexity int) int
Status func(childComplexity int) int
StepsToReproduce func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
TargetDetails func(childComplexity int) int
Targets func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Validated func(childComplexity int) int
Vector func(childComplexity int) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Vulnerabilities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.VulnerabilityOrder, where *generated.VulnerabilityWhereInput) int
WorkflowObjectRefs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowObjectRefOrder, where *generated.WorkflowObjectRefWhereInput) int
}
FindingBulkCreatePayload struct {
Findings func(childComplexity int) int
}
FindingConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
FindingControl struct {
Control func(childComplexity int) int
ControlID func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DiscoveredAt func(childComplexity int) int
ExternalControlID func(childComplexity int) int
ExternalStandard func(childComplexity int) int
ExternalStandardVersion func(childComplexity int) int
Finding func(childComplexity int) int
FindingID func(childComplexity int) int
ID func(childComplexity int) int
Metadata func(childComplexity int) int
Source func(childComplexity int) int
Standard func(childComplexity int) int
StandardID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
FindingControlBulkCreatePayload struct {
FindingControls func(childComplexity int) int
}
FindingControlConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
FindingControlCreatePayload struct {
FindingControl func(childComplexity int) int
}
FindingControlDeletePayload struct {
DeletedID func(childComplexity int) int
}
FindingControlEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
FindingControlHistory struct {
ControlID func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DiscoveredAt func(childComplexity int) int
ExternalControlID func(childComplexity int) int
ExternalStandard func(childComplexity int) int
ExternalStandardVersion func(childComplexity int) int
FindingID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Metadata func(childComplexity int) int
Operation func(childComplexity int) int
Ref func(childComplexity int) int
Source func(childComplexity int) int
StandardID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
FindingControlHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
FindingControlHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
FindingControlUpdatePayload struct {
FindingControl func(childComplexity int) int
}
FindingCreatePayload struct {
Finding func(childComplexity int) int
}
FindingDeletePayload struct {
DeletedID func(childComplexity int) int
}
FindingEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
FindingHistory struct {
AssessmentID func(childComplexity int) int
BlocksProduction func(childComplexity int) int
Categories func(childComplexity int) int
Category func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
DisplayName func(childComplexity int) int
EventTime func(childComplexity int) int
Exploitability func(childComplexity int) int
ExternalID func(childComplexity int) int
ExternalOwnerID func(childComplexity int) int
ExternalURI func(childComplexity int) int
FindingClass func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Impact func(childComplexity int) int
InternalNotes func(childComplexity int) int
Metadata func(childComplexity int) int
NumericSeverity func(childComplexity int) int
Open func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Priority func(childComplexity int) int
Production func(childComplexity int) int
Public func(childComplexity int) int
RawPayload func(childComplexity int) int
Recommendation func(childComplexity int) int
RecommendedActions func(childComplexity int) int
Ref func(childComplexity int) int
References func(childComplexity int) int
RemediationSLA func(childComplexity int) int
ReportedAt func(childComplexity int) int
ResourceName func(childComplexity int) int
Score func(childComplexity int) int
Severity func(childComplexity int) int
Source func(childComplexity int) int
SourceUpdatedAt func(childComplexity int) int
State func(childComplexity int) int
Status func(childComplexity int) int
StepsToReproduce func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
TargetDetails func(childComplexity int) int
Targets func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Validated func(childComplexity int) int
Vector func(childComplexity int) int
}
FindingHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
FindingHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
FindingUpdatePayload struct {
Finding func(childComplexity int) int
}
Group struct {
ControlBlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
ControlEditors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
ControlImplementationBlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlImplementationOrder, where *generated.ControlImplementationWhereInput) int
ControlImplementationEditors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlImplementationOrder, where *generated.ControlImplementationWhereInput) int
ControlImplementationViewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlImplementationOrder, where *generated.ControlImplementationWhereInput) int
ControlObjectiveBlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlObjectiveOrder, where *generated.ControlObjectiveWhereInput) int
ControlObjectiveEditors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlObjectiveOrder, where *generated.ControlObjectiveWhereInput) int
ControlObjectiveViewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlObjectiveOrder, where *generated.ControlObjectiveWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
DisplayName func(childComplexity int) int
EntityBlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
EntityEditors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
EntityViewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
GravatarLogoURL func(childComplexity int) int
ID func(childComplexity int) int
Integrations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.IntegrationOrder, where *generated.IntegrationWhereInput) int
InternalPolicyBlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
InternalPolicyEditors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
IsManaged func(childComplexity int) int
LogoURL func(childComplexity int) int
MappedControlBlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.MappedControlOrder, where *generated.MappedControlWhereInput) int
MappedControlEditors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.MappedControlOrder, where *generated.MappedControlWhereInput) int
Members func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupMembershipOrder, where *generated.GroupMembershipWhereInput) int
Name func(childComplexity int) int
NarrativeBlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NarrativeOrder, where *generated.NarrativeWhereInput) int
NarrativeEditors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NarrativeOrder, where *generated.NarrativeWhereInput) int
NarrativeViewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NarrativeOrder, where *generated.NarrativeWhereInput) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Permissions func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
ProcedureBlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
ProcedureEditors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
ProgramBlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
ProgramEditors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
ProgramViewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
RiskBlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
RiskEditors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
RiskViewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
ScanBlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScanOrder, where *generated.ScanWhereInput) int
ScanEditors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScanOrder, where *generated.ScanWhereInput) int
ScanViewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScanOrder, where *generated.ScanWhereInput) int
ScimActive func(childComplexity int) int
ScimDisplayName func(childComplexity int) int
ScimExternalID func(childComplexity int) int
ScimGroupMailing func(childComplexity int) int
Setting func(childComplexity int) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Users func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.UserOrder, where *generated.UserWhereInput) int
}
GroupBulkCreatePayload struct {
Groups func(childComplexity int) int
}
GroupBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
GroupConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
GroupCreatePayload struct {
Group func(childComplexity int) int
}
GroupDeletePayload struct {
DeletedID func(childComplexity int) int
}
GroupEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
GroupHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
DisplayName func(childComplexity int) int
GravatarLogoURL func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
IsManaged func(childComplexity int) int
LogoURL func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
ScimActive func(childComplexity int) int
ScimDisplayName func(childComplexity int) int
ScimExternalID func(childComplexity int) int
ScimGroupMailing func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
GroupHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
GroupHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
GroupMembership struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
Group func(childComplexity int) int
GroupID func(childComplexity int) int
ID func(childComplexity int) int
Role func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
User func(childComplexity int) int
UserID func(childComplexity int) int
}
GroupMembershipBulkCreatePayload struct {
GroupMemberships func(childComplexity int) int
}
GroupMembershipBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
GroupMembershipConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
GroupMembershipCreatePayload struct {
GroupMembership func(childComplexity int) int
}
GroupMembershipDeletePayload struct {
DeletedID func(childComplexity int) int
}
GroupMembershipEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
GroupMembershipHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
GroupID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
Ref func(childComplexity int) int
Role func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
UserID func(childComplexity int) int
}
GroupMembershipHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
GroupMembershipHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
GroupMembershipUpdatePayload struct {
GroupMembership func(childComplexity int) int
}
GroupPermission struct {
DisplayID func(childComplexity int) int
ID func(childComplexity int) int
Name func(childComplexity int) int
ObjectType func(childComplexity int) int
Permissions func(childComplexity int) int
}
GroupPermissionConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
GroupPermissionEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
GroupSetting struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Group func(childComplexity int) int
GroupID func(childComplexity int) int
ID func(childComplexity int) int
JoinPolicy func(childComplexity int) int
SyncToGithub func(childComplexity int) int
SyncToSlack func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Visibility func(childComplexity int) int
}
GroupSettingBulkCreatePayload struct {
GroupSettings func(childComplexity int) int
}
GroupSettingBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
GroupSettingConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
GroupSettingCreatePayload struct {
GroupSetting func(childComplexity int) int
}
GroupSettingDeletePayload struct {
DeletedID func(childComplexity int) int
}
GroupSettingEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
GroupSettingHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
GroupID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
JoinPolicy func(childComplexity int) int
Operation func(childComplexity int) int
Ref func(childComplexity int) int
SyncToGithub func(childComplexity int) int
SyncToSlack func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Visibility func(childComplexity int) int
}
GroupSettingHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
GroupSettingHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
GroupSettingUpdatePayload struct {
GroupSetting func(childComplexity int) int
}
GroupUpdatePayload struct {
Group func(childComplexity int) int
}
Hush struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
CredentialSet func(childComplexity int) int
Description func(childComplexity int) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
ExpiresAt func(childComplexity int) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
ID func(childComplexity int) int
Integrations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.IntegrationOrder, where *generated.IntegrationWhereInput) int
InternalNotes func(childComplexity int) int
Kind func(childComplexity int) int
LastUsedAt func(childComplexity int) int
Metadata func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
SecretName func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
HushBulkCreatePayload struct {
Hushes func(childComplexity int) int
}
HushBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
HushBulkUpdatePayload struct {
Hushes func(childComplexity int) int
UpdatedIDs func(childComplexity int) int
}
HushConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
HushCreatePayload struct {
Hush func(childComplexity int) int
}
HushDeletePayload struct {
DeletedID func(childComplexity int) int
}
HushEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
HushHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
CredentialSet func(childComplexity int) int
Description func(childComplexity int) int
ExpiresAt func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Kind func(childComplexity int) int
LastUsedAt func(childComplexity int) int
Metadata func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
SecretName func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
HushHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
HushHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
HushUpdatePayload struct {
Hush func(childComplexity int) int
}
Integration struct {
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
DirectoryAccounts func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryAccountOrder, where *generated.DirectoryAccountWhereInput) int
DirectoryGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryGroupOrder, where *generated.DirectoryGroupWhereInput) int
DirectoryMemberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryMembershipOrder, where *generated.DirectoryMembershipWhereInput) int
DirectorySyncRuns func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectorySyncRunOrder, where *generated.DirectorySyncRunWhereInput) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
Findings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingOrder, where *generated.FindingWhereInput) int
ID func(childComplexity int) int
IntegrationType func(childComplexity int) int
InternalNotes func(childComplexity int) int
Kind func(childComplexity int) int
Metadata func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Remediations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RemediationOrder, where *generated.RemediationWhereInput) int
Reviews func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ReviewOrder, where *generated.ReviewWhereInput) int
Secrets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.HushOrder, where *generated.HushWhereInput) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Vulnerabilities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.VulnerabilityOrder, where *generated.VulnerabilityWhereInput) int
}
IntegrationConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
IntegrationDeletePayload struct {
DeletedID func(childComplexity int) int
}
IntegrationEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
IntegrationHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
IntegrationType func(childComplexity int) int
InternalNotes func(childComplexity int) int
Kind func(childComplexity int) int
Metadata func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
IntegrationHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
IntegrationHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
InternalPolicy struct {
ApprovalRequired func(childComplexity int) int
Approver func(childComplexity int) int
ApproverID func(childComplexity int) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Comments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
ControlImplementations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlImplementationOrder, where *generated.ControlImplementationWhereInput) int
ControlObjectives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlObjectiveOrder, where *generated.ControlObjectiveWhereInput) int
ControlSuggestions func(childComplexity int) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Delegate func(childComplexity int) int
DelegateID func(childComplexity int) int
Details func(childComplexity int) int
DismissedControlSuggestions func(childComplexity int) int
DismissedImprovementSuggestions func(childComplexity int) int
DismissedTagSuggestions func(childComplexity int) int
DisplayID func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
File func(childComplexity int) int
FileID func(childComplexity int) int
ID func(childComplexity int) int
ImprovementSuggestions func(childComplexity int) int
InternalNotes func(childComplexity int) int
InternalPolicyKind func(childComplexity int) int
InternalPolicyKindID func(childComplexity int) int
InternalPolicyKindName func(childComplexity int) int
Name func(childComplexity int) int
Narratives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NarrativeOrder, where *generated.NarrativeWhereInput) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
PolicyType func(childComplexity int) int
Procedures func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
ReviewDue func(childComplexity int) int
ReviewFrequency func(childComplexity int) int
Revision func(childComplexity int) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Status func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
Summary func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
TagSuggestions func(childComplexity int) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
URL func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowObjectRefs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowObjectRefOrder, where *generated.WorkflowObjectRefWhereInput) int
}
InternalPolicyBulkCreatePayload struct {
InternalPolicies func(childComplexity int) int
}
InternalPolicyBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
InternalPolicyBulkUpdatePayload struct {
InternalPolicies func(childComplexity int) int
UpdatedIDs func(childComplexity int) int
}
InternalPolicyConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
InternalPolicyCreatePayload struct {
InternalPolicy func(childComplexity int) int
}
InternalPolicyDeletePayload struct {
DeletedID func(childComplexity int) int
}
InternalPolicyEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
InternalPolicyHistory struct {
ApprovalRequired func(childComplexity int) int
ApproverID func(childComplexity int) int
ControlSuggestions func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DelegateID func(childComplexity int) int
Details func(childComplexity int) int
DismissedControlSuggestions func(childComplexity int) int
DismissedImprovementSuggestions func(childComplexity int) int
DismissedTagSuggestions func(childComplexity int) int
DisplayID func(childComplexity int) int
FileID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
ImprovementSuggestions func(childComplexity int) int
InternalNotes func(childComplexity int) int
InternalPolicyKindID func(childComplexity int) int
InternalPolicyKindName func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
PolicyType func(childComplexity int) int
Ref func(childComplexity int) int
ReviewDue func(childComplexity int) int
ReviewFrequency func(childComplexity int) int
Revision func(childComplexity int) int
Status func(childComplexity int) int
Summary func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
TagSuggestions func(childComplexity int) int
Tags func(childComplexity int) int
URL func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
InternalPolicyHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
InternalPolicyHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
InternalPolicyUpdatePayload struct {
InternalPolicy func(childComplexity int) int
}
Invite struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
Expires func(childComplexity int) int
Groups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
OwnershipTransfer func(childComplexity int) int
Recipient func(childComplexity int) int
RequestorID func(childComplexity int) int
Role func(childComplexity int) int
SendAttempts func(childComplexity int) int
Status func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
InviteBulkCreatePayload struct {
Invites func(childComplexity int) int
}
InviteBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
InviteConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
InviteCreatePayload struct {
Invite func(childComplexity int) int
}
InviteDeletePayload struct {
DeletedID func(childComplexity int) int
}
InviteEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
InviteUpdatePayload struct {
Invite func(childComplexity int) int
}
JobResult struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
ExitCode func(childComplexity int) int
File func(childComplexity int) int
FileID func(childComplexity int) int
FinishedAt func(childComplexity int) int
ID func(childComplexity int) int
Log func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
ScheduledJob func(childComplexity int) int
ScheduledJobID func(childComplexity int) int
StartedAt func(childComplexity int) int
Status func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
JobResultConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
JobResultCreatePayload struct {
JobResult func(childComplexity int) int
}
JobResultDeletePayload struct {
DeletedID func(childComplexity int) int
}
JobResultEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
JobResultUpdatePayload struct {
JobResult func(childComplexity int) int
}
JobRunner struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DisplayID func(childComplexity int) int
ID func(childComplexity int) int
IPAddress func(childComplexity int) int
InternalNotes func(childComplexity int) int
JobRunnerTokens func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobRunnerTokenOrder, where *generated.JobRunnerTokenWhereInput) int
LastSeen func(childComplexity int) int
Name func(childComplexity int) int
Os func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Status func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Version func(childComplexity int) int
}
JobRunnerConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
JobRunnerCreatePayload struct {
JobRunner func(childComplexity int) int
}
JobRunnerDeletePayload struct {
DeletedID func(childComplexity int) int
}
JobRunnerEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
JobRunnerRegistrationToken struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
ExpiresAt func(childComplexity int) int
ID func(childComplexity int) int
JobRunner func(childComplexity int) int
JobRunnerID func(childComplexity int) int
LastUsedAt func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Tags func(childComplexity int) int
Token func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
JobRunnerRegistrationTokenBulkCreatePayload struct {
JobRunnerRegistrationTokens func(childComplexity int) int
}
JobRunnerRegistrationTokenConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
JobRunnerRegistrationTokenCreatePayload struct {
JobRunnerRegistrationToken func(childComplexity int) int
}
JobRunnerRegistrationTokenDeletePayload struct {
DeletedID func(childComplexity int) int
}
JobRunnerRegistrationTokenEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
JobRunnerToken struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
ExpiresAt func(childComplexity int) int
ID func(childComplexity int) int
IsActive func(childComplexity int) int
JobRunners func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobRunnerOrder, where *generated.JobRunnerWhereInput) int
LastUsedAt func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
RevokedAt func(childComplexity int) int
RevokedBy func(childComplexity int) int
RevokedReason func(childComplexity int) int
Tags func(childComplexity int) int
Token func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
JobRunnerTokenConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
JobRunnerTokenCreatePayload struct {
JobRunnerToken func(childComplexity int) int
}
JobRunnerTokenDeletePayload struct {
DeletedID func(childComplexity int) int
}
JobRunnerTokenEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
JobRunnerTokenUpdatePayload struct {
JobRunnerToken func(childComplexity int) int
}
JobRunnerUpdatePayload struct {
JobRunner func(childComplexity int) int
}
JobTemplate struct {
Configuration func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Cron func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
DownloadURL func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Platform func(childComplexity int) int
ScheduledJobs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScheduledJobOrder, where *generated.ScheduledJobWhereInput) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
JobTemplateBulkCreatePayload struct {
JobTemplates func(childComplexity int) int
}
JobTemplateBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
JobTemplateConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
JobTemplateCreatePayload struct {
JobTemplate func(childComplexity int) int
}
JobTemplateDeletePayload struct {
DeletedID func(childComplexity int) int
}
JobTemplateEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
JobTemplateHistory struct {
Configuration func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Cron func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
DownloadURL func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Platform func(childComplexity int) int
Ref func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
JobTemplateHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
JobTemplateHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
JobTemplateUpdatePayload struct {
JobTemplate func(childComplexity int) int
}
MappableDomain struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
CustomDomains func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.CustomDomainOrder, where *generated.CustomDomainWhereInput) int
ID func(childComplexity int) int
Name func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
ZoneID func(childComplexity int) int
}
MappableDomainBulkCreatePayload struct {
MappableDomains func(childComplexity int) int
}
MappableDomainBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
MappableDomainConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
MappableDomainCreatePayload struct {
MappableDomain func(childComplexity int) int
}
MappableDomainDeletePayload struct {
DeletedID func(childComplexity int) int
}
MappableDomainEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
MappableDomainHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
Ref func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
ZoneID func(childComplexity int) int
}
MappableDomainHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
MappableDomainHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
MappableDomainUpdatePayload struct {
MappableDomain func(childComplexity int) int
}
MappedControl struct {
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Confidence func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
FromControls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
FromSubcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
MappingType func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Relation func(childComplexity int) int
Source func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
ToControls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
ToSubcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
MappedControlBulkCreatePayload struct {
MappedControls func(childComplexity int) int
}
MappedControlBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
MappedControlConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
MappedControlCreatePayload struct {
MappedControl func(childComplexity int) int
}
MappedControlDeletePayload struct {
DeletedID func(childComplexity int) int
}
MappedControlEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
MappedControlHistory struct {
Confidence func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
MappingType func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
Relation func(childComplexity int) int
Source func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
MappedControlHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
MappedControlHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
MappedControlUpdatePayload struct {
MappedControl func(childComplexity int) int
}
Mutation struct {
CloneBulkCSVControl func(childComplexity int, input graphql.Upload) int
CreateAPIToken func(childComplexity int, input generated.CreateAPITokenInput) int
CreateActionPlan func(childComplexity int, input generated.CreateActionPlanInput) int
CreateAssessment func(childComplexity int, input generated.CreateAssessmentInput) int
CreateAssessmentResponse func(childComplexity int, input generated.CreateAssessmentResponseInput) int
CreateAsset func(childComplexity int, input generated.CreateAssetInput) int
CreateBulkAPIToken func(childComplexity int, input []*generated.CreateAPITokenInput) int
CreateBulkActionPlan func(childComplexity int, input []*generated.CreateActionPlanInput) int
CreateBulkAsset func(childComplexity int, input []*generated.CreateAssetInput) int
CreateBulkCSVAPIToken func(childComplexity int, input graphql.Upload) int
CreateBulkCSVActionPlan func(childComplexity int, input graphql.Upload) int
CreateBulkCSVAsset func(childComplexity int, input graphql.Upload) int
CreateBulkCSVContact func(childComplexity int, input graphql.Upload) int
CreateBulkCSVControl func(childComplexity int, input graphql.Upload) int
CreateBulkCSVControlImplementation func(childComplexity int, input graphql.Upload) int
CreateBulkCSVControlObjective func(childComplexity int, input graphql.Upload) int
CreateBulkCSVCustomDomain func(childComplexity int, input graphql.Upload) int
CreateBulkCSVCustomTypeEnum func(childComplexity int, input graphql.Upload) int
CreateBulkCSVDNSVerification func(childComplexity int, input graphql.Upload) int
CreateBulkCSVDirectoryAccount func(childComplexity int, input graphql.Upload) int
CreateBulkCSVDirectoryGroup func(childComplexity int, input graphql.Upload) int
CreateBulkCSVDirectoryMembership func(childComplexity int, input graphql.Upload) int
CreateBulkCSVDirectorySyncRun func(childComplexity int, input graphql.Upload) int
CreateBulkCSVDocumentData func(childComplexity int, input graphql.Upload) int
CreateBulkCSVEntity func(childComplexity int, input graphql.Upload) int
CreateBulkCSVEntityType func(childComplexity int, input graphql.Upload) int
CreateBulkCSVEvent func(childComplexity int, input graphql.Upload) int
CreateBulkCSVFinding func(childComplexity int, input graphql.Upload) int
CreateBulkCSVFindingControl func(childComplexity int, input graphql.Upload) int
CreateBulkCSVGroup func(childComplexity int, input graphql.Upload) int
CreateBulkCSVGroupMembership func(childComplexity int, input graphql.Upload) int
CreateBulkCSVGroupSetting func(childComplexity int, input graphql.Upload) int
CreateBulkCSVHush func(childComplexity int, input graphql.Upload) int
CreateBulkCSVInternalPolicy func(childComplexity int, input graphql.Upload) int
CreateBulkCSVInvite func(childComplexity int, input graphql.Upload) int
CreateBulkCSVJobTemplate func(childComplexity int, input graphql.Upload) int
CreateBulkCSVMappableDomain func(childComplexity int, input graphql.Upload) int
CreateBulkCSVMappedControl func(childComplexity int, input graphql.Upload) int
CreateBulkCSVNarrative func(childComplexity int, input graphql.Upload) int
CreateBulkCSVOrgMembership func(childComplexity int, input graphql.Upload) int
CreateBulkCSVOrganizationSetting func(childComplexity int, input graphql.Upload) int
CreateBulkCSVProcedure func(childComplexity int, input graphql.Upload) int
CreateBulkCSVProgram func(childComplexity int, input graphql.Upload) int
CreateBulkCSVProgramMembership func(childComplexity int, input graphql.Upload) int
CreateBulkCSVRemediation func(childComplexity int, input graphql.Upload) int
CreateBulkCSVReview func(childComplexity int, input graphql.Upload) int
CreateBulkCSVRisk func(childComplexity int, input graphql.Upload) int
CreateBulkCSVScan func(childComplexity int, input graphql.Upload) int
CreateBulkCSVScheduledJob func(childComplexity int, input graphql.Upload) int
CreateBulkCSVSubcontrol func(childComplexity int, input graphql.Upload) int
CreateBulkCSVSubprocessor func(childComplexity int, input graphql.Upload) int
CreateBulkCSVSubscriber func(childComplexity int, input graphql.Upload) int
CreateBulkCSVTagDefinition func(childComplexity int, input graphql.Upload) int
CreateBulkCSVTask func(childComplexity int, input graphql.Upload) int
CreateBulkCSVTemplate func(childComplexity int, input graphql.Upload) int
CreateBulkCSVTrustCenterCompliance func(childComplexity int, input graphql.Upload) int
CreateBulkCSVTrustCenterDoc func(childComplexity int, input graphql.Upload) int
CreateBulkCSVTrustCenterSubprocessor func(childComplexity int, input graphql.Upload) int
CreateBulkCSVUserSetting func(childComplexity int, input graphql.Upload) int
CreateBulkCSVVulnerability func(childComplexity int, input graphql.Upload) int
CreateBulkCSVWorkflowAssignment func(childComplexity int, input graphql.Upload) int
CreateBulkCSVWorkflowAssignmentTarget func(childComplexity int, input graphql.Upload) int
CreateBulkCSVWorkflowDefinition func(childComplexity int, input graphql.Upload) int
CreateBulkCSVWorkflowEvent func(childComplexity int, input graphql.Upload) int
CreateBulkCSVWorkflowInstance func(childComplexity int, input graphql.Upload) int
CreateBulkCSVWorkflowObjectRef func(childComplexity int, input graphql.Upload) int
CreateBulkContact func(childComplexity int, input []*generated.CreateContactInput) int
CreateBulkControl func(childComplexity int, input []*generated.CreateControlInput) int
CreateBulkControlImplementation func(childComplexity int, input []*generated.CreateControlImplementationInput) int
CreateBulkControlObjective func(childComplexity int, input []*generated.CreateControlObjectiveInput) int
CreateBulkCustomDomain func(childComplexity int, input []*generated.CreateCustomDomainInput) int
CreateBulkCustomTypeEnum func(childComplexity int, input []*generated.CreateCustomTypeEnumInput) int
CreateBulkDNSVerification func(childComplexity int, input []*generated.CreateDNSVerificationInput) int
CreateBulkDirectoryAccount func(childComplexity int, input []*generated.CreateDirectoryAccountInput) int
CreateBulkDirectoryGroup func(childComplexity int, input []*generated.CreateDirectoryGroupInput) int
CreateBulkDirectoryMembership func(childComplexity int, input []*generated.CreateDirectoryMembershipInput) int
CreateBulkDirectorySyncRun func(childComplexity int, input []*generated.CreateDirectorySyncRunInput) int
CreateBulkDocumentData func(childComplexity int, input []*generated.CreateDocumentDataInput) int
CreateBulkEntity func(childComplexity int, input []*generated.CreateEntityInput) int
CreateBulkEntityType func(childComplexity int, input []*generated.CreateEntityTypeInput) int
CreateBulkEvent func(childComplexity int, input []*generated.CreateEventInput) int
CreateBulkFinding func(childComplexity int, input []*generated.CreateFindingInput) int
CreateBulkFindingControl func(childComplexity int, input []*generated.CreateFindingControlInput) int
CreateBulkGroup func(childComplexity int, input []*generated.CreateGroupInput) int
CreateBulkGroupMembership func(childComplexity int, input []*generated.CreateGroupMembershipInput) int
CreateBulkGroupSetting func(childComplexity int, input []*generated.CreateGroupSettingInput) int
CreateBulkHush func(childComplexity int, input []*generated.CreateHushInput) int
CreateBulkInternalPolicy func(childComplexity int, input []*generated.CreateInternalPolicyInput) int
CreateBulkInvite func(childComplexity int, input []*generated.CreateInviteInput) int
CreateBulkJobTemplate func(childComplexity int, input []*generated.CreateJobTemplateInput) int
CreateBulkMappableDomain func(childComplexity int, input []*generated.CreateMappableDomainInput) int
CreateBulkMappedControl func(childComplexity int, input []*generated.CreateMappedControlInput) int
CreateBulkNarrative func(childComplexity int, input []*generated.CreateNarrativeInput) int
CreateBulkOrgMembership func(childComplexity int, input []*generated.CreateOrgMembershipInput) int
CreateBulkOrganizationSetting func(childComplexity int, input []*generated.CreateOrganizationSettingInput) int
CreateBulkProcedure func(childComplexity int, input []*generated.CreateProcedureInput) int
CreateBulkProgram func(childComplexity int, input []*generated.CreateProgramInput) int
CreateBulkProgramMembership func(childComplexity int, input []*generated.CreateProgramMembershipInput) int
CreateBulkRemediation func(childComplexity int, input []*generated.CreateRemediationInput) int
CreateBulkReview func(childComplexity int, input []*generated.CreateReviewInput) int
CreateBulkRisk func(childComplexity int, input []*generated.CreateRiskInput) int
CreateBulkScan func(childComplexity int, input []*generated.CreateScanInput) int
CreateBulkScheduledJob func(childComplexity int, input []*generated.CreateScheduledJobInput) int
CreateBulkSubcontrol func(childComplexity int, input []*generated.CreateSubcontrolInput) int
CreateBulkSubprocessor func(childComplexity int, input []*generated.CreateSubprocessorInput) int
CreateBulkSubscriber func(childComplexity int, input []*generated.CreateSubscriberInput) int
CreateBulkTagDefinition func(childComplexity int, input []*generated.CreateTagDefinitionInput) int
CreateBulkTask func(childComplexity int, input []*generated.CreateTaskInput) int
CreateBulkTemplate func(childComplexity int, input []*generated.CreateTemplateInput) int
CreateBulkTrustCenterCompliance func(childComplexity int, input []*generated.CreateTrustCenterComplianceInput) int
CreateBulkTrustCenterDoc func(childComplexity int, input []*generated.CreateTrustCenterDocInput) int
CreateBulkTrustCenterSubprocessor func(childComplexity int, input []*generated.CreateTrustCenterSubprocessorInput) int
CreateBulkUserSetting func(childComplexity int, input []*generated.CreateUserSettingInput) int
CreateBulkVulnerability func(childComplexity int, input []*generated.CreateVulnerabilityInput) int
CreateBulkWorkflowAssignment func(childComplexity int, input []*generated.CreateWorkflowAssignmentInput) int
CreateBulkWorkflowAssignmentTarget func(childComplexity int, input []*generated.CreateWorkflowAssignmentTargetInput) int
CreateBulkWorkflowDefinition func(childComplexity int, input []*generated.CreateWorkflowDefinitionInput) int
CreateBulkWorkflowEvent func(childComplexity int, input []*generated.CreateWorkflowEventInput) int
CreateBulkWorkflowInstance func(childComplexity int, input []*generated.CreateWorkflowInstanceInput) int
CreateBulkWorkflowObjectRef func(childComplexity int, input []*generated.CreateWorkflowObjectRefInput) int
CreateContact func(childComplexity int, input generated.CreateContactInput) int
CreateControl func(childComplexity int, input generated.CreateControlInput) int
CreateControlImplementation func(childComplexity int, input generated.CreateControlImplementationInput) int
CreateControlObjective func(childComplexity int, input generated.CreateControlObjectiveInput) int
CreateControlWithSubcontrols func(childComplexity int, input model.CreateControlWithSubcontrolsInput) int
CreateControlsByClone func(childComplexity int, input *model.CloneControlInput) int
CreateCustomDomain func(childComplexity int, input generated.CreateCustomDomainInput) int
CreateCustomTypeEnum func(childComplexity int, input generated.CreateCustomTypeEnumInput) int
CreateDNSVerification func(childComplexity int, input generated.CreateDNSVerificationInput) int
CreateDirectoryAccount func(childComplexity int, input generated.CreateDirectoryAccountInput) int
CreateDirectoryGroup func(childComplexity int, input generated.CreateDirectoryGroupInput) int
CreateDirectoryMembership func(childComplexity int, input generated.CreateDirectoryMembershipInput) int
CreateDirectorySyncRun func(childComplexity int, input generated.CreateDirectorySyncRunInput) int
CreateDocumentData func(childComplexity int, input generated.CreateDocumentDataInput) int
CreateEntity func(childComplexity int, input generated.CreateEntityInput) int
CreateEntityType func(childComplexity int, input generated.CreateEntityTypeInput) int
CreateEvent func(childComplexity int, input generated.CreateEventInput) int
CreateEvidence func(childComplexity int, input generated.CreateEvidenceInput, evidenceFiles []*graphql.Upload) int
CreateExport func(childComplexity int, input generated.CreateExportInput) int
CreateFinding func(childComplexity int, input generated.CreateFindingInput) int
CreateFindingControl func(childComplexity int, input generated.CreateFindingControlInput) int
CreateFullProgram func(childComplexity int, input model.CreateFullProgramInput) int
CreateGroup func(childComplexity int, input generated.CreateGroupInput) int
CreateGroupByClone func(childComplexity int, groupInput generated.CreateGroupInput, members []*model.GroupMembersInput, inheritGroupPermissions *string, cloneGroupMembers *string) int
CreateGroupMembership func(childComplexity int, input generated.CreateGroupMembershipInput) int
CreateGroupSetting func(childComplexity int, input generated.CreateGroupSettingInput) int
CreateGroupWithMembers func(childComplexity int, groupInput generated.CreateGroupInput, members []*model.GroupMembersInput) int
CreateHush func(childComplexity int, input generated.CreateHushInput) int
CreateInternalPolicy func(childComplexity int, input generated.CreateInternalPolicyInput) int
CreateInvite func(childComplexity int, input generated.CreateInviteInput) int
CreateJobResult func(childComplexity int, input generated.CreateJobResultInput, jobResultFiles []*graphql.Upload) int
CreateJobRunner func(childComplexity int, input generated.CreateJobRunnerInput) int
CreateJobRunnerRegistrationToken func(childComplexity int, input generated.CreateJobRunnerRegistrationTokenInput) int
CreateJobRunnerToken func(childComplexity int, input generated.CreateJobRunnerTokenInput) int
CreateJobTemplate func(childComplexity int, input generated.CreateJobTemplateInput) int
CreateMappableDomain func(childComplexity int, input generated.CreateMappableDomainInput) int
CreateMappedControl func(childComplexity int, input generated.CreateMappedControlInput) int
CreateNarrative func(childComplexity int, input generated.CreateNarrativeInput) int
CreateOnboarding func(childComplexity int, input generated.CreateOnboardingInput) int
CreateOrgMembership func(childComplexity int, input generated.CreateOrgMembershipInput) int
CreateOrganization func(childComplexity int, input generated.CreateOrganizationInput, avatarFile *graphql.Upload) int
CreateOrganizationSetting func(childComplexity int, input generated.CreateOrganizationSettingInput) int
CreateOrganizationWithMembers func(childComplexity int, organizationInput generated.CreateOrganizationInput, avatarFile *graphql.Upload, members []*model.OrgMembersInput) int
CreatePersonalAccessToken func(childComplexity int, input generated.CreatePersonalAccessTokenInput) int
CreateProcedure func(childComplexity int, input generated.CreateProcedureInput) int
CreateProgram func(childComplexity int, input generated.CreateProgramInput) int
CreateProgramMembership func(childComplexity int, input generated.CreateProgramMembershipInput) int
CreateProgramWithMembers func(childComplexity int, input model.CreateProgramWithMembersInput) int
CreateRemediation func(childComplexity int, input generated.CreateRemediationInput) int
CreateReview func(childComplexity int, input generated.CreateReviewInput) int
CreateRisk func(childComplexity int, input generated.CreateRiskInput) int
CreateScan func(childComplexity int, input generated.CreateScanInput) int
CreateScheduledJob func(childComplexity int, input generated.CreateScheduledJobInput) int
CreateScheduledJobRun func(childComplexity int, input generated.CreateScheduledJobRunInput) int
CreateStandard func(childComplexity int, input generated.CreateStandardInput) int
CreateSubcontrol func(childComplexity int, input generated.CreateSubcontrolInput) int
CreateSubprocessor func(childComplexity int, input generated.CreateSubprocessorInput, logoFile *graphql.Upload) int
CreateSubscriber func(childComplexity int, input generated.CreateSubscriberInput) int
CreateTFASetting func(childComplexity int, input generated.CreateTFASettingInput) int
CreateTagDefinition func(childComplexity int, input generated.CreateTagDefinitionInput) int
CreateTask func(childComplexity int, input generated.CreateTaskInput) int
CreateTemplate func(childComplexity int, input generated.CreateTemplateInput, templateFiles []*graphql.Upload) int
CreateTrustCenter func(childComplexity int, input generated.CreateTrustCenterInput) int
CreateTrustCenterCompliance func(childComplexity int, input generated.CreateTrustCenterComplianceInput) int
CreateTrustCenterDoc func(childComplexity int, input generated.CreateTrustCenterDocInput, trustCenterDocFile graphql.Upload) int
CreateTrustCenterDomain func(childComplexity int, input model.CreateTrustCenterDomainInput) int
CreateTrustCenterNda func(childComplexity int, input model.CreateTrustCenterNDAInput, templateFiles []*graphql.Upload) int
CreateTrustCenterSetting func(childComplexity int, input generated.CreateTrustCenterSettingInput, logoFile *graphql.Upload, faviconFile *graphql.Upload) int
CreateTrustCenterSubprocessor func(childComplexity int, input generated.CreateTrustCenterSubprocessorInput) int
CreateTrustCenterWatermarkConfig func(childComplexity int, input generated.CreateTrustCenterWatermarkConfigInput, logoFile *graphql.Upload) int
CreateUploadInternalPolicy func(childComplexity int, internalPolicyFile graphql.Upload, ownerID *string) int
CreateUploadProcedure func(childComplexity int, procedureFile graphql.Upload, ownerID *string) int
CreateUser func(childComplexity int, input generated.CreateUserInput, avatarFile *graphql.Upload) int
CreateUserSetting func(childComplexity int, input generated.CreateUserSettingInput) int
CreateVulnerability func(childComplexity int, input generated.CreateVulnerabilityInput) int
CreateWorkflowAssignment func(childComplexity int, input generated.CreateWorkflowAssignmentInput) int
CreateWorkflowAssignmentTarget func(childComplexity int, input generated.CreateWorkflowAssignmentTargetInput) int
CreateWorkflowDefinition func(childComplexity int, input generated.CreateWorkflowDefinitionInput) int
CreateWorkflowEvent func(childComplexity int, input generated.CreateWorkflowEventInput) int
CreateWorkflowInstance func(childComplexity int, input generated.CreateWorkflowInstanceInput) int
CreateWorkflowObjectRef func(childComplexity int, input generated.CreateWorkflowObjectRefInput) int
DeleteAPIToken func(childComplexity int, id string) int
DeleteActionPlan func(childComplexity int, id string) int
DeleteAssessment func(childComplexity int, id string) int
DeleteAssessmentResponse func(childComplexity int, id string) int
DeleteAsset func(childComplexity int, id string) int
DeleteBulkAPIToken func(childComplexity int, ids []string) int
DeleteBulkActionPlan func(childComplexity int, ids []string) int
DeleteBulkAsset func(childComplexity int, ids []string) int
DeleteBulkContact func(childComplexity int, ids []string) int
DeleteBulkControl func(childComplexity int, ids []string) int
DeleteBulkControlImplementation func(childComplexity int, ids []string) int
DeleteBulkControlObjective func(childComplexity int, ids []string) int
DeleteBulkCustomDomain func(childComplexity int, ids []string) int
DeleteBulkDNSVerification func(childComplexity int, ids []string) int
DeleteBulkDocumentData func(childComplexity int, ids []string) int
DeleteBulkEntity func(childComplexity int, ids []string) int
DeleteBulkEntityType func(childComplexity int, ids []string) int
DeleteBulkEvent func(childComplexity int, ids []string) int
DeleteBulkExport func(childComplexity int, ids []string) int
DeleteBulkGroup func(childComplexity int, ids []string) int
DeleteBulkGroupMembership func(childComplexity int, ids []string) int
DeleteBulkGroupSetting func(childComplexity int, ids []string) int
DeleteBulkHush func(childComplexity int, ids []string) int
DeleteBulkInternalPolicy func(childComplexity int, ids []string) int
DeleteBulkInvite func(childComplexity int, ids []string) int
DeleteBulkJobTemplate func(childComplexity int, ids []string) int
DeleteBulkMappableDomain func(childComplexity int, ids []string) int
DeleteBulkMappedControl func(childComplexity int, ids []string) int
DeleteBulkNarrative func(childComplexity int, ids []string) int
DeleteBulkOrgMembership func(childComplexity int, ids []string) int
DeleteBulkOrganizationSetting func(childComplexity int, ids []string) int
DeleteBulkProcedure func(childComplexity int, ids []string) int
DeleteBulkProgram func(childComplexity int, ids []string) int
DeleteBulkProgramMembership func(childComplexity int, ids []string) int
DeleteBulkRisk func(childComplexity int, ids []string) int
DeleteBulkScan func(childComplexity int, ids []string) int
DeleteBulkScheduledJob func(childComplexity int, ids []string) int
DeleteBulkSubcontrol func(childComplexity int, ids []string) int
DeleteBulkSubprocessor func(childComplexity int, ids []string) int
DeleteBulkTask func(childComplexity int, ids []string) int
DeleteBulkTemplate func(childComplexity int, ids []string) int
DeleteBulkTrustCenterCompliance func(childComplexity int, ids []string) int
DeleteBulkTrustCenterDoc func(childComplexity int, ids []string) int
DeleteBulkTrustCenterSubprocessor func(childComplexity int, ids []string) int
DeleteBulkUserSetting func(childComplexity int, ids []string) int
DeleteContact func(childComplexity int, id string) int
DeleteControl func(childComplexity int, id string) int
DeleteControlImplementation func(childComplexity int, id string) int
DeleteControlObjective func(childComplexity int, id string) int
DeleteCustomDomain func(childComplexity int, id string) int
DeleteCustomTypeEnum func(childComplexity int, id string) int
DeleteDNSVerification func(childComplexity int, id string) int
DeleteDirectoryAccount func(childComplexity int, id string) int
DeleteDirectoryGroup func(childComplexity int, id string) int
DeleteDirectoryMembership func(childComplexity int, id string) int
DeleteDirectorySyncRun func(childComplexity int, id string) int
DeleteDocumentData func(childComplexity int, id string) int
DeleteEntity func(childComplexity int, id string) int
DeleteEntityType func(childComplexity int, id string) int
DeleteEvent func(childComplexity int, id string) int
DeleteEvidence func(childComplexity int, id string) int
DeleteExport func(childComplexity int, id string) int
DeleteFile func(childComplexity int, id string) int
DeleteFinding func(childComplexity int, id string) int
DeleteFindingControl func(childComplexity int, id string) int
DeleteGroup func(childComplexity int, id string) int
DeleteGroupMembership func(childComplexity int, id string) int
DeleteGroupSetting func(childComplexity int, id string) int
DeleteHush func(childComplexity int, id string) int
DeleteIntegration func(childComplexity int, id string) int
DeleteInternalPolicy func(childComplexity int, id string) int
DeleteInvite func(childComplexity int, id string) int
DeleteJobResult func(childComplexity int, id string) int
DeleteJobRunner func(childComplexity int, id string) int
DeleteJobRunnerRegistrationToken func(childComplexity int, id string) int
DeleteJobRunnerToken func(childComplexity int, id string) int
DeleteJobTemplate func(childComplexity int, id string) int
DeleteMappableDomain func(childComplexity int, id string) int
DeleteMappedControl func(childComplexity int, id string) int
DeleteNarrative func(childComplexity int, id string) int
DeleteNote func(childComplexity int, id string) int
DeleteOrgMembership func(childComplexity int, id string) int
DeleteOrganization func(childComplexity int, id string) int
DeleteOrganizationSetting func(childComplexity int, id string) int
DeletePersonalAccessToken func(childComplexity int, id string) int
DeleteProcedure func(childComplexity int, id string) int
DeleteProgram func(childComplexity int, id string) int
DeleteProgramMembership func(childComplexity int, id string) int
DeleteRemediation func(childComplexity int, id string) int
DeleteReview func(childComplexity int, id string) int
DeleteRisk func(childComplexity int, id string) int
DeleteScan func(childComplexity int, id string) int
DeleteScheduledJob func(childComplexity int, id string) int
DeleteScheduledJobRun func(childComplexity int, id string) int
DeleteStandard func(childComplexity int, id string) int
DeleteSubcontrol func(childComplexity int, id string) int
DeleteSubprocessor func(childComplexity int, id string) int
DeleteSubscriber func(childComplexity int, email string, ownerID *string) int
DeleteTagDefinition func(childComplexity int, id string) int
DeleteTask func(childComplexity int, id string) int
DeleteTemplate func(childComplexity int, id string) int
DeleteTrustCenter func(childComplexity int, id string) int
DeleteTrustCenterCompliance func(childComplexity int, id string) int
DeleteTrustCenterDoc func(childComplexity int, id string) int
DeleteTrustCenterSetting func(childComplexity int, id string) int
DeleteTrustCenterSubprocessor func(childComplexity int, id string) int
DeleteTrustCenterWatermarkConfig func(childComplexity int, id string) int
DeleteUser func(childComplexity int, id string) int
DeleteVulnerability func(childComplexity int, id string) int
DeleteWebauthn func(childComplexity int, id string) int
DeleteWorkflowAssignment func(childComplexity int, id string) int
DeleteWorkflowAssignmentTarget func(childComplexity int, id string) int
DeleteWorkflowDefinition func(childComplexity int, id string) int
DeleteWorkflowEvent func(childComplexity int, id string) int
DeleteWorkflowInstance func(childComplexity int, id string) int
DeleteWorkflowObjectRef func(childComplexity int, id string) int
PublishTrustCenterSetting func(childComplexity int) int
SendTrustCenterNDAEmail func(childComplexity int, input model.SendTrustCenterNDAInput) int
SubmitTrustCenterNDAResponse func(childComplexity int, input model.SubmitTrustCenterNDAResponseInput) int
TransferOrganizationOwnership func(childComplexity int, newOwnerEmail string) int
UpdateAPIToken func(childComplexity int, id string, input generated.UpdateAPITokenInput) int
UpdateActionPlan func(childComplexity int, id string, input generated.UpdateActionPlanInput) int
UpdateAssessment func(childComplexity int, id string, input generated.UpdateAssessmentInput) int
UpdateAsset func(childComplexity int, id string, input generated.UpdateAssetInput) int
UpdateBulkActionPlan func(childComplexity int, ids []string, input generated.UpdateActionPlanInput) int
UpdateBulkContact func(childComplexity int, ids []string, input generated.UpdateContactInput) int
UpdateBulkControl func(childComplexity int, ids []string, input generated.UpdateControlInput) int
UpdateBulkHush func(childComplexity int, ids []string, input generated.UpdateHushInput) int
UpdateBulkInternalPolicy func(childComplexity int, ids []string, input generated.UpdateInternalPolicyInput) int
UpdateBulkProcedure func(childComplexity int, ids []string, input generated.UpdateProcedureInput) int
UpdateBulkRisk func(childComplexity int, ids []string, input generated.UpdateRiskInput) int
UpdateBulkScan func(childComplexity int, ids []string, input generated.UpdateScanInput) int
UpdateBulkTask func(childComplexity int, ids []string, input generated.UpdateTaskInput) int
UpdateBulkTrustCenterDoc func(childComplexity int, ids []string, input generated.UpdateTrustCenterDocInput) int
UpdateContact func(childComplexity int, id string, input generated.UpdateContactInput) int
UpdateControl func(childComplexity int, id string, input generated.UpdateControlInput) int
UpdateControlComment func(childComplexity int, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) int
UpdateControlImplementation func(childComplexity int, id string, input generated.UpdateControlImplementationInput) int
UpdateControlObjective func(childComplexity int, id string, input generated.UpdateControlObjectiveInput) int
UpdateCustomDomain func(childComplexity int, id string, input generated.UpdateCustomDomainInput) int
UpdateCustomTypeEnum func(childComplexity int, id string, input generated.UpdateCustomTypeEnumInput) int
UpdateDNSVerification func(childComplexity int, id string, input generated.UpdateDNSVerificationInput) int
UpdateDirectoryAccount func(childComplexity int, id string, input generated.UpdateDirectoryAccountInput) int
UpdateDirectoryGroup func(childComplexity int, id string, input generated.UpdateDirectoryGroupInput) int
UpdateDirectoryMembership func(childComplexity int, id string, input generated.UpdateDirectoryMembershipInput) int
UpdateDirectorySyncRun func(childComplexity int, id string, input generated.UpdateDirectorySyncRunInput) int
UpdateDocumentData func(childComplexity int, id string, input generated.UpdateDocumentDataInput) int
UpdateEntity func(childComplexity int, id string, input generated.UpdateEntityInput) int
UpdateEntityType func(childComplexity int, id string, input generated.UpdateEntityTypeInput) int
UpdateEvent func(childComplexity int, id string, input generated.UpdateEventInput) int
UpdateEvidence func(childComplexity int, id string, input generated.UpdateEvidenceInput, evidenceFiles []*graphql.Upload) int
UpdateExport func(childComplexity int, id string, input generated.UpdateExportInput, exportFiles []*graphql.Upload) int
UpdateFinding func(childComplexity int, id string, input generated.UpdateFindingInput) int
UpdateFindingControl func(childComplexity int, id string, input generated.UpdateFindingControlInput) int
UpdateGroup func(childComplexity int, id string, input generated.UpdateGroupInput) int
UpdateGroupMembership func(childComplexity int, id string, input generated.UpdateGroupMembershipInput) int
UpdateGroupSetting func(childComplexity int, id string, input generated.UpdateGroupSettingInput) int
UpdateHush func(childComplexity int, id string, input generated.UpdateHushInput) int
UpdateInternalPolicy func(childComplexity int, id string, input generated.UpdateInternalPolicyInput, internalPolicyFile *graphql.Upload) int
UpdateInternalPolicyComment func(childComplexity int, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) int
UpdateInvite func(childComplexity int, id string, input generated.UpdateInviteInput) int
UpdateJobResult func(childComplexity int, id string, input generated.UpdateJobResultInput, jobResultFiles []*graphql.Upload) int
UpdateJobRunner func(childComplexity int, id string, input generated.UpdateJobRunnerInput) int
UpdateJobTemplate func(childComplexity int, id string, input generated.UpdateJobTemplateInput) int
UpdateMappableDomain func(childComplexity int, id string, input generated.UpdateMappableDomainInput) int
UpdateMappedControl func(childComplexity int, id string, input generated.UpdateMappedControlInput) int
UpdateNarrative func(childComplexity int, id string, input generated.UpdateNarrativeInput) int
UpdateOrgMembership func(childComplexity int, id string, input generated.UpdateOrgMembershipInput) int
UpdateOrganization func(childComplexity int, id string, input generated.UpdateOrganizationInput, avatarFile *graphql.Upload) int
UpdateOrganizationSetting func(childComplexity int, id string, input generated.UpdateOrganizationSettingInput) int
UpdatePersonalAccessToken func(childComplexity int, id string, input generated.UpdatePersonalAccessTokenInput) int
UpdateProcedure func(childComplexity int, id string, input generated.UpdateProcedureInput, procedureFile *graphql.Upload) int
UpdateProcedureComment func(childComplexity int, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) int
UpdateProgram func(childComplexity int, id string, input generated.UpdateProgramInput) int
UpdateProgramMembership func(childComplexity int, id string, input generated.UpdateProgramMembershipInput) int
UpdateRemediation func(childComplexity int, id string, input generated.UpdateRemediationInput) int
UpdateReview func(childComplexity int, id string, input generated.UpdateReviewInput) int
UpdateRisk func(childComplexity int, id string, input generated.UpdateRiskInput) int
UpdateRiskComment func(childComplexity int, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) int
UpdateScan func(childComplexity int, id string, input generated.UpdateScanInput) int
UpdateScheduledJob func(childComplexity int, id string, input generated.UpdateScheduledJobInput) int
UpdateScheduledJobRun func(childComplexity int, id string, input generated.UpdateScheduledJobRunInput) int
UpdateStandard func(childComplexity int, id string, input generated.UpdateStandardInput) int
UpdateSubcontrol func(childComplexity int, id string, input generated.UpdateSubcontrolInput) int
UpdateSubcontrolComment func(childComplexity int, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) int
UpdateSubprocessor func(childComplexity int, id string, input generated.UpdateSubprocessorInput, logoFile *graphql.Upload) int
UpdateSubscriber func(childComplexity int, email string, input generated.UpdateSubscriberInput) int
UpdateTFASetting func(childComplexity int, input generated.UpdateTFASettingInput) int
UpdateTagDefinition func(childComplexity int, id string, input generated.UpdateTagDefinitionInput) int
UpdateTask func(childComplexity int, id string, input generated.UpdateTaskInput) int
UpdateTaskComment func(childComplexity int, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) int
UpdateTemplate func(childComplexity int, id string, input generated.UpdateTemplateInput, templateFiles []*graphql.Upload) int
UpdateTrustCenter func(childComplexity int, id string, input generated.UpdateTrustCenterInput) int
UpdateTrustCenterCompliance func(childComplexity int, id string, input generated.UpdateTrustCenterComplianceInput) int
UpdateTrustCenterDoc func(childComplexity int, id string, input generated.UpdateTrustCenterDocInput, trustCenterDocFile *graphql.Upload, watermarkedTrustCenterDocFile *graphql.Upload) int
UpdateTrustCenterNda func(childComplexity int, id string, templateFiles []*graphql.Upload) int
UpdateTrustCenterPost func(childComplexity int, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) int
UpdateTrustCenterPreviewSetting func(childComplexity int, input generated.UpdateTrustCenterSettingInput, logoFile *graphql.Upload, faviconFile *graphql.Upload) int
UpdateTrustCenterSetting func(childComplexity int, id string, input generated.UpdateTrustCenterSettingInput, logoFile *graphql.Upload, faviconFile *graphql.Upload) int
UpdateTrustCenterSubprocessor func(childComplexity int, id string, input generated.UpdateTrustCenterSubprocessorInput) int
UpdateTrustCenterWatermarkConfig func(childComplexity int, id string, input generated.UpdateTrustCenterWatermarkConfigInput, logoFile *graphql.Upload) int
UpdateUser func(childComplexity int, id string, input generated.UpdateUserInput, avatarFile *graphql.Upload) int
UpdateUserSetting func(childComplexity int, id string, input generated.UpdateUserSettingInput) int
UpdateVulnerability func(childComplexity int, id string, input generated.UpdateVulnerabilityInput) int
UpdateWorkflowAssignment func(childComplexity int, id string, input generated.UpdateWorkflowAssignmentInput) int
UpdateWorkflowAssignmentTarget func(childComplexity int, id string, input generated.UpdateWorkflowAssignmentTargetInput) int
UpdateWorkflowDefinition func(childComplexity int, id string, input generated.UpdateWorkflowDefinitionInput) int
UpdateWorkflowEvent func(childComplexity int, id string, input generated.UpdateWorkflowEventInput) int
UpdateWorkflowInstance func(childComplexity int, id string, input generated.UpdateWorkflowInstanceInput) int
UpdateWorkflowObjectRef func(childComplexity int, id string, input generated.UpdateWorkflowObjectRefInput) int
}
Narrative struct {
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
Details func(childComplexity int) int
DisplayID func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
InternalPolicies func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Procedures func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
Satisfies func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
}
NarrativeBulkCreatePayload struct {
Narratives func(childComplexity int) int
}
NarrativeBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
NarrativeConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
NarrativeCreatePayload struct {
Narrative func(childComplexity int) int
}
NarrativeDeletePayload struct {
DeletedID func(childComplexity int) int
}
NarrativeEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
NarrativeHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
Details func(childComplexity int) int
DisplayID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
NarrativeHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
NarrativeHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
NarrativeUpdatePayload struct {
Narrative func(childComplexity int) int
}
Note struct {
Control func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DisplayID func(childComplexity int) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
ID func(childComplexity int) int
InternalPolicy func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Procedure func(childComplexity int) int
Risk func(childComplexity int) int
Subcontrol func(childComplexity int) int
Task func(childComplexity int) int
Text func(childComplexity int) int
TrustCenter func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
NoteConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
NoteDeletePayload struct {
DeletedID func(childComplexity int) int
}
NoteEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
NoteHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DisplayID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
Text func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
NoteHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
NoteHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
Onboarding struct {
CompanyDetails func(childComplexity int) int
CompanyName func(childComplexity int) int
Compliance func(childComplexity int) int
Domains func(childComplexity int) int
ID func(childComplexity int) int
Organization func(childComplexity int) int
OrganizationID func(childComplexity int) int
UserDetails func(childComplexity int) int
}
OnboardingCreatePayload struct {
Onboarding func(childComplexity int) int
}
OrgMembership struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
ID func(childComplexity int) int
Organization func(childComplexity int) int
OrganizationID func(childComplexity int) int
Role func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
User func(childComplexity int) int
UserID func(childComplexity int) int
}
OrgMembershipBulkCreatePayload struct {
OrgMemberships func(childComplexity int) int
}
OrgMembershipBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
OrgMembershipConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
OrgMembershipCreatePayload struct {
OrgMembership func(childComplexity int) int
}
OrgMembershipDeletePayload struct {
DeletedID func(childComplexity int) int
}
OrgMembershipEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
OrgMembershipHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
OrganizationID func(childComplexity int) int
Ref func(childComplexity int) int
Role func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
UserID func(childComplexity int) int
}
OrgMembershipHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
OrgMembershipHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
OrgMembershipUpdatePayload struct {
OrgMembership func(childComplexity int) int
}
OrgSubscription struct {
Active func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DaysUntilDue func(childComplexity int) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
ExpiresAt func(childComplexity int) int
ID func(childComplexity int) int
ManagePaymentMethods func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
StripeSubscriptionID func(childComplexity int) int
StripeSubscriptionStatus func(childComplexity int) int
Tags func(childComplexity int) int
TrialExpiresAt func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
OrgSubscriptionConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
OrgSubscriptionEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
OrgSubscriptionHistory struct {
Active func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DaysUntilDue func(childComplexity int) int
ExpiresAt func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
StripeSubscriptionID func(childComplexity int) int
StripeSubscriptionStatus func(childComplexity int) int
Tags func(childComplexity int) int
TrialExpiresAt func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
OrgSubscriptionHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
OrgSubscriptionHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
Organization struct {
APITokens func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.APITokenOrder, where *generated.APITokenWhereInput) int
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
AssessmentResponses func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssessmentResponseOrder, where *generated.AssessmentResponseWhereInput) int
Assessments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssessmentOrder, where *generated.AssessmentWhereInput) int
Assets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssetOrder, where *generated.AssetWhereInput) int
AvatarFile func(childComplexity int) int
AvatarLocalFileID func(childComplexity int) int
AvatarRemoteURL func(childComplexity int) int
AvatarUpdatedAt func(childComplexity int) int
Children func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrganizationOrder, where *generated.OrganizationWhereInput) int
Contacts func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ContactOrder, where *generated.ContactWhereInput) int
ControlCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ControlImplementationCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ControlImplementations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlImplementationOrder, where *generated.ControlImplementationWhereInput) int
ControlObjectiveCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ControlObjectives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlObjectiveOrder, where *generated.ControlObjectiveWhereInput) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
CustomDomains func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.CustomDomainOrder, where *generated.CustomDomainWhereInput) int
CustomTypeEnums func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.CustomTypeEnumOrder, where *generated.CustomTypeEnumWhereInput) int
DNSVerifications func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DNSVerificationOrder, where *generated.DNSVerificationWhereInput) int
DedicatedDb func(childComplexity int) int
Description func(childComplexity int) int
DirectoryAccounts func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryAccountOrder, where *generated.DirectoryAccountWhereInput) int
DirectoryGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryGroupOrder, where *generated.DirectoryGroupWhereInput) int
DirectoryMemberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryMembershipOrder, where *generated.DirectoryMembershipWhereInput) int
DirectorySyncRuns func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectorySyncRunOrder, where *generated.DirectorySyncRunWhereInput) int
DisplayName func(childComplexity int) int
Documents func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DocumentDataOrder, where *generated.DocumentDataWhereInput) int
Entities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
EntityTypes func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityTypeOrder, where *generated.EntityTypeWhereInput) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
Evidence func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EvidenceOrder, where *generated.EvidenceWhereInput) int
EvidenceCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Exports func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ExportOrder, where *generated.ExportWhereInput) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
Findings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingOrder, where *generated.FindingWhereInput) int
GroupCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Groups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ID func(childComplexity int) int
Integrations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.IntegrationOrder, where *generated.IntegrationWhereInput) int
InternalPolicies func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
InternalPolicyCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Invites func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InviteOrder, where *generated.InviteWhereInput) int
JobResults func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobResultOrder, where *generated.JobResultWhereInput) int
JobRunnerRegistrationTokens func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobRunnerRegistrationTokenOrder, where *generated.JobRunnerRegistrationTokenWhereInput) int
JobRunnerTokens func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobRunnerTokenOrder, where *generated.JobRunnerTokenWhereInput) int
JobRunners func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobRunnerOrder, where *generated.JobRunnerWhereInput) int
JobTemplates func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobTemplateOrder, where *generated.JobTemplateWhereInput) int
MappedControlCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
MappedControls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.MappedControlOrder, where *generated.MappedControlWhereInput) int
Members func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrgMembershipOrder, where *generated.OrgMembershipWhereInput) int
Name func(childComplexity int) int
NarrativeCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Narratives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NarrativeOrder, where *generated.NarrativeWhereInput) int
Notes func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
OrgSubscriptions func(childComplexity int) int
Parent func(childComplexity int) int
PersonalAccessTokens func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.PersonalAccessTokenOrder, where *generated.PersonalAccessTokenWhereInput) int
PersonalOrg func(childComplexity int) int
ProcedureCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Procedures func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
ProgramCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
Remediations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RemediationOrder, where *generated.RemediationWhereInput) int
Reviews func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ReviewOrder, where *generated.ReviewWhereInput) int
RiskCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Scans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScanOrder, where *generated.ScanWhereInput) int
ScheduledJobCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ScheduledJobRuns func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScheduledJobRunOrder, where *generated.ScheduledJobRunWhereInput) int
ScheduledJobs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScheduledJobOrder, where *generated.ScheduledJobWhereInput) int
Secrets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.HushOrder, where *generated.HushWhereInput) int
Setting func(childComplexity int) int
StandardCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Standards func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.StandardOrder, where *generated.StandardWhereInput) int
StripeCustomerID func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
SubprocessorCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Subprocessors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubprocessorOrder, where *generated.SubprocessorWhereInput) int
Subscribers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubscriberOrder, where *generated.SubscriberWhereInput) int
TagDefinitions func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TagDefinitionOrder, where *generated.TagDefinitionWhereInput) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
TemplateCreators func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Templates func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TemplateOrder, where *generated.TemplateWhereInput) int
TrustCenterWatermarkConfigs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterWatermarkConfigOrder, where *generated.TrustCenterWatermarkConfigWhereInput) int
TrustCenters func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterOrder, where *generated.TrustCenterWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Users func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.UserOrder, where *generated.UserWhereInput) int
Vulnerabilities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.VulnerabilityOrder, where *generated.VulnerabilityWhereInput) int
WorkflowAssignmentTargets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowAssignmentTargetOrder, where *generated.WorkflowAssignmentTargetWhereInput) int
WorkflowAssignments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowAssignmentOrder, where *generated.WorkflowAssignmentWhereInput) int
WorkflowDefinitions func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowDefinitionOrder, where *generated.WorkflowDefinitionWhereInput) int
WorkflowEvents func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowEventOrder, where *generated.WorkflowEventWhereInput) int
WorkflowInstances func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowInstanceOrder, where *generated.WorkflowInstanceWhereInput) int
WorkflowObjectRefs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowObjectRefOrder, where *generated.WorkflowObjectRefWhereInput) int
}
OrganizationBulkCreatePayload struct {
Organizations func(childComplexity int) int
}
OrganizationConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
OrganizationCreatePayload struct {
Organization func(childComplexity int) int
}
OrganizationDeletePayload struct {
DeletedID func(childComplexity int) int
}
OrganizationEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
OrganizationHistory struct {
AvatarLocalFileID func(childComplexity int) int
AvatarRemoteURL func(childComplexity int) int
AvatarUpdatedAt func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DedicatedDb func(childComplexity int) int
Description func(childComplexity int) int
DisplayName func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
PersonalOrg func(childComplexity int) int
Ref func(childComplexity int) int
StripeCustomerID func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
OrganizationHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
OrganizationHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
OrganizationSetting struct {
AllowMatchingDomainsAutojoin func(childComplexity int) int
AllowedEmailDomains func(childComplexity int) int
BillingAddress func(childComplexity int) int
BillingContact func(childComplexity int) int
BillingEmail func(childComplexity int) int
BillingNotificationsEnabled func(childComplexity int) int
BillingPhone func(childComplexity int) int
ComplianceWebhookToken func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Domains func(childComplexity int) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
GeoLocation func(childComplexity int) int
ID func(childComplexity int) int
IdentityProvider func(childComplexity int) int
IdentityProviderAuthTested func(childComplexity int) int
IdentityProviderClientID func(childComplexity int) int
IdentityProviderClientSecret func(childComplexity int) int
IdentityProviderEntityID func(childComplexity int) int
IdentityProviderLoginEnforced func(childComplexity int) int
IdentityProviderMetadataEndpoint func(childComplexity int) int
MultifactorAuthEnforced func(childComplexity int) int
OidcDiscoveryEndpoint func(childComplexity int) int
Organization func(childComplexity int) int
OrganizationID func(childComplexity int) int
PaymentMethodAdded func(childComplexity int) int
SamlCert func(childComplexity int) int
SamlIssuer func(childComplexity int) int
SamlSigninURL func(childComplexity int) int
Tags func(childComplexity int) int
TaxIdentifier func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
OrganizationSettingBulkCreatePayload struct {
OrganizationSettings func(childComplexity int) int
}
OrganizationSettingBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
OrganizationSettingConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
OrganizationSettingCreatePayload struct {
OrganizationSetting func(childComplexity int) int
}
OrganizationSettingDeletePayload struct {
DeletedID func(childComplexity int) int
}
OrganizationSettingEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
OrganizationSettingHistory struct {
AllowMatchingDomainsAutojoin func(childComplexity int) int
AllowedEmailDomains func(childComplexity int) int
BillingAddress func(childComplexity int) int
BillingContact func(childComplexity int) int
BillingEmail func(childComplexity int) int
BillingNotificationsEnabled func(childComplexity int) int
BillingPhone func(childComplexity int) int
ComplianceWebhookToken func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Domains func(childComplexity int) int
GeoLocation func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
IdentityProvider func(childComplexity int) int
IdentityProviderAuthTested func(childComplexity int) int
IdentityProviderClientID func(childComplexity int) int
IdentityProviderClientSecret func(childComplexity int) int
IdentityProviderEntityID func(childComplexity int) int
IdentityProviderLoginEnforced func(childComplexity int) int
IdentityProviderMetadataEndpoint func(childComplexity int) int
MultifactorAuthEnforced func(childComplexity int) int
OidcDiscoveryEndpoint func(childComplexity int) int
Operation func(childComplexity int) int
OrganizationID func(childComplexity int) int
PaymentMethodAdded func(childComplexity int) int
Ref func(childComplexity int) int
SamlCert func(childComplexity int) int
SamlIssuer func(childComplexity int) int
SamlSigninURL func(childComplexity int) int
Tags func(childComplexity int) int
TaxIdentifier func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
OrganizationSettingHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
OrganizationSettingHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
OrganizationSettingUpdatePayload struct {
OrganizationSetting func(childComplexity int) int
}
OrganizationTransferOwnershipPayload struct {
InvitationSent func(childComplexity int) int
Organization func(childComplexity int) int
}
OrganizationUpdatePayload struct {
Organization func(childComplexity int) int
}
PageInfo struct {
EndCursor func(childComplexity int) int
HasNextPage func(childComplexity int) int
HasPreviousPage func(childComplexity int) int
StartCursor func(childComplexity int) int
}
PersonalAccessToken struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
ExpiresAt func(childComplexity int) int
ID func(childComplexity int) int
IsActive func(childComplexity int) int
LastUsedAt func(childComplexity int) int
Name func(childComplexity int) int
Organizations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrganizationOrder, where *generated.OrganizationWhereInput) int
Owner func(childComplexity int) int
RevokedAt func(childComplexity int) int
RevokedBy func(childComplexity int) int
RevokedReason func(childComplexity int) int
SSOAuthorizations func(childComplexity int) int
Scopes func(childComplexity int) int
Tags func(childComplexity int) int
Token func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
PersonalAccessTokenBulkCreatePayload struct {
PersonalAccessTokens func(childComplexity int) int
}
PersonalAccessTokenConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
PersonalAccessTokenCreatePayload struct {
PersonalAccessToken func(childComplexity int) int
}
PersonalAccessTokenDeletePayload struct {
DeletedID func(childComplexity int) int
}
PersonalAccessTokenEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
PersonalAccessTokenUpdatePayload struct {
PersonalAccessToken func(childComplexity int) int
}
Procedure struct {
ApprovalRequired func(childComplexity int) int
Approver func(childComplexity int) int
ApproverID func(childComplexity int) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Comments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
ControlSuggestions func(childComplexity int) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Delegate func(childComplexity int) int
DelegateID func(childComplexity int) int
Details func(childComplexity int) int
DismissedControlSuggestions func(childComplexity int) int
DismissedImprovementSuggestions func(childComplexity int) int
DismissedTagSuggestions func(childComplexity int) int
DisplayID func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
File func(childComplexity int) int
FileID func(childComplexity int) int
ID func(childComplexity int) int
ImprovementSuggestions func(childComplexity int) int
InternalNotes func(childComplexity int) int
InternalPolicies func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
Name func(childComplexity int) int
Narratives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NarrativeOrder, where *generated.NarrativeWhereInput) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
ProcedureKind func(childComplexity int) int
ProcedureKindID func(childComplexity int) int
ProcedureKindName func(childComplexity int) int
ProcedureType func(childComplexity int) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
ReviewDue func(childComplexity int) int
ReviewFrequency func(childComplexity int) int
Revision func(childComplexity int) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Status func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
Summary func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
TagSuggestions func(childComplexity int) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
URL func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ProcedureBulkCreatePayload struct {
Procedures func(childComplexity int) int
}
ProcedureBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
ProcedureBulkUpdatePayload struct {
Procedures func(childComplexity int) int
UpdatedIDs func(childComplexity int) int
}
ProcedureConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ProcedureCreatePayload struct {
Procedure func(childComplexity int) int
}
ProcedureDeletePayload struct {
DeletedID func(childComplexity int) int
}
ProcedureEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ProcedureHistory struct {
ApprovalRequired func(childComplexity int) int
ApproverID func(childComplexity int) int
ControlSuggestions func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DelegateID func(childComplexity int) int
Details func(childComplexity int) int
DismissedControlSuggestions func(childComplexity int) int
DismissedImprovementSuggestions func(childComplexity int) int
DismissedTagSuggestions func(childComplexity int) int
DisplayID func(childComplexity int) int
FileID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
ImprovementSuggestions func(childComplexity int) int
InternalNotes func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
ProcedureKindID func(childComplexity int) int
ProcedureKindName func(childComplexity int) int
ProcedureType func(childComplexity int) int
Ref func(childComplexity int) int
ReviewDue func(childComplexity int) int
ReviewFrequency func(childComplexity int) int
Revision func(childComplexity int) int
Status func(childComplexity int) int
Summary func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
TagSuggestions func(childComplexity int) int
Tags func(childComplexity int) int
URL func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ProcedureHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ProcedureHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ProcedureUpdatePayload struct {
Procedure func(childComplexity int) int
}
Program struct {
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
AuditFirm func(childComplexity int) int
Auditor func(childComplexity int) int
AuditorEmail func(childComplexity int) int
AuditorReadComments func(childComplexity int) int
AuditorReady func(childComplexity int) int
AuditorWriteComments func(childComplexity int) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ControlObjectives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlObjectiveOrder, where *generated.ControlObjectiveWhereInput) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
EndDate func(childComplexity int) int
Evidence func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EvidenceOrder, where *generated.EvidenceWhereInput) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
FrameworkName func(childComplexity int) int
ID func(childComplexity int) int
InternalPolicies func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
Members func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramMembershipOrder, where *generated.ProgramMembershipWhereInput) int
Name func(childComplexity int) int
Narratives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NarrativeOrder, where *generated.NarrativeWhereInput) int
Notes func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Procedures func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
ProgramKind func(childComplexity int) int
ProgramKindID func(childComplexity int) int
ProgramKindName func(childComplexity int) int
ProgramOwner func(childComplexity int) int
ProgramOwnerID func(childComplexity int) int
ProgramType func(childComplexity int) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
StartDate func(childComplexity int) int
Status func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Users func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.UserOrder, where *generated.UserWhereInput) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
}
ProgramBulkCreatePayload struct {
Programs func(childComplexity int) int
}
ProgramBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
ProgramConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ProgramCreatePayload struct {
Program func(childComplexity int) int
}
ProgramDeletePayload struct {
DeletedID func(childComplexity int) int
}
ProgramEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ProgramHistory struct {
AuditFirm func(childComplexity int) int
Auditor func(childComplexity int) int
AuditorEmail func(childComplexity int) int
AuditorReadComments func(childComplexity int) int
AuditorReady func(childComplexity int) int
AuditorWriteComments func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
EndDate func(childComplexity int) int
FrameworkName func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
ProgramKindID func(childComplexity int) int
ProgramKindName func(childComplexity int) int
ProgramOwnerID func(childComplexity int) int
ProgramType func(childComplexity int) int
Ref func(childComplexity int) int
StartDate func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ProgramHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ProgramHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ProgramMembership struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
ID func(childComplexity int) int
Program func(childComplexity int) int
ProgramID func(childComplexity int) int
Role func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
User func(childComplexity int) int
UserID func(childComplexity int) int
}
ProgramMembershipBulkCreatePayload struct {
ProgramMemberships func(childComplexity int) int
}
ProgramMembershipBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
ProgramMembershipConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ProgramMembershipCreatePayload struct {
ProgramMembership func(childComplexity int) int
}
ProgramMembershipDeletePayload struct {
DeletedID func(childComplexity int) int
}
ProgramMembershipEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ProgramMembershipHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
ProgramID func(childComplexity int) int
Ref func(childComplexity int) int
Role func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
UserID func(childComplexity int) int
}
ProgramMembershipHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ProgramMembershipHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ProgramMembershipUpdatePayload struct {
ProgramMembership func(childComplexity int) int
}
ProgramUpdatePayload struct {
Program func(childComplexity int) int
}
Query struct {
APIToken func(childComplexity int, id string) int
APITokens func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.APITokenOrder, where *generated.APITokenWhereInput) int
ActionPlan func(childComplexity int, id string) int
ActionPlanHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ActionPlanHistoryOrder, where *generated.ActionPlanHistoryWhereInput) int
ActionPlanSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
Assessment func(childComplexity int, id string) int
AssessmentHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.AssessmentHistoryOrder, where *generated.AssessmentHistoryWhereInput) int
AssessmentResponse func(childComplexity int, id string) int
AssessmentResponseHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.AssessmentResponseHistoryOrder, where *generated.AssessmentResponseHistoryWhereInput) int
AssessmentResponseSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
AssessmentResponses func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssessmentResponseOrder, where *generated.AssessmentResponseWhereInput) int
AssessmentSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Assessments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssessmentOrder, where *generated.AssessmentWhereInput) int
Asset func(childComplexity int, id string) int
AssetHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.AssetHistoryOrder, where *generated.AssetHistoryWhereInput) int
AssetSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Assets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssetOrder, where *generated.AssetWhereInput) int
AuditLogs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, where *generated.AuditLogWhereInput, orderBy *generated.AuditLogOrder) int
Contact func(childComplexity int, id string) int
ContactHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ContactHistoryOrder, where *generated.ContactHistoryWhereInput) int
ContactSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Contacts func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ContactOrder, where *generated.ContactWhereInput) int
Control func(childComplexity int, id string) int
ControlCategories func(childComplexity int) int
ControlCategoriesByFramework func(childComplexity int, orderBy []*model.ControlCategoryOrder, where *generated.ControlWhereInput) int
ControlHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ControlHistoryOrder, where *generated.ControlHistoryWhereInput) int
ControlImplementation func(childComplexity int, id string) int
ControlImplementationHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ControlImplementationHistoryOrder, where *generated.ControlImplementationHistoryWhereInput) int
ControlImplementations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlImplementationOrder, where *generated.ControlImplementationWhereInput) int
ControlObjective func(childComplexity int, id string) int
ControlObjectiveHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ControlObjectiveHistoryOrder, where *generated.ControlObjectiveHistoryWhereInput) int
ControlObjectiveSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
ControlObjectives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlObjectiveOrder, where *generated.ControlObjectiveWhereInput) int
ControlSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
ControlSubcategories func(childComplexity int) int
ControlSubcategoriesByFramework func(childComplexity int, orderBy []*model.ControlCategoryOrder, where *generated.ControlWhereInput) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
ControlsGroupByCategory func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput, category *string) int
CustomDomain func(childComplexity int, id string) int
CustomDomainHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.CustomDomainHistoryOrder, where *generated.CustomDomainHistoryWhereInput) int
CustomDomains func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.CustomDomainOrder, where *generated.CustomDomainWhereInput) int
CustomTypeEnum func(childComplexity int, id string) int
CustomTypeEnumSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
CustomTypeEnums func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.CustomTypeEnumOrder, where *generated.CustomTypeEnumWhereInput) int
DNSVerification func(childComplexity int, id string) int
DNSVerificationHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.DNSVerificationHistoryOrder, where *generated.DNSVerificationHistoryWhereInput) int
DNSVerifications func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DNSVerificationOrder, where *generated.DNSVerificationWhereInput) int
DirectoryAccount func(childComplexity int, id string) int
DirectoryAccountHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.DirectoryAccountHistoryOrder, where *generated.DirectoryAccountHistoryWhereInput) int
DirectoryAccounts func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryAccountOrder, where *generated.DirectoryAccountWhereInput) int
DirectoryGroup func(childComplexity int, id string) int
DirectoryGroupHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.DirectoryGroupHistoryOrder, where *generated.DirectoryGroupHistoryWhereInput) int
DirectoryGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryGroupOrder, where *generated.DirectoryGroupWhereInput) int
DirectoryMembership func(childComplexity int, id string) int
DirectoryMembershipHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.DirectoryMembershipHistoryOrder, where *generated.DirectoryMembershipHistoryWhereInput) int
DirectoryMemberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryMembershipOrder, where *generated.DirectoryMembershipWhereInput) int
DirectorySyncRun func(childComplexity int, id string) int
DirectorySyncRuns func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectorySyncRunOrder, where *generated.DirectorySyncRunWhereInput) int
DocumentData func(childComplexity int, id string) int
DocumentDataHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.DocumentDataHistoryOrder, where *generated.DocumentDataHistoryWhereInput) int
DocumentDataSlice func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DocumentDataOrder, where *generated.DocumentDataWhereInput) int
Entities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
Entity func(childComplexity int, id string) int
EntityHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.EntityHistoryOrder, where *generated.EntityHistoryWhereInput) int
EntitySearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
EntityType func(childComplexity int, id string) int
EntityTypeHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.EntityTypeHistoryOrder, where *generated.EntityTypeHistoryWhereInput) int
EntityTypes func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityTypeOrder, where *generated.EntityTypeWhereInput) int
Event func(childComplexity int, id string) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
Evidence func(childComplexity int, id string) int
EvidenceHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.EvidenceHistoryOrder, where *generated.EvidenceHistoryWhereInput) int
EvidenceSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Evidences func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EvidenceOrder, where *generated.EvidenceWhereInput) int
Export func(childComplexity int, id string) int
Exports func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ExportOrder, where *generated.ExportWhereInput) int
File func(childComplexity int, id string) int
FileHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.FileHistoryOrder, where *generated.FileHistoryWhereInput) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
Finding func(childComplexity int, id string) int
FindingControl func(childComplexity int, id string) int
FindingControlHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.FindingControlHistoryOrder, where *generated.FindingControlHistoryWhereInput) int
FindingControls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingControlOrder, where *generated.FindingControlWhereInput) int
FindingHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.FindingHistoryOrder, where *generated.FindingHistoryWhereInput) int
FindingSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Findings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingOrder, where *generated.FindingWhereInput) int
Group func(childComplexity int, id string) int
GroupHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.GroupHistoryOrder, where *generated.GroupHistoryWhereInput) int
GroupMembership func(childComplexity int, id string) int
GroupMembershipHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.GroupMembershipHistoryOrder, where *generated.GroupMembershipHistoryWhereInput) int
GroupMemberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupMembershipOrder, where *generated.GroupMembershipWhereInput) int
GroupSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
GroupSetting func(childComplexity int, id string) int
GroupSettingHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.GroupSettingHistoryOrder, where *generated.GroupSettingHistoryWhereInput) int
GroupSettings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupSettingOrder, where *generated.GroupSettingWhereInput) int
Groups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Hush func(childComplexity int, id string) int
HushHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.HushHistoryOrder, where *generated.HushHistoryWhereInput) int
Hushes func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.HushOrder, where *generated.HushWhereInput) int
Integration func(childComplexity int, id string) int
IntegrationHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.IntegrationHistoryOrder, where *generated.IntegrationHistoryWhereInput) int
Integrations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.IntegrationOrder, where *generated.IntegrationWhereInput) int
InternalPolicies func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
InternalPolicy func(childComplexity int, id string) int
InternalPolicyHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.InternalPolicyHistoryOrder, where *generated.InternalPolicyHistoryWhereInput) int
InternalPolicySearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Invite func(childComplexity int, id string) int
InviteSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Invites func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InviteOrder, where *generated.InviteWhereInput) int
JobResult func(childComplexity int, id string) int
JobResults func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobResultOrder, where *generated.JobResultWhereInput) int
JobRunner func(childComplexity int, id string) int
JobRunnerRegistrationToken func(childComplexity int, id string) int
JobRunnerRegistrationTokens func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobRunnerRegistrationTokenOrder, where *generated.JobRunnerRegistrationTokenWhereInput) int
JobRunnerSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
JobRunnerToken func(childComplexity int, id string) int
JobRunnerTokens func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobRunnerTokenOrder, where *generated.JobRunnerTokenWhereInput) int
JobRunners func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobRunnerOrder, where *generated.JobRunnerWhereInput) int
JobTemplate func(childComplexity int, id string) int
JobTemplateHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.JobTemplateHistoryOrder, where *generated.JobTemplateHistoryWhereInput) int
JobTemplateSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
JobTemplates func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobTemplateOrder, where *generated.JobTemplateWhereInput) int
MappableDomain func(childComplexity int, id string) int
MappableDomainHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.MappableDomainHistoryOrder, where *generated.MappableDomainHistoryWhereInput) int
MappableDomains func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.MappableDomainOrder, where *generated.MappableDomainWhereInput) int
MappedControl func(childComplexity int, id string) int
MappedControlHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.MappedControlHistoryOrder, where *generated.MappedControlHistoryWhereInput) int
MappedControls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.MappedControlOrder, where *generated.MappedControlWhereInput) int
Narrative func(childComplexity int, id string) int
NarrativeHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.NarrativeHistoryOrder, where *generated.NarrativeHistoryWhereInput) int
NarrativeSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Narratives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NarrativeOrder, where *generated.NarrativeWhereInput) int
Node func(childComplexity int, id string) int
Nodes func(childComplexity int, ids []string) int
Note func(childComplexity int, id string) int
NoteHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.NoteHistoryOrder, where *generated.NoteHistoryWhereInput) int
Notes func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
OrgMembership func(childComplexity int, id string) int
OrgMembershipHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.OrgMembershipHistoryOrder, where *generated.OrgMembershipHistoryWhereInput) int
OrgMemberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrgMembershipOrder, where *generated.OrgMembershipWhereInput) int
OrgSubscription func(childComplexity int, id string) int
OrgSubscriptionHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.OrgSubscriptionHistoryOrder, where *generated.OrgSubscriptionHistoryWhereInput) int
OrgSubscriptions func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.OrgSubscriptionOrder, where *generated.OrgSubscriptionWhereInput) int
Organization func(childComplexity int, id string) int
OrganizationHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.OrganizationHistoryOrder, where *generated.OrganizationHistoryWhereInput) int
OrganizationSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
OrganizationSetting func(childComplexity int, id string) int
OrganizationSettingHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.OrganizationSettingHistoryOrder, where *generated.OrganizationSettingHistoryWhereInput) int
OrganizationSettings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrganizationSettingOrder, where *generated.OrganizationSettingWhereInput) int
Organizations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrganizationOrder, where *generated.OrganizationWhereInput) int
PersonalAccessToken func(childComplexity int, id string) int
PersonalAccessTokens func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.PersonalAccessTokenOrder, where *generated.PersonalAccessTokenWhereInput) int
Procedure func(childComplexity int, id string) int
ProcedureHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ProcedureHistoryOrder, where *generated.ProcedureHistoryWhereInput) int
ProcedureSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Procedures func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
Program func(childComplexity int, id string) int
ProgramHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ProgramHistoryOrder, where *generated.ProgramHistoryWhereInput) int
ProgramMembership func(childComplexity int, id string) int
ProgramMembershipHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ProgramMembershipHistoryOrder, where *generated.ProgramMembershipHistoryWhereInput) int
ProgramMemberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramMembershipOrder, where *generated.ProgramMembershipWhereInput) int
ProgramSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
Remediation func(childComplexity int, id string) int
RemediationHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.RemediationHistoryOrder, where *generated.RemediationHistoryWhereInput) int
RemediationSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Remediations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RemediationOrder, where *generated.RemediationWhereInput) int
Review func(childComplexity int, id string) int
ReviewHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ReviewHistoryOrder, where *generated.ReviewHistoryWhereInput) int
ReviewSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Reviews func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ReviewOrder, where *generated.ReviewWhereInput) int
Risk func(childComplexity int, id string) int
RiskHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.RiskHistoryOrder, where *generated.RiskHistoryWhereInput) int
RiskSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Scan func(childComplexity int, id string) int
ScanHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ScanHistoryOrder, where *generated.ScanHistoryWhereInput) int
ScanSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Scans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScanOrder, where *generated.ScanWhereInput) int
ScheduledJob func(childComplexity int, id string) int
ScheduledJobHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ScheduledJobHistoryOrder, where *generated.ScheduledJobHistoryWhereInput) int
ScheduledJobRun func(childComplexity int, id string) int
ScheduledJobRuns func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScheduledJobRunOrder, where *generated.ScheduledJobRunWhereInput) int
ScheduledJobs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScheduledJobOrder, where *generated.ScheduledJobWhereInput) int
Search func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Self func(childComplexity int) int
Standard func(childComplexity int, id string) int
StandardHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.StandardHistoryOrder, where *generated.StandardHistoryWhereInput) int
StandardSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Standards func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.StandardOrder, where *generated.StandardWhereInput) int
Subcontrol func(childComplexity int, id string) int
SubcontrolHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.SubcontrolHistoryOrder, where *generated.SubcontrolHistoryWhereInput) int
SubcontrolSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
Subprocessor func(childComplexity int, id string) int
SubprocessorHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.SubprocessorHistoryOrder, where *generated.SubprocessorHistoryWhereInput) int
SubprocessorSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Subprocessors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubprocessorOrder, where *generated.SubprocessorWhereInput) int
Subscriber func(childComplexity int, email string) int
SubscriberSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Subscribers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubscriberOrder, where *generated.SubscriberWhereInput) int
TagDefinition func(childComplexity int, id string) int
TagDefinitionSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
TagDefinitions func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TagDefinitionOrder, where *generated.TagDefinitionWhereInput) int
Task func(childComplexity int, id string) int
TaskHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TaskHistoryOrder, where *generated.TaskHistoryWhereInput) int
TaskSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
Template func(childComplexity int, id string) int
TemplateHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TemplateHistoryOrder, where *generated.TemplateHistoryWhereInput) int
TemplateSearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Templates func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TemplateOrder, where *generated.TemplateWhereInput) int
TfaSetting func(childComplexity int, id *string) int
TfaSettings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TFASettingOrder, where *generated.TFASettingWhereInput) int
TrustCenter func(childComplexity int, id string) int
TrustCenterCompliance func(childComplexity int, id string) int
TrustCenterComplianceHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TrustCenterComplianceHistoryOrder, where *generated.TrustCenterComplianceHistoryWhereInput) int
TrustCenterCompliances func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterComplianceOrder, where *generated.TrustCenterComplianceWhereInput) int
TrustCenterDoc func(childComplexity int, id string) int
TrustCenterDocHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TrustCenterDocHistoryOrder, where *generated.TrustCenterDocHistoryWhereInput) int
TrustCenterDocs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterDocOrder, where *generated.TrustCenterDocWhereInput) int
TrustCenterHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TrustCenterHistoryOrder, where *generated.TrustCenterHistoryWhereInput) int
TrustCenterSetting func(childComplexity int, id string) int
TrustCenterSettingHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TrustCenterSettingHistoryOrder, where *generated.TrustCenterSettingHistoryWhereInput) int
TrustCenterSettings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterSettingOrder, where *generated.TrustCenterSettingWhereInput) int
TrustCenterSubprocessor func(childComplexity int, id string) int
TrustCenterSubprocessorHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TrustCenterSubprocessorHistoryOrder, where *generated.TrustCenterSubprocessorHistoryWhereInput) int
TrustCenterSubprocessors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterSubprocessorOrder, where *generated.TrustCenterSubprocessorWhereInput) int
TrustCenterWatermarkConfig func(childComplexity int, id string) int
TrustCenterWatermarkConfigHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TrustCenterWatermarkConfigHistoryOrder, where *generated.TrustCenterWatermarkConfigHistoryWhereInput) int
TrustCenterWatermarkConfigs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterWatermarkConfigOrder, where *generated.TrustCenterWatermarkConfigWhereInput) int
TrustCenters func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterOrder, where *generated.TrustCenterWhereInput) int
User func(childComplexity int, id string) int
UserHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.UserHistoryOrder, where *generated.UserHistoryWhereInput) int
UserSetting func(childComplexity int, id string) int
UserSettingHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.UserSettingHistoryOrder, where *generated.UserSettingHistoryWhereInput) int
UserSettings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.UserSettingOrder, where *generated.UserSettingWhereInput) int
Users func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.UserOrder, where *generated.UserWhereInput) int
Vulnerabilities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.VulnerabilityOrder, where *generated.VulnerabilityWhereInput) int
Vulnerability func(childComplexity int, id string) int
VulnerabilityHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.VulnerabilityHistoryOrder, where *generated.VulnerabilityHistoryWhereInput) int
VulnerabilitySearch func(childComplexity int, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) int
Webauthns func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WebauthnOrder, where *generated.WebauthnWhereInput) int
WorkflowAssignment func(childComplexity int, id string) int
WorkflowAssignmentHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WorkflowAssignmentHistoryOrder, where *generated.WorkflowAssignmentHistoryWhereInput) int
WorkflowAssignmentTarget func(childComplexity int, id string) int
WorkflowAssignmentTargetHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WorkflowAssignmentTargetHistoryOrder, where *generated.WorkflowAssignmentTargetHistoryWhereInput) int
WorkflowAssignmentTargets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowAssignmentTargetOrder, where *generated.WorkflowAssignmentTargetWhereInput) int
WorkflowAssignments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowAssignmentOrder, where *generated.WorkflowAssignmentWhereInput) int
WorkflowDefinition func(childComplexity int, id string) int
WorkflowDefinitionHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WorkflowDefinitionHistoryOrder, where *generated.WorkflowDefinitionHistoryWhereInput) int
WorkflowDefinitions func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowDefinitionOrder, where *generated.WorkflowDefinitionWhereInput) int
WorkflowEvent func(childComplexity int, id string) int
WorkflowEventHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WorkflowEventHistoryOrder, where *generated.WorkflowEventHistoryWhereInput) int
WorkflowEvents func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowEventOrder, where *generated.WorkflowEventWhereInput) int
WorkflowInstance func(childComplexity int, id string) int
WorkflowInstanceHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WorkflowInstanceHistoryOrder, where *generated.WorkflowInstanceHistoryWhereInput) int
WorkflowInstances func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowInstanceOrder, where *generated.WorkflowInstanceWhereInput) int
WorkflowObjectRef func(childComplexity int, id string) int
WorkflowObjectRefHistories func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WorkflowObjectRefHistoryOrder, where *generated.WorkflowObjectRefHistoryWhereInput) int
WorkflowObjectRefs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowObjectRefOrder, where *generated.WorkflowObjectRefWhereInput) int
}
Remediation struct {
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
Assets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssetOrder, where *generated.AssetWhereInput) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Comments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
CompletedAt func(childComplexity int) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DisplayID func(childComplexity int) int
DueAt func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Entities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
Error func(childComplexity int) int
Explanation func(childComplexity int) int
ExternalID func(childComplexity int) int
ExternalOwnerID func(childComplexity int) int
ExternalURI func(childComplexity int) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
Findings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingOrder, where *generated.FindingWhereInput) int
ID func(childComplexity int) int
Instructions func(childComplexity int) int
Integrations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.IntegrationOrder, where *generated.IntegrationWhereInput) int
Intent func(childComplexity int) int
InternalNotes func(childComplexity int) int
Metadata func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
OwnerReference func(childComplexity int) int
PrGeneratedAt func(childComplexity int) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
PullRequestURI func(childComplexity int) int
RepositoryURI func(childComplexity int) int
Reviews func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ReviewOrder, where *generated.ReviewWhereInput) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Source func(childComplexity int) int
State func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
Summary func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
TicketReference func(childComplexity int) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Vulnerabilities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.VulnerabilityOrder, where *generated.VulnerabilityWhereInput) int
}
RemediationBulkCreatePayload struct {
Remediations func(childComplexity int) int
}
RemediationConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
RemediationCreatePayload struct {
Remediation func(childComplexity int) int
}
RemediationDeletePayload struct {
DeletedID func(childComplexity int) int
}
RemediationEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
RemediationHistory struct {
CompletedAt func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DisplayID func(childComplexity int) int
DueAt func(childComplexity int) int
Error func(childComplexity int) int
Explanation func(childComplexity int) int
ExternalID func(childComplexity int) int
ExternalOwnerID func(childComplexity int) int
ExternalURI func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Instructions func(childComplexity int) int
Intent func(childComplexity int) int
InternalNotes func(childComplexity int) int
Metadata func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
OwnerReference func(childComplexity int) int
PrGeneratedAt func(childComplexity int) int
PullRequestURI func(childComplexity int) int
Ref func(childComplexity int) int
RepositoryURI func(childComplexity int) int
Source func(childComplexity int) int
State func(childComplexity int) int
Summary func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
TicketReference func(childComplexity int) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
RemediationHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
RemediationHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
RemediationUpdatePayload struct {
Remediation func(childComplexity int) int
}
Review struct {
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
Approved func(childComplexity int) int
ApprovedAt func(childComplexity int) int
Assets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssetOrder, where *generated.AssetWhereInput) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Category func(childComplexity int) int
Classification func(childComplexity int) int
Comments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Details func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Entities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
ExternalID func(childComplexity int) int
ExternalOwnerID func(childComplexity int) int
ExternalURI func(childComplexity int) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
Findings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingOrder, where *generated.FindingWhereInput) int
ID func(childComplexity int) int
Integrations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.IntegrationOrder, where *generated.IntegrationWhereInput) int
InternalNotes func(childComplexity int) int
Metadata func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
RawPayload func(childComplexity int) int
Remediations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RemediationOrder, where *generated.RemediationWhereInput) int
ReportedAt func(childComplexity int) int
Reporter func(childComplexity int) int
ReviewedAt func(childComplexity int) int
Reviewer func(childComplexity int) int
ReviewerID func(childComplexity int) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Source func(childComplexity int) int
State func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
Summary func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Vulnerabilities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.VulnerabilityOrder, where *generated.VulnerabilityWhereInput) int
}
ReviewBulkCreatePayload struct {
Reviews func(childComplexity int) int
}
ReviewConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ReviewCreatePayload struct {
Review func(childComplexity int) int
}
ReviewDeletePayload struct {
DeletedID func(childComplexity int) int
}
ReviewEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ReviewHistory struct {
Approved func(childComplexity int) int
ApprovedAt func(childComplexity int) int
Category func(childComplexity int) int
Classification func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Details func(childComplexity int) int
ExternalID func(childComplexity int) int
ExternalOwnerID func(childComplexity int) int
ExternalURI func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Metadata func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
RawPayload func(childComplexity int) int
Ref func(childComplexity int) int
ReportedAt func(childComplexity int) int
Reporter func(childComplexity int) int
ReviewedAt func(childComplexity int) int
ReviewerID func(childComplexity int) int
Source func(childComplexity int) int
State func(childComplexity int) int
Summary func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ReviewHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ReviewHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ReviewUpdatePayload struct {
Review func(childComplexity int) int
}
Risk struct {
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
Assets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssetOrder, where *generated.AssetWhereInput) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
BusinessCosts func(childComplexity int) int
Category func(childComplexity int) int
Comments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Delegate func(childComplexity int) int
DelegateID func(childComplexity int) int
Details func(childComplexity int) int
DisplayID func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Entities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
ID func(childComplexity int) int
Impact func(childComplexity int) int
InternalPolicies func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
Likelihood func(childComplexity int) int
Mitigation func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Procedures func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
RiskCategory func(childComplexity int) int
RiskCategoryID func(childComplexity int) int
RiskCategoryName func(childComplexity int) int
RiskKind func(childComplexity int) int
RiskKindID func(childComplexity int) int
RiskKindName func(childComplexity int) int
RiskType func(childComplexity int) int
Scans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScanOrder, where *generated.ScanWhereInput) int
Score func(childComplexity int) int
Stakeholder func(childComplexity int) int
StakeholderID func(childComplexity int) int
Status func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
}
RiskBulkCreatePayload struct {
Risks func(childComplexity int) int
}
RiskBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
RiskBulkUpdatePayload struct {
Risks func(childComplexity int) int
UpdatedIDs func(childComplexity int) int
}
RiskConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
RiskCreatePayload struct {
Risk func(childComplexity int) int
}
RiskDeletePayload struct {
DeletedID func(childComplexity int) int
}
RiskEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
RiskHistory struct {
BusinessCosts func(childComplexity int) int
Category func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DelegateID func(childComplexity int) int
Details func(childComplexity int) int
DisplayID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Impact func(childComplexity int) int
Likelihood func(childComplexity int) int
Mitigation func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
RiskCategoryID func(childComplexity int) int
RiskCategoryName func(childComplexity int) int
RiskKindID func(childComplexity int) int
RiskKindName func(childComplexity int) int
RiskType func(childComplexity int) int
Score func(childComplexity int) int
StakeholderID func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
RiskHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
RiskHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
RiskUpdatePayload struct {
Risk func(childComplexity int) int
}
Scan struct {
Assets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssetOrder, where *generated.AssetWhereInput) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Entities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
ID func(childComplexity int) int
Metadata func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
ScanType func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
Target func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
}
ScanBulkCreatePayload struct {
Scans func(childComplexity int) int
}
ScanBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
ScanBulkUpdatePayload struct {
Scans func(childComplexity int) int
UpdatedIDs func(childComplexity int) int
}
ScanConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ScanCreatePayload struct {
Scan func(childComplexity int) int
}
ScanDeletePayload struct {
DeletedID func(childComplexity int) int
}
ScanEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ScanHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Metadata func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
ScanType func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
Target func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ScanHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ScanHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ScanUpdatePayload struct {
Scan func(childComplexity int) int
}
ScheduledJob struct {
Active func(childComplexity int) int
Configuration func(childComplexity int) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Cron func(childComplexity int) int
DisplayID func(childComplexity int) int
ID func(childComplexity int) int
JobID func(childComplexity int) int
JobRunner func(childComplexity int) int
JobRunnerID func(childComplexity int) int
JobTemplate func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ScheduledJobBulkCreatePayload struct {
ScheduledJobs func(childComplexity int) int
}
ScheduledJobBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
ScheduledJobConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ScheduledJobCreatePayload struct {
ScheduledJob func(childComplexity int) int
}
ScheduledJobDeletePayload struct {
DeletedID func(childComplexity int) int
}
ScheduledJobEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ScheduledJobHistory struct {
Active func(childComplexity int) int
Configuration func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Cron func(childComplexity int) int
DisplayID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
JobID func(childComplexity int) int
JobRunnerID func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ScheduledJobHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ScheduledJobHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ScheduledJobRun struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
ExpectedExecutionTime func(childComplexity int) int
ID func(childComplexity int) int
JobRunner func(childComplexity int) int
JobRunnerID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
ScheduledJob func(childComplexity int) int
ScheduledJobID func(childComplexity int) int
Script func(childComplexity int) int
Status func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
ScheduledJobRunConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
ScheduledJobRunCreatePayload struct {
ScheduledJobRun func(childComplexity int) int
}
ScheduledJobRunDeletePayload struct {
DeletedID func(childComplexity int) int
}
ScheduledJobRunEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
ScheduledJobRunUpdatePayload struct {
ScheduledJobRun func(childComplexity int) int
}
ScheduledJobUpdatePayload struct {
ScheduledJob func(childComplexity int) int
}
SearchContext struct {
EntityID func(childComplexity int) int
EntityType func(childComplexity int) int
MatchedFields func(childComplexity int) int
Snippets func(childComplexity int) int
}
SearchResults struct {
ActionPlans func(childComplexity int) int
AssessmentResponses func(childComplexity int) int
Assessments func(childComplexity int) int
Assets func(childComplexity int) int
Contacts func(childComplexity int) int
ControlObjectives func(childComplexity int) int
Controls func(childComplexity int) int
CustomTypeEnums func(childComplexity int) int
Entities func(childComplexity int) int
Evidences func(childComplexity int) int
Findings func(childComplexity int) int
Groups func(childComplexity int) int
InternalPolicies func(childComplexity int) int
Invites func(childComplexity int) int
JobRunners func(childComplexity int) int
JobTemplates func(childComplexity int) int
Narratives func(childComplexity int) int
Organizations func(childComplexity int) int
Page func(childComplexity int) int
Procedures func(childComplexity int) int
Programs func(childComplexity int) int
Remediations func(childComplexity int) int
Reviews func(childComplexity int) int
Risks func(childComplexity int) int
Scans func(childComplexity int) int
SearchContext func(childComplexity int) int
Standards func(childComplexity int) int
Subcontrols func(childComplexity int) int
Subprocessors func(childComplexity int) int
Subscribers func(childComplexity int) int
TagDefinitions func(childComplexity int) int
Tasks func(childComplexity int) int
Templates func(childComplexity int) int
TotalCount func(childComplexity int) int
Vulnerabilities func(childComplexity int) int
}
SearchSnippet struct {
Field func(childComplexity int) int
Text func(childComplexity int) int
}
SendTrustCenterNDAEmailPayload struct {
Success func(childComplexity int) int
}
Standard struct {
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
Domains func(childComplexity int) int
Framework func(childComplexity int) int
FreeToUse func(childComplexity int) int
GoverningBody func(childComplexity int) int
GoverningBodyLogoURL func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
IsPublic func(childComplexity int) int
Link func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Revision func(childComplexity int) int
ShortName func(childComplexity int) int
StandardType func(childComplexity int) int
Status func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
TrustCenterCompliances func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterComplianceOrder, where *generated.TrustCenterComplianceWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Version func(childComplexity int) int
}
StandardBulkCreatePayload struct {
Standards func(childComplexity int) int
}
StandardConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
StandardCreatePayload struct {
Standard func(childComplexity int) int
}
StandardDeletePayload struct {
DeletedID func(childComplexity int) int
}
StandardEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
StandardHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
Domains func(childComplexity int) int
Framework func(childComplexity int) int
FreeToUse func(childComplexity int) int
GoverningBody func(childComplexity int) int
GoverningBodyLogoURL func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
IsPublic func(childComplexity int) int
Link func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
Revision func(childComplexity int) int
ShortName func(childComplexity int) int
StandardType func(childComplexity int) int
Status func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Version func(childComplexity int) int
}
StandardHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
StandardHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
StandardUpdatePayload struct {
Standard func(childComplexity int) int
}
Subcontrol struct {
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
Aliases func(childComplexity int) int
AssessmentMethods func(childComplexity int) int
AssessmentObjectives func(childComplexity int) int
AuditorReferenceID func(childComplexity int) int
Category func(childComplexity int) int
CategoryID func(childComplexity int) int
Comments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
Control func(childComplexity int) int
ControlID func(childComplexity int) int
ControlImplementations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlImplementationOrder, where *generated.ControlImplementationWhereInput) int
ControlObjectives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlObjectiveOrder, where *generated.ControlObjectiveWhereInput) int
ControlOwner func(childComplexity int) int
ControlOwnerID func(childComplexity int) int
ControlQuestions func(childComplexity int) int
ControlType func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Delegate func(childComplexity int) int
DelegateID func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
Evidence func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EvidenceOrder, where *generated.EvidenceWhereInput) int
ExampleEvidence func(childComplexity int) int
ID func(childComplexity int) int
ImplementationGuidance func(childComplexity int) int
InternalNotes func(childComplexity int) int
InternalPolicies func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
MappedCategories func(childComplexity int) int
Narratives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NarrativeOrder, where *generated.NarrativeWhereInput) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Procedures func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
RefCode func(childComplexity int) int
ReferenceFramework func(childComplexity int) int
ReferenceFrameworkRevision func(childComplexity int) int
ReferenceID func(childComplexity int) int
References func(childComplexity int) int
ResponsibleParty func(childComplexity int) int
ResponsiblePartyID func(childComplexity int) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
ScheduledJobs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScheduledJobOrder, where *generated.ScheduledJobWhereInput) int
Source func(childComplexity int) int
Status func(childComplexity int) int
Subcategory func(childComplexity int) int
SubcontrolKind func(childComplexity int) int
SubcontrolKindID func(childComplexity int) int
SubcontrolKindName func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
SubcontrolBulkCreatePayload struct {
Subcontrols func(childComplexity int) int
}
SubcontrolBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
SubcontrolConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
SubcontrolCreatePayload struct {
Subcontrol func(childComplexity int) int
}
SubcontrolDeletePayload struct {
DeletedID func(childComplexity int) int
}
SubcontrolEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
SubcontrolHistory struct {
Aliases func(childComplexity int) int
AssessmentMethods func(childComplexity int) int
AssessmentObjectives func(childComplexity int) int
AuditorReferenceID func(childComplexity int) int
Category func(childComplexity int) int
CategoryID func(childComplexity int) int
ControlID func(childComplexity int) int
ControlOwnerID func(childComplexity int) int
ControlQuestions func(childComplexity int) int
ControlType func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DelegateID func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
ExampleEvidence func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
ImplementationGuidance func(childComplexity int) int
InternalNotes func(childComplexity int) int
MappedCategories func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
RefCode func(childComplexity int) int
ReferenceFramework func(childComplexity int) int
ReferenceFrameworkRevision func(childComplexity int) int
ReferenceID func(childComplexity int) int
References func(childComplexity int) int
ResponsiblePartyID func(childComplexity int) int
Source func(childComplexity int) int
Status func(childComplexity int) int
Subcategory func(childComplexity int) int
SubcontrolKindID func(childComplexity int) int
SubcontrolKindName func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
SubcontrolHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
SubcontrolHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
SubcontrolUpdatePayload struct {
Subcontrol func(childComplexity int) int
}
SubmitTrustCenterNDAResponsePayload struct {
DocumentData func(childComplexity int) int
}
Subprocessor struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
LogoFile func(childComplexity int) int
LogoFileID func(childComplexity int) int
LogoRemoteURL func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
TrustCenterSubprocessors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterSubprocessorOrder, where *generated.TrustCenterSubprocessorWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
SubprocessorBulkCreatePayload struct {
Subprocessors func(childComplexity int) int
}
SubprocessorBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
SubprocessorConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
SubprocessorCreatePayload struct {
Subprocessor func(childComplexity int) int
}
SubprocessorDeletePayload struct {
DeletedID func(childComplexity int) int
}
SubprocessorEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
SubprocessorHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
LogoFileID func(childComplexity int) int
LogoRemoteURL func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
SubprocessorHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
SubprocessorHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
SubprocessorUpdatePayload struct {
Subprocessor func(childComplexity int) int
}
Subscriber struct {
Active func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Email func(childComplexity int) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
ID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
PhoneNumber func(childComplexity int) int
SendAttempts func(childComplexity int) int
Tags func(childComplexity int) int
Unsubscribed func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
VerifiedEmail func(childComplexity int) int
VerifiedPhone func(childComplexity int) int
}
SubscriberBulkCreatePayload struct {
Subscribers func(childComplexity int) int
}
SubscriberConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
SubscriberCreatePayload struct {
Subscriber func(childComplexity int) int
}
SubscriberDeletePayload struct {
Email func(childComplexity int) int
}
SubscriberEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
SubscriberUpdatePayload struct {
Subscriber func(childComplexity int) int
}
Subscription struct {
TaskCreated func(childComplexity int) int
}
TFASetting struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
ID func(childComplexity int) int
Owner func(childComplexity int) int
TotpAllowed func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Verified func(childComplexity int) int
}
TFASettingConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TFASettingCreatePayload struct {
QRCode func(childComplexity int) int
TfaSecret func(childComplexity int) int
TfaSetting func(childComplexity int) int
}
TFASettingEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TFASettingUpdatePayload struct {
QRCode func(childComplexity int) int
RecoveryCodes func(childComplexity int) int
TfaSecret func(childComplexity int) int
TfaSetting func(childComplexity int) int
}
TagDefinition struct {
Aliases func(childComplexity int) int
Color func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Slug func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TagDefinitionBulkCreatePayload struct {
TagDefinitions func(childComplexity int) int
}
TagDefinitionConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TagDefinitionCreatePayload struct {
TagDefinition func(childComplexity int) int
}
TagDefinitionDeletePayload struct {
DeletedID func(childComplexity int) int
}
TagDefinitionEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TagDefinitionUpdatePayload struct {
TagDefinition func(childComplexity int) int
}
Task struct {
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
Assignee func(childComplexity int) int
AssigneeID func(childComplexity int) int
Assigner func(childComplexity int) int
AssignerID func(childComplexity int) int
Category func(childComplexity int) int
Comments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
Completed func(childComplexity int) int
ControlImplementations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlImplementationOrder, where *generated.ControlImplementationWhereInput) int
ControlObjectives func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlObjectiveOrder, where *generated.ControlObjectiveWhereInput) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Details func(childComplexity int) int
DisplayID func(childComplexity int) int
Due func(childComplexity int) int
Evidence func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EvidenceOrder, where *generated.EvidenceWhereInput) int
ExternalReferenceURL func(childComplexity int) int
Groups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ID func(childComplexity int) int
IdempotencyKey func(childComplexity int) int
InternalPolicies func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Procedures func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Status func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
SystemGenerated func(childComplexity int) int
Tags func(childComplexity int) int
TaskKind func(childComplexity int) int
TaskKindID func(childComplexity int) int
TaskKindName func(childComplexity int) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowObjectRefs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowObjectRefOrder, where *generated.WorkflowObjectRefWhereInput) int
}
TaskBulkCreatePayload struct {
Tasks func(childComplexity int) int
}
TaskBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
TaskBulkUpdatePayload struct {
Tasks func(childComplexity int) int
UpdatedIDs func(childComplexity int) int
}
TaskConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TaskCreatePayload struct {
Task func(childComplexity int) int
}
TaskDeletePayload struct {
DeletedID func(childComplexity int) int
}
TaskEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TaskHistory struct {
AssigneeID func(childComplexity int) int
AssignerID func(childComplexity int) int
Category func(childComplexity int) int
Completed func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Details func(childComplexity int) int
DisplayID func(childComplexity int) int
Due func(childComplexity int) int
ExternalReferenceURL func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
IdempotencyKey func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
Status func(childComplexity int) int
SystemGenerated func(childComplexity int) int
Tags func(childComplexity int) int
TaskKindID func(childComplexity int) int
TaskKindName func(childComplexity int) int
Title func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TaskHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TaskHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TaskUpdatePayload struct {
Task func(childComplexity int) int
}
Template struct {
Assessments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssessmentOrder, where *generated.AssessmentWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
Documents func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DocumentDataOrder, where *generated.DocumentDataWhereInput) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Jsonconfig func(childComplexity int) int
Kind func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
TemplateType func(childComplexity int) int
TrustCenter func(childComplexity int) int
TrustCenterID func(childComplexity int) int
Uischema func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TemplateBulkCreatePayload struct {
Templates func(childComplexity int) int
}
TemplateBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
TemplateConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TemplateCreatePayload struct {
Template func(childComplexity int) int
}
TemplateDeletePayload struct {
DeletedID func(childComplexity int) int
}
TemplateEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TemplateHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Description func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
Jsonconfig func(childComplexity int) int
Kind func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
TemplateType func(childComplexity int) int
TrustCenterID func(childComplexity int) int
Uischema func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TemplateHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TemplateHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TemplateUpdatePayload struct {
Template func(childComplexity int) int
}
TrustCenter struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
CustomDomain func(childComplexity int) int
CustomDomainID func(childComplexity int) int
ID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
PirschDomainID func(childComplexity int) int
PirschIdentificationCode func(childComplexity int) int
Posts func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
PreviewDomain func(childComplexity int) int
PreviewDomainID func(childComplexity int) int
PreviewSetting func(childComplexity int) int
PreviewStatus func(childComplexity int) int
Setting func(childComplexity int) int
Slug func(childComplexity int) int
Tags func(childComplexity int) int
Templates func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TemplateOrder, where *generated.TemplateWhereInput) int
TrustCenterCompliances func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterComplianceOrder, where *generated.TrustCenterComplianceWhereInput) int
TrustCenterDocs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterDocOrder, where *generated.TrustCenterDocWhereInput) int
TrustCenterSubprocessors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterSubprocessorOrder, where *generated.TrustCenterSubprocessorWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WatermarkConfig func(childComplexity int) int
}
TrustCenterCompliance struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
ID func(childComplexity int) int
Standard func(childComplexity int) int
StandardID func(childComplexity int) int
Tags func(childComplexity int) int
TrustCenter func(childComplexity int) int
TrustCenterID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TrustCenterComplianceBulkCreatePayload struct {
TrustCenterCompliances func(childComplexity int) int
}
TrustCenterComplianceBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
TrustCenterComplianceConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TrustCenterComplianceCreatePayload struct {
TrustCenterCompliance func(childComplexity int) int
}
TrustCenterComplianceDeletePayload struct {
DeletedID func(childComplexity int) int
}
TrustCenterComplianceEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TrustCenterComplianceHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
Ref func(childComplexity int) int
StandardID func(childComplexity int) int
Tags func(childComplexity int) int
TrustCenterID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TrustCenterComplianceHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TrustCenterComplianceHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TrustCenterComplianceUpdatePayload struct {
TrustCenterCompliance func(childComplexity int) int
}
TrustCenterConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TrustCenterCreatePayload struct {
TrustCenter func(childComplexity int) int
}
TrustCenterDeletePayload struct {
DeletedID func(childComplexity int) int
}
TrustCenterDoc struct {
Category func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
File func(childComplexity int) int
FileID func(childComplexity int) int
ID func(childComplexity int) int
OriginalFile func(childComplexity int) int
OriginalFileID func(childComplexity int) int
Tags func(childComplexity int) int
Title func(childComplexity int) int
TrustCenter func(childComplexity int) int
TrustCenterID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Visibility func(childComplexity int) int
WatermarkStatus func(childComplexity int) int
WatermarkingEnabled func(childComplexity int) int
}
TrustCenterDocBulkCreatePayload struct {
TrustCenterDocs func(childComplexity int) int
}
TrustCenterDocBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
TrustCenterDocBulkUpdatePayload struct {
TrustCenterDocs func(childComplexity int) int
UpdatedIDs func(childComplexity int) int
}
TrustCenterDocConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TrustCenterDocCreatePayload struct {
TrustCenterDoc func(childComplexity int) int
}
TrustCenterDocDeletePayload struct {
DeletedID func(childComplexity int) int
}
TrustCenterDocEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TrustCenterDocHistory struct {
Category func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
FileID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
OriginalFileID func(childComplexity int) int
Ref func(childComplexity int) int
Tags func(childComplexity int) int
Title func(childComplexity int) int
TrustCenterID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Visibility func(childComplexity int) int
WatermarkStatus func(childComplexity int) int
WatermarkingEnabled func(childComplexity int) int
}
TrustCenterDocHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TrustCenterDocHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TrustCenterDocUpdatePayload struct {
TrustCenterDoc func(childComplexity int) int
}
TrustCenterDomainCreatePayload struct {
CustomDomain func(childComplexity int) int
}
TrustCenterEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TrustCenterHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
CustomDomainID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
PirschDomainID func(childComplexity int) int
PirschIdentificationCode func(childComplexity int) int
PreviewDomainID func(childComplexity int) int
PreviewStatus func(childComplexity int) int
Ref func(childComplexity int) int
Slug func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TrustCenterHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TrustCenterHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TrustCenterNDACreatePayload struct {
Template func(childComplexity int) int
}
TrustCenterNDAUpdatePayload struct {
Template func(childComplexity int) int
}
TrustCenterSetting struct {
AccentColor func(childComplexity int) int
BackgroundColor func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Environment func(childComplexity int) int
FaviconFile func(childComplexity int) int
FaviconLocalFileID func(childComplexity int) int
FaviconRemoteURL func(childComplexity int) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
Font func(childComplexity int) int
ForegroundColor func(childComplexity int) int
ID func(childComplexity int) int
LogoFile func(childComplexity int) int
LogoLocalFileID func(childComplexity int) int
LogoRemoteURL func(childComplexity int) int
Overview func(childComplexity int) int
PrimaryColor func(childComplexity int) int
SecondaryBackgroundColor func(childComplexity int) int
SecondaryForegroundColor func(childComplexity int) int
ThemeMode func(childComplexity int) int
Title func(childComplexity int) int
TrustCenterID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TrustCenterSettingBulkCreatePayload struct {
TrustCenterSettings func(childComplexity int) int
}
TrustCenterSettingConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TrustCenterSettingCreatePayload struct {
TrustCenterSetting func(childComplexity int) int
}
TrustCenterSettingDeletePayload struct {
DeletedID func(childComplexity int) int
}
TrustCenterSettingEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TrustCenterSettingHistory struct {
AccentColor func(childComplexity int) int
BackgroundColor func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Environment func(childComplexity int) int
FaviconLocalFileID func(childComplexity int) int
FaviconRemoteURL func(childComplexity int) int
Font func(childComplexity int) int
ForegroundColor func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
LogoLocalFileID func(childComplexity int) int
LogoRemoteURL func(childComplexity int) int
Operation func(childComplexity int) int
Overview func(childComplexity int) int
PrimaryColor func(childComplexity int) int
Ref func(childComplexity int) int
SecondaryBackgroundColor func(childComplexity int) int
SecondaryForegroundColor func(childComplexity int) int
ThemeMode func(childComplexity int) int
Title func(childComplexity int) int
TrustCenterID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TrustCenterSettingHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TrustCenterSettingHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TrustCenterSettingUpdatePayload struct {
TrustCenterSetting func(childComplexity int) int
}
TrustCenterSubprocessor struct {
Category func(childComplexity int) int
Countries func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
ID func(childComplexity int) int
Subprocessor func(childComplexity int) int
SubprocessorID func(childComplexity int) int
TrustCenter func(childComplexity int) int
TrustCenterID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TrustCenterSubprocessorBulkCreatePayload struct {
TrustCenterSubprocessors func(childComplexity int) int
}
TrustCenterSubprocessorBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
TrustCenterSubprocessorConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TrustCenterSubprocessorCreatePayload struct {
TrustCenterSubprocessor func(childComplexity int) int
}
TrustCenterSubprocessorDeletePayload struct {
DeletedID func(childComplexity int) int
}
TrustCenterSubprocessorEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TrustCenterSubprocessorHistory struct {
Category func(childComplexity int) int
Countries func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
Ref func(childComplexity int) int
SubprocessorID func(childComplexity int) int
TrustCenterID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TrustCenterSubprocessorHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TrustCenterSubprocessorHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TrustCenterSubprocessorUpdatePayload struct {
TrustCenterSubprocessor func(childComplexity int) int
}
TrustCenterUpdatePayload struct {
TrustCenter func(childComplexity int) int
}
TrustCenterWatermarkConfig struct {
Color func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
File func(childComplexity int) int
Font func(childComplexity int) int
FontSize func(childComplexity int) int
ID func(childComplexity int) int
LogoID func(childComplexity int) int
Opacity func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Rotation func(childComplexity int) int
Text func(childComplexity int) int
TrustCenter func(childComplexity int) int
TrustCenterID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TrustCenterWatermarkConfigBulkCreatePayload struct {
TrustCenterWatermarkConfigs func(childComplexity int) int
}
TrustCenterWatermarkConfigConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TrustCenterWatermarkConfigCreatePayload struct {
TrustCenterWatermarkConfig func(childComplexity int) int
}
TrustCenterWatermarkConfigDeletePayload struct {
DeletedID func(childComplexity int) int
}
TrustCenterWatermarkConfigEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TrustCenterWatermarkConfigHistory struct {
Color func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
Font func(childComplexity int) int
FontSize func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
LogoID func(childComplexity int) int
Opacity func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
Rotation func(childComplexity int) int
Text func(childComplexity int) int
TrustCenterID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
TrustCenterWatermarkConfigHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
TrustCenterWatermarkConfigHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
TrustCenterWatermarkConfigUpdatePayload struct {
TrustCenterWatermarkConfig func(childComplexity int) int
}
User struct {
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
AssigneeTasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
AssignerTasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
AuthProvider func(childComplexity int) int
AvatarFile func(childComplexity int) int
AvatarLocalFileID func(childComplexity int) int
AvatarRemoteURL func(childComplexity int) int
AvatarUpdatedAt func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DisplayID func(childComplexity int) int
DisplayName func(childComplexity int) int
Email func(childComplexity int) int
Events func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) int
FirstName func(childComplexity int) int
GroupMemberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupMembershipOrder, where *generated.GroupMembershipWhereInput) int
Groups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ID func(childComplexity int) int
LastLoginProvider func(childComplexity int) int
LastName func(childComplexity int) int
LastSeen func(childComplexity int) int
OrgMemberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrgMembershipOrder, where *generated.OrgMembershipWhereInput) int
Organizations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrganizationOrder, where *generated.OrganizationWhereInput) int
PersonalAccessTokens func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.PersonalAccessTokenOrder, where *generated.PersonalAccessTokenWhereInput) int
ProgramMemberships func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramMembershipOrder, where *generated.ProgramMembershipWhereInput) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
ProgramsOwned func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
Role func(childComplexity int) int
ScimActive func(childComplexity int) int
ScimExternalID func(childComplexity int) int
ScimLocale func(childComplexity int) int
ScimPreferredLanguage func(childComplexity int) int
ScimUsername func(childComplexity int) int
Setting func(childComplexity int) int
Sub func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
Tags func(childComplexity int) int
TfaSettings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TFASettingOrder, where *generated.TFASettingWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Webauthns func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WebauthnOrder, where *generated.WebauthnWhereInput) int
}
UserBulkCreatePayload struct {
Users func(childComplexity int) int
}
UserConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
UserCreatePayload struct {
User func(childComplexity int) int
}
UserDeletePayload struct {
DeletedID func(childComplexity int) int
}
UserEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
UserHistory struct {
AuthProvider func(childComplexity int) int
AvatarLocalFileID func(childComplexity int) int
AvatarRemoteURL func(childComplexity int) int
AvatarUpdatedAt func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DisplayID func(childComplexity int) int
DisplayName func(childComplexity int) int
Email func(childComplexity int) int
FirstName func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
LastLoginProvider func(childComplexity int) int
LastName func(childComplexity int) int
LastSeen func(childComplexity int) int
Operation func(childComplexity int) int
Ref func(childComplexity int) int
Role func(childComplexity int) int
ScimActive func(childComplexity int) int
ScimExternalID func(childComplexity int) int
ScimLocale func(childComplexity int) int
ScimPreferredLanguage func(childComplexity int) int
ScimUsername func(childComplexity int) int
Sub func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
UserHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
UserHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
UserSetting struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DefaultOrg func(childComplexity int) int
EmailConfirmed func(childComplexity int) int
ID func(childComplexity int) int
IsTfaEnabled func(childComplexity int) int
IsWebauthnAllowed func(childComplexity int) int
Locked func(childComplexity int) int
SilencedAt func(childComplexity int) int
Status func(childComplexity int) int
SuspendedAt func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
User func(childComplexity int) int
UserID func(childComplexity int) int
}
UserSettingBulkCreatePayload struct {
UserSettings func(childComplexity int) int
}
UserSettingBulkDeletePayload struct {
DeletedIDs func(childComplexity int) int
}
UserSettingConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
UserSettingCreatePayload struct {
UserSetting func(childComplexity int) int
}
UserSettingEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
UserSettingHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
EmailConfirmed func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
IsTfaEnabled func(childComplexity int) int
IsWebauthnAllowed func(childComplexity int) int
Locked func(childComplexity int) int
Operation func(childComplexity int) int
Ref func(childComplexity int) int
SilencedAt func(childComplexity int) int
Status func(childComplexity int) int
SuspendedAt func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
UserID func(childComplexity int) int
}
UserSettingHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
UserSettingHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
UserSettingUpdatePayload struct {
UserSetting func(childComplexity int) int
}
UserUpdatePayload struct {
User func(childComplexity int) int
}
Vulnerability struct {
ActionPlans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) int
Assets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssetOrder, where *generated.AssetWhereInput) int
BlockedGroups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Blocking func(childComplexity int) int
Category func(childComplexity int) int
Comments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) int
Controls func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
CveID func(childComplexity int) int
Description func(childComplexity int) int
DiscoveredAt func(childComplexity int) int
DisplayID func(childComplexity int) int
DisplayName func(childComplexity int) int
Editors func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
Entities func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) int
Exploitability func(childComplexity int) int
ExternalID func(childComplexity int) int
ExternalOwnerID func(childComplexity int) int
ExternalURI func(childComplexity int) int
Files func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) int
Findings func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingOrder, where *generated.FindingWhereInput) int
ID func(childComplexity int) int
Impact func(childComplexity int) int
Impacts func(childComplexity int) int
Integrations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.IntegrationOrder, where *generated.IntegrationWhereInput) int
InternalNotes func(childComplexity int) int
Metadata func(childComplexity int) int
Open func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Priority func(childComplexity int) int
Production func(childComplexity int) int
Programs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) int
Public func(childComplexity int) int
PublishedAt func(childComplexity int) int
RawPayload func(childComplexity int) int
References func(childComplexity int) int
RemediationSLA func(childComplexity int) int
Remediations func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RemediationOrder, where *generated.RemediationWhereInput) int
Reviews func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ReviewOrder, where *generated.ReviewWhereInput) int
Risks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) int
Scans func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScanOrder, where *generated.ScanWhereInput) int
Score func(childComplexity int) int
Severity func(childComplexity int) int
Source func(childComplexity int) int
SourceUpdatedAt func(childComplexity int) int
Status func(childComplexity int) int
Subcontrols func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) int
Summary func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
Tasks func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Validated func(childComplexity int) int
Vector func(childComplexity int) int
Viewers func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
}
VulnerabilityBulkCreatePayload struct {
Vulnerabilities func(childComplexity int) int
}
VulnerabilityConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
VulnerabilityCreatePayload struct {
Vulnerability func(childComplexity int) int
}
VulnerabilityDeletePayload struct {
DeletedID func(childComplexity int) int
}
VulnerabilityEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
VulnerabilityHistory struct {
Blocking func(childComplexity int) int
Category func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
CveID func(childComplexity int) int
Description func(childComplexity int) int
DiscoveredAt func(childComplexity int) int
DisplayID func(childComplexity int) int
DisplayName func(childComplexity int) int
Exploitability func(childComplexity int) int
ExternalID func(childComplexity int) int
ExternalOwnerID func(childComplexity int) int
ExternalURI func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Impact func(childComplexity int) int
Impacts func(childComplexity int) int
InternalNotes func(childComplexity int) int
Metadata func(childComplexity int) int
Open func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Priority func(childComplexity int) int
Production func(childComplexity int) int
Public func(childComplexity int) int
PublishedAt func(childComplexity int) int
RawPayload func(childComplexity int) int
Ref func(childComplexity int) int
References func(childComplexity int) int
RemediationSLA func(childComplexity int) int
Score func(childComplexity int) int
Severity func(childComplexity int) int
Source func(childComplexity int) int
SourceUpdatedAt func(childComplexity int) int
Status func(childComplexity int) int
Summary func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
Validated func(childComplexity int) int
Vector func(childComplexity int) int
}
VulnerabilityHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
VulnerabilityHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
VulnerabilityUpdatePayload struct {
Vulnerability func(childComplexity int) int
}
Webauthn struct {
Aaguid func(childComplexity int) int
BackupEligible func(childComplexity int) int
BackupState func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
ID func(childComplexity int) int
Owner func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
}
WebauthnConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WebauthnDeletePayload struct {
DeletedID func(childComplexity int) int
}
WebauthnEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowAssignment struct {
ActorGroupID func(childComplexity int) int
ActorUserID func(childComplexity int) int
AssignmentKey func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DecidedAt func(childComplexity int) int
DisplayID func(childComplexity int) int
Group func(childComplexity int) int
ID func(childComplexity int) int
Label func(childComplexity int) int
Metadata func(childComplexity int) int
Notes func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Required func(childComplexity int) int
Role func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
User func(childComplexity int) int
WorkflowAssignmentTargets func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowAssignmentTargetOrder, where *generated.WorkflowAssignmentTargetWhereInput) int
WorkflowInstance func(childComplexity int) int
WorkflowInstanceID func(childComplexity int) int
}
WorkflowAssignmentBulkCreatePayload struct {
WorkflowAssignments func(childComplexity int) int
}
WorkflowAssignmentConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WorkflowAssignmentCreatePayload struct {
WorkflowAssignment func(childComplexity int) int
}
WorkflowAssignmentDeletePayload struct {
DeletedID func(childComplexity int) int
}
WorkflowAssignmentEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowAssignmentHistory struct {
ActorGroupID func(childComplexity int) int
ActorUserID func(childComplexity int) int
AssignmentKey func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DecidedAt func(childComplexity int) int
DisplayID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Label func(childComplexity int) int
Metadata func(childComplexity int) int
Notes func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
Required func(childComplexity int) int
Role func(childComplexity int) int
Status func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowInstanceID func(childComplexity int) int
}
WorkflowAssignmentHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WorkflowAssignmentHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowAssignmentTarget struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DisplayID func(childComplexity int) int
Group func(childComplexity int) int
ID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
ResolverKey func(childComplexity int) int
Tags func(childComplexity int) int
TargetGroupID func(childComplexity int) int
TargetType func(childComplexity int) int
TargetUserID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
User func(childComplexity int) int
WorkflowAssignment func(childComplexity int) int
WorkflowAssignmentID func(childComplexity int) int
}
WorkflowAssignmentTargetBulkCreatePayload struct {
WorkflowAssignmentTargets func(childComplexity int) int
}
WorkflowAssignmentTargetConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WorkflowAssignmentTargetCreatePayload struct {
WorkflowAssignmentTarget func(childComplexity int) int
}
WorkflowAssignmentTargetDeletePayload struct {
DeletedID func(childComplexity int) int
}
WorkflowAssignmentTargetEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowAssignmentTargetHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DisplayID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
ResolverKey func(childComplexity int) int
Tags func(childComplexity int) int
TargetGroupID func(childComplexity int) int
TargetType func(childComplexity int) int
TargetUserID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowAssignmentID func(childComplexity int) int
}
WorkflowAssignmentTargetHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WorkflowAssignmentTargetHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowAssignmentTargetUpdatePayload struct {
WorkflowAssignmentTarget func(childComplexity int) int
}
WorkflowAssignmentUpdatePayload struct {
WorkflowAssignment func(childComplexity int) int
}
WorkflowDefinition struct {
Active func(childComplexity int) int
CooldownSeconds func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DefinitionJSON func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
Draft func(childComplexity int) int
Groups func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
IsDefault func(childComplexity int) int
Name func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
PublishedAt func(childComplexity int) int
Revision func(childComplexity int) int
SchemaType func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
TagDefinitions func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TagDefinitionOrder, where *generated.TagDefinitionWhereInput) int
Tags func(childComplexity int) int
TrackedFields func(childComplexity int) int
TriggerFields func(childComplexity int) int
TriggerOperations func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowKind func(childComplexity int) int
}
WorkflowDefinitionBulkCreatePayload struct {
WorkflowDefinitions func(childComplexity int) int
}
WorkflowDefinitionConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WorkflowDefinitionCreatePayload struct {
WorkflowDefinition func(childComplexity int) int
}
WorkflowDefinitionDeletePayload struct {
DeletedID func(childComplexity int) int
}
WorkflowDefinitionEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowDefinitionHistory struct {
Active func(childComplexity int) int
CooldownSeconds func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DefinitionJSON func(childComplexity int) int
Description func(childComplexity int) int
DisplayID func(childComplexity int) int
Draft func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalNotes func(childComplexity int) int
IsDefault func(childComplexity int) int
Name func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
PublishedAt func(childComplexity int) int
Ref func(childComplexity int) int
Revision func(childComplexity int) int
SchemaType func(childComplexity int) int
SystemInternalID func(childComplexity int) int
SystemOwned func(childComplexity int) int
Tags func(childComplexity int) int
TrackedFields func(childComplexity int) int
TriggerFields func(childComplexity int) int
TriggerOperations func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowKind func(childComplexity int) int
}
WorkflowDefinitionHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WorkflowDefinitionHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowDefinitionUpdatePayload struct {
WorkflowDefinition func(childComplexity int) int
}
WorkflowEvent struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DisplayID func(childComplexity int) int
EventType func(childComplexity int) int
ID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Payload func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowInstance func(childComplexity int) int
WorkflowInstanceID func(childComplexity int) int
}
WorkflowEventBulkCreatePayload struct {
WorkflowEvents func(childComplexity int) int
}
WorkflowEventConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WorkflowEventCreatePayload struct {
WorkflowEvent func(childComplexity int) int
}
WorkflowEventDeletePayload struct {
DeletedID func(childComplexity int) int
}
WorkflowEventEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowEventHistory struct {
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DisplayID func(childComplexity int) int
EventType func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Payload func(childComplexity int) int
Ref func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowInstanceID func(childComplexity int) int
}
WorkflowEventHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WorkflowEventHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowEventUpdatePayload struct {
WorkflowEvent func(childComplexity int) int
}
WorkflowInstance struct {
Context func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DefinitionSnapshot func(childComplexity int) int
DisplayID func(childComplexity int) int
ID func(childComplexity int) int
LastEvaluatedAt func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
State func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowAssignments func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowAssignmentOrder, where *generated.WorkflowAssignmentWhereInput) int
WorkflowDefinition func(childComplexity int) int
WorkflowDefinitionID func(childComplexity int) int
WorkflowEvents func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowEventOrder, where *generated.WorkflowEventWhereInput) int
WorkflowObjectRefs func(childComplexity int, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowObjectRefOrder, where *generated.WorkflowObjectRefWhereInput) int
}
WorkflowInstanceBulkCreatePayload struct {
WorkflowInstances func(childComplexity int) int
}
WorkflowInstanceConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WorkflowInstanceCreatePayload struct {
WorkflowInstance func(childComplexity int) int
}
WorkflowInstanceDeletePayload struct {
DeletedID func(childComplexity int) int
}
WorkflowInstanceEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowInstanceHistory struct {
Context func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DefinitionSnapshot func(childComplexity int) int
DisplayID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
LastEvaluatedAt func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
State func(childComplexity int) int
Tags func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowDefinitionID func(childComplexity int) int
}
WorkflowInstanceHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WorkflowInstanceHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowInstanceUpdatePayload struct {
WorkflowInstance func(childComplexity int) int
}
WorkflowObjectRef struct {
Control func(childComplexity int) int
ControlID func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DirectoryAccount func(childComplexity int) int
DirectoryAccountID func(childComplexity int) int
DirectoryGroup func(childComplexity int) int
DirectoryGroupID func(childComplexity int) int
DirectoryMembership func(childComplexity int) int
DirectoryMembershipID func(childComplexity int) int
DisplayID func(childComplexity int) int
Finding func(childComplexity int) int
FindingID func(childComplexity int) int
ID func(childComplexity int) int
InternalPolicy func(childComplexity int) int
InternalPolicyID func(childComplexity int) int
Owner func(childComplexity int) int
OwnerID func(childComplexity int) int
Task func(childComplexity int) int
TaskID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowInstance func(childComplexity int) int
WorkflowInstanceID func(childComplexity int) int
}
WorkflowObjectRefBulkCreatePayload struct {
WorkflowObjectRefs func(childComplexity int) int
}
WorkflowObjectRefConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WorkflowObjectRefCreatePayload struct {
WorkflowObjectRef func(childComplexity int) int
}
WorkflowObjectRefDeletePayload struct {
DeletedID func(childComplexity int) int
}
WorkflowObjectRefEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowObjectRefHistory struct {
ControlID func(childComplexity int) int
CreatedAt func(childComplexity int) int
CreatedBy func(childComplexity int) int
DirectoryAccountID func(childComplexity int) int
DirectoryGroupID func(childComplexity int) int
DirectoryMembershipID func(childComplexity int) int
DisplayID func(childComplexity int) int
FindingID func(childComplexity int) int
HistoryTime func(childComplexity int) int
ID func(childComplexity int) int
InternalPolicyID func(childComplexity int) int
Operation func(childComplexity int) int
OwnerID func(childComplexity int) int
Ref func(childComplexity int) int
TaskID func(childComplexity int) int
UpdatedAt func(childComplexity int) int
UpdatedBy func(childComplexity int) int
WorkflowInstanceID func(childComplexity int) int
}
WorkflowObjectRefHistoryConnection struct {
Edges func(childComplexity int) int
PageInfo func(childComplexity int) int
TotalCount func(childComplexity int) int
}
WorkflowObjectRefHistoryEdge struct {
Cursor func(childComplexity int) int
Node func(childComplexity int) int
}
WorkflowObjectRefUpdatePayload struct {
WorkflowObjectRef func(childComplexity int) int
}
}
type Config ¶
type Config struct {
Schema *ast.Schema
Resolvers ResolverRoot
Directives DirectiveRoot
Complexity ComplexityRoot
}
type CreateEntityInputResolver ¶
type CreateEntityInputResolver interface {
Note(ctx context.Context, obj *generated.CreateEntityInput, data *generated.CreateNoteInput) error
}
type CreateGroupInputResolver ¶
type CreateGroupInputResolver interface {
CreateGroupSettings(ctx context.Context, obj *generated.CreateGroupInput, data *generated.CreateGroupSettingInput) error
}
type CreateMappedControlInputResolver ¶ added in v0.39.4
type CreateMappedControlInputResolver interface {
FromControlRefCodes(ctx context.Context, obj *generated.CreateMappedControlInput, data []string) error
FromSubcontrolRefCodes(ctx context.Context, obj *generated.CreateMappedControlInput, data []string) error
ToControlRefCodes(ctx context.Context, obj *generated.CreateMappedControlInput, data []string) error
ToSubcontrolRefCodes(ctx context.Context, obj *generated.CreateMappedControlInput, data []string) error
}
type CreateOrganizationInputResolver ¶
type CreateOrganizationInputResolver interface {
CreateOrgSettings(ctx context.Context, obj *generated.CreateOrganizationInput, data *generated.CreateOrganizationSettingInput) error
}
type CreateTrustCenterInputResolver ¶ added in v0.19.0
type CreateTrustCenterInputResolver interface {
CreateTrustCenterSetting(ctx context.Context, obj *generated.CreateTrustCenterInput, data *generated.CreateTrustCenterSettingInput) error
}
type DirectiveRoot ¶
type DirectiveRoot struct {
ExternalReadOnly func(ctx context.Context, obj any, next graphql.Resolver, source *enums.ControlSource) (res any, err error)
ExternalSource func(ctx context.Context, obj any, next graphql.Resolver, source *enums.ControlSource) (res any, err error)
Hidden func(ctx context.Context, obj any, next graphql.Resolver, ifArg *bool) (res any, err error)
ReadOnly func(ctx context.Context, obj any, next graphql.Resolver) (res any, err error)
}
type GroupResolver ¶ added in v0.6.21
type MutationResolver ¶
type MutationResolver interface {
CreateActionPlan(ctx context.Context, input generated.CreateActionPlanInput) (*model.ActionPlanCreatePayload, error)
CreateBulkActionPlan(ctx context.Context, input []*generated.CreateActionPlanInput) (*model.ActionPlanBulkCreatePayload, error)
CreateBulkCSVActionPlan(ctx context.Context, input graphql.Upload) (*model.ActionPlanBulkCreatePayload, error)
UpdateBulkActionPlan(ctx context.Context, ids []string, input generated.UpdateActionPlanInput) (*model.ActionPlanBulkUpdatePayload, error)
UpdateActionPlan(ctx context.Context, id string, input generated.UpdateActionPlanInput) (*model.ActionPlanUpdatePayload, error)
DeleteActionPlan(ctx context.Context, id string) (*model.ActionPlanDeletePayload, error)
DeleteBulkActionPlan(ctx context.Context, ids []string) (*model.ActionPlanBulkDeletePayload, error)
CreateAPIToken(ctx context.Context, input generated.CreateAPITokenInput) (*model.APITokenCreatePayload, error)
CreateBulkAPIToken(ctx context.Context, input []*generated.CreateAPITokenInput) (*model.APITokenBulkCreatePayload, error)
CreateBulkCSVAPIToken(ctx context.Context, input graphql.Upload) (*model.APITokenBulkCreatePayload, error)
UpdateAPIToken(ctx context.Context, id string, input generated.UpdateAPITokenInput) (*model.APITokenUpdatePayload, error)
DeleteAPIToken(ctx context.Context, id string) (*model.APITokenDeletePayload, error)
DeleteBulkAPIToken(ctx context.Context, ids []string) (*model.APITokenBulkDeletePayload, error)
CreateAssessment(ctx context.Context, input generated.CreateAssessmentInput) (*model.AssessmentCreatePayload, error)
UpdateAssessment(ctx context.Context, id string, input generated.UpdateAssessmentInput) (*model.AssessmentUpdatePayload, error)
DeleteAssessment(ctx context.Context, id string) (*model.AssessmentDeletePayload, error)
CreateAssessmentResponse(ctx context.Context, input generated.CreateAssessmentResponseInput) (*model.AssessmentResponseCreatePayload, error)
DeleteAssessmentResponse(ctx context.Context, id string) (*model.AssessmentResponseDeletePayload, error)
CreateAsset(ctx context.Context, input generated.CreateAssetInput) (*model.AssetCreatePayload, error)
CreateBulkAsset(ctx context.Context, input []*generated.CreateAssetInput) (*model.AssetBulkCreatePayload, error)
CreateBulkCSVAsset(ctx context.Context, input graphql.Upload) (*model.AssetBulkCreatePayload, error)
UpdateAsset(ctx context.Context, id string, input generated.UpdateAssetInput) (*model.AssetUpdatePayload, error)
DeleteAsset(ctx context.Context, id string) (*model.AssetDeletePayload, error)
DeleteBulkAsset(ctx context.Context, ids []string) (*model.AssetBulkDeletePayload, error)
CreateContact(ctx context.Context, input generated.CreateContactInput) (*model.ContactCreatePayload, error)
CreateBulkContact(ctx context.Context, input []*generated.CreateContactInput) (*model.ContactBulkCreatePayload, error)
CreateBulkCSVContact(ctx context.Context, input graphql.Upload) (*model.ContactBulkCreatePayload, error)
UpdateBulkContact(ctx context.Context, ids []string, input generated.UpdateContactInput) (*model.ContactBulkUpdatePayload, error)
UpdateContact(ctx context.Context, id string, input generated.UpdateContactInput) (*model.ContactUpdatePayload, error)
DeleteContact(ctx context.Context, id string) (*model.ContactDeletePayload, error)
DeleteBulkContact(ctx context.Context, ids []string) (*model.ContactBulkDeletePayload, error)
CreateControl(ctx context.Context, input generated.CreateControlInput) (*model.ControlCreatePayload, error)
CreateBulkControl(ctx context.Context, input []*generated.CreateControlInput) (*model.ControlBulkCreatePayload, error)
CreateBulkCSVControl(ctx context.Context, input graphql.Upload) (*model.ControlBulkCreatePayload, error)
UpdateBulkControl(ctx context.Context, ids []string, input generated.UpdateControlInput) (*model.ControlBulkUpdatePayload, error)
UpdateControl(ctx context.Context, id string, input generated.UpdateControlInput) (*model.ControlUpdatePayload, error)
DeleteControl(ctx context.Context, id string) (*model.ControlDeletePayload, error)
DeleteBulkControl(ctx context.Context, ids []string) (*model.ControlBulkDeletePayload, error)
CreateControlsByClone(ctx context.Context, input *model.CloneControlInput) (*model.ControlBulkCreatePayload, error)
CloneBulkCSVControl(ctx context.Context, input graphql.Upload) (*model.ControlBulkCreatePayload, error)
CreateControlImplementation(ctx context.Context, input generated.CreateControlImplementationInput) (*model.ControlImplementationCreatePayload, error)
CreateBulkControlImplementation(ctx context.Context, input []*generated.CreateControlImplementationInput) (*model.ControlImplementationBulkCreatePayload, error)
CreateBulkCSVControlImplementation(ctx context.Context, input graphql.Upload) (*model.ControlImplementationBulkCreatePayload, error)
UpdateControlImplementation(ctx context.Context, id string, input generated.UpdateControlImplementationInput) (*model.ControlImplementationUpdatePayload, error)
DeleteControlImplementation(ctx context.Context, id string) (*model.ControlImplementationDeletePayload, error)
DeleteBulkControlImplementation(ctx context.Context, ids []string) (*model.ControlImplementationBulkDeletePayload, error)
CreateControlObjective(ctx context.Context, input generated.CreateControlObjectiveInput) (*model.ControlObjectiveCreatePayload, error)
CreateBulkControlObjective(ctx context.Context, input []*generated.CreateControlObjectiveInput) (*model.ControlObjectiveBulkCreatePayload, error)
CreateBulkCSVControlObjective(ctx context.Context, input graphql.Upload) (*model.ControlObjectiveBulkCreatePayload, error)
UpdateControlObjective(ctx context.Context, id string, input generated.UpdateControlObjectiveInput) (*model.ControlObjectiveUpdatePayload, error)
DeleteControlObjective(ctx context.Context, id string) (*model.ControlObjectiveDeletePayload, error)
DeleteBulkControlObjective(ctx context.Context, ids []string) (*model.ControlObjectiveBulkDeletePayload, error)
CreateCustomDomain(ctx context.Context, input generated.CreateCustomDomainInput) (*model.CustomDomainCreatePayload, error)
CreateBulkCustomDomain(ctx context.Context, input []*generated.CreateCustomDomainInput) (*model.CustomDomainBulkCreatePayload, error)
CreateBulkCSVCustomDomain(ctx context.Context, input graphql.Upload) (*model.CustomDomainBulkCreatePayload, error)
UpdateCustomDomain(ctx context.Context, id string, input generated.UpdateCustomDomainInput) (*model.CustomDomainUpdatePayload, error)
DeleteCustomDomain(ctx context.Context, id string) (*model.CustomDomainDeletePayload, error)
DeleteBulkCustomDomain(ctx context.Context, ids []string) (*model.CustomDomainBulkDeletePayload, error)
CreateCustomTypeEnum(ctx context.Context, input generated.CreateCustomTypeEnumInput) (*model.CustomTypeEnumCreatePayload, error)
CreateBulkCustomTypeEnum(ctx context.Context, input []*generated.CreateCustomTypeEnumInput) (*model.CustomTypeEnumBulkCreatePayload, error)
CreateBulkCSVCustomTypeEnum(ctx context.Context, input graphql.Upload) (*model.CustomTypeEnumBulkCreatePayload, error)
UpdateCustomTypeEnum(ctx context.Context, id string, input generated.UpdateCustomTypeEnumInput) (*model.CustomTypeEnumUpdatePayload, error)
DeleteCustomTypeEnum(ctx context.Context, id string) (*model.CustomTypeEnumDeletePayload, error)
CreateDirectoryAccount(ctx context.Context, input generated.CreateDirectoryAccountInput) (*model.DirectoryAccountCreatePayload, error)
CreateBulkDirectoryAccount(ctx context.Context, input []*generated.CreateDirectoryAccountInput) (*model.DirectoryAccountBulkCreatePayload, error)
CreateBulkCSVDirectoryAccount(ctx context.Context, input graphql.Upload) (*model.DirectoryAccountBulkCreatePayload, error)
UpdateDirectoryAccount(ctx context.Context, id string, input generated.UpdateDirectoryAccountInput) (*model.DirectoryAccountUpdatePayload, error)
DeleteDirectoryAccount(ctx context.Context, id string) (*model.DirectoryAccountDeletePayload, error)
CreateDirectoryGroup(ctx context.Context, input generated.CreateDirectoryGroupInput) (*model.DirectoryGroupCreatePayload, error)
CreateBulkDirectoryGroup(ctx context.Context, input []*generated.CreateDirectoryGroupInput) (*model.DirectoryGroupBulkCreatePayload, error)
CreateBulkCSVDirectoryGroup(ctx context.Context, input graphql.Upload) (*model.DirectoryGroupBulkCreatePayload, error)
UpdateDirectoryGroup(ctx context.Context, id string, input generated.UpdateDirectoryGroupInput) (*model.DirectoryGroupUpdatePayload, error)
DeleteDirectoryGroup(ctx context.Context, id string) (*model.DirectoryGroupDeletePayload, error)
CreateDirectoryMembership(ctx context.Context, input generated.CreateDirectoryMembershipInput) (*model.DirectoryMembershipCreatePayload, error)
CreateBulkDirectoryMembership(ctx context.Context, input []*generated.CreateDirectoryMembershipInput) (*model.DirectoryMembershipBulkCreatePayload, error)
CreateBulkCSVDirectoryMembership(ctx context.Context, input graphql.Upload) (*model.DirectoryMembershipBulkCreatePayload, error)
UpdateDirectoryMembership(ctx context.Context, id string, input generated.UpdateDirectoryMembershipInput) (*model.DirectoryMembershipUpdatePayload, error)
DeleteDirectoryMembership(ctx context.Context, id string) (*model.DirectoryMembershipDeletePayload, error)
CreateDirectorySyncRun(ctx context.Context, input generated.CreateDirectorySyncRunInput) (*model.DirectorySyncRunCreatePayload, error)
CreateBulkDirectorySyncRun(ctx context.Context, input []*generated.CreateDirectorySyncRunInput) (*model.DirectorySyncRunBulkCreatePayload, error)
CreateBulkCSVDirectorySyncRun(ctx context.Context, input graphql.Upload) (*model.DirectorySyncRunBulkCreatePayload, error)
UpdateDirectorySyncRun(ctx context.Context, id string, input generated.UpdateDirectorySyncRunInput) (*model.DirectorySyncRunUpdatePayload, error)
DeleteDirectorySyncRun(ctx context.Context, id string) (*model.DirectorySyncRunDeletePayload, error)
CreateDNSVerification(ctx context.Context, input generated.CreateDNSVerificationInput) (*model.DNSVerificationCreatePayload, error)
CreateBulkDNSVerification(ctx context.Context, input []*generated.CreateDNSVerificationInput) (*model.DNSVerificationBulkCreatePayload, error)
CreateBulkCSVDNSVerification(ctx context.Context, input graphql.Upload) (*model.DNSVerificationBulkCreatePayload, error)
UpdateDNSVerification(ctx context.Context, id string, input generated.UpdateDNSVerificationInput) (*model.DNSVerificationUpdatePayload, error)
DeleteDNSVerification(ctx context.Context, id string) (*model.DNSVerificationDeletePayload, error)
DeleteBulkDNSVerification(ctx context.Context, ids []string) (*model.DNSVerificationBulkDeletePayload, error)
CreateDocumentData(ctx context.Context, input generated.CreateDocumentDataInput) (*model.DocumentDataCreatePayload, error)
CreateBulkDocumentData(ctx context.Context, input []*generated.CreateDocumentDataInput) (*model.DocumentDataBulkCreatePayload, error)
CreateBulkCSVDocumentData(ctx context.Context, input graphql.Upload) (*model.DocumentDataBulkCreatePayload, error)
UpdateDocumentData(ctx context.Context, id string, input generated.UpdateDocumentDataInput) (*model.DocumentDataUpdatePayload, error)
DeleteDocumentData(ctx context.Context, id string) (*model.DocumentDataDeletePayload, error)
DeleteBulkDocumentData(ctx context.Context, ids []string) (*model.DocumentDataBulkDeletePayload, error)
CreateEntity(ctx context.Context, input generated.CreateEntityInput) (*model.EntityCreatePayload, error)
CreateBulkEntity(ctx context.Context, input []*generated.CreateEntityInput) (*model.EntityBulkCreatePayload, error)
CreateBulkCSVEntity(ctx context.Context, input graphql.Upload) (*model.EntityBulkCreatePayload, error)
UpdateEntity(ctx context.Context, id string, input generated.UpdateEntityInput) (*model.EntityUpdatePayload, error)
DeleteEntity(ctx context.Context, id string) (*model.EntityDeletePayload, error)
DeleteBulkEntity(ctx context.Context, ids []string) (*model.EntityBulkDeletePayload, error)
CreateEntityType(ctx context.Context, input generated.CreateEntityTypeInput) (*model.EntityTypeCreatePayload, error)
CreateBulkEntityType(ctx context.Context, input []*generated.CreateEntityTypeInput) (*model.EntityTypeBulkCreatePayload, error)
CreateBulkCSVEntityType(ctx context.Context, input graphql.Upload) (*model.EntityTypeBulkCreatePayload, error)
UpdateEntityType(ctx context.Context, id string, input generated.UpdateEntityTypeInput) (*model.EntityTypeUpdatePayload, error)
DeleteEntityType(ctx context.Context, id string) (*model.EntityTypeDeletePayload, error)
DeleteBulkEntityType(ctx context.Context, ids []string) (*model.EntityTypeBulkDeletePayload, error)
CreateEvent(ctx context.Context, input generated.CreateEventInput) (*model.EventCreatePayload, error)
CreateBulkEvent(ctx context.Context, input []*generated.CreateEventInput) (*model.EventBulkCreatePayload, error)
CreateBulkCSVEvent(ctx context.Context, input graphql.Upload) (*model.EventBulkCreatePayload, error)
UpdateEvent(ctx context.Context, id string, input generated.UpdateEventInput) (*model.EventUpdatePayload, error)
DeleteEvent(ctx context.Context, id string) (*model.EventDeletePayload, error)
DeleteBulkEvent(ctx context.Context, ids []string) (*model.EventBulkDeletePayload, error)
CreateEvidence(ctx context.Context, input generated.CreateEvidenceInput, evidenceFiles []*graphql.Upload) (*model.EvidenceCreatePayload, error)
UpdateEvidence(ctx context.Context, id string, input generated.UpdateEvidenceInput, evidenceFiles []*graphql.Upload) (*model.EvidenceUpdatePayload, error)
DeleteEvidence(ctx context.Context, id string) (*model.EvidenceDeletePayload, error)
CreateExport(ctx context.Context, input generated.CreateExportInput) (*model.ExportCreatePayload, error)
UpdateExport(ctx context.Context, id string, input generated.UpdateExportInput, exportFiles []*graphql.Upload) (*model.ExportUpdatePayload, error)
DeleteExport(ctx context.Context, id string) (*model.ExportDeletePayload, error)
DeleteBulkExport(ctx context.Context, ids []string) (*model.ExportBulkDeletePayload, error)
DeleteFile(ctx context.Context, id string) (*model.FileDeletePayload, error)
CreateFinding(ctx context.Context, input generated.CreateFindingInput) (*model.FindingCreatePayload, error)
CreateBulkFinding(ctx context.Context, input []*generated.CreateFindingInput) (*model.FindingBulkCreatePayload, error)
CreateBulkCSVFinding(ctx context.Context, input graphql.Upload) (*model.FindingBulkCreatePayload, error)
UpdateFinding(ctx context.Context, id string, input generated.UpdateFindingInput) (*model.FindingUpdatePayload, error)
DeleteFinding(ctx context.Context, id string) (*model.FindingDeletePayload, error)
CreateFindingControl(ctx context.Context, input generated.CreateFindingControlInput) (*model.FindingControlCreatePayload, error)
CreateBulkFindingControl(ctx context.Context, input []*generated.CreateFindingControlInput) (*model.FindingControlBulkCreatePayload, error)
CreateBulkCSVFindingControl(ctx context.Context, input graphql.Upload) (*model.FindingControlBulkCreatePayload, error)
UpdateFindingControl(ctx context.Context, id string, input generated.UpdateFindingControlInput) (*model.FindingControlUpdatePayload, error)
DeleteFindingControl(ctx context.Context, id string) (*model.FindingControlDeletePayload, error)
CreateGroup(ctx context.Context, input generated.CreateGroupInput) (*model.GroupCreatePayload, error)
CreateBulkGroup(ctx context.Context, input []*generated.CreateGroupInput) (*model.GroupBulkCreatePayload, error)
CreateBulkCSVGroup(ctx context.Context, input graphql.Upload) (*model.GroupBulkCreatePayload, error)
UpdateGroup(ctx context.Context, id string, input generated.UpdateGroupInput) (*model.GroupUpdatePayload, error)
DeleteGroup(ctx context.Context, id string) (*model.GroupDeletePayload, error)
DeleteBulkGroup(ctx context.Context, ids []string) (*model.GroupBulkDeletePayload, error)
CreateGroupWithMembers(ctx context.Context, groupInput generated.CreateGroupInput, members []*model.GroupMembersInput) (*model.GroupCreatePayload, error)
CreateGroupByClone(ctx context.Context, groupInput generated.CreateGroupInput, members []*model.GroupMembersInput, inheritGroupPermissions *string, cloneGroupMembers *string) (*model.GroupCreatePayload, error)
CreateGroupMembership(ctx context.Context, input generated.CreateGroupMembershipInput) (*model.GroupMembershipCreatePayload, error)
CreateBulkGroupMembership(ctx context.Context, input []*generated.CreateGroupMembershipInput) (*model.GroupMembershipBulkCreatePayload, error)
CreateBulkCSVGroupMembership(ctx context.Context, input graphql.Upload) (*model.GroupMembershipBulkCreatePayload, error)
UpdateGroupMembership(ctx context.Context, id string, input generated.UpdateGroupMembershipInput) (*model.GroupMembershipUpdatePayload, error)
DeleteGroupMembership(ctx context.Context, id string) (*model.GroupMembershipDeletePayload, error)
DeleteBulkGroupMembership(ctx context.Context, ids []string) (*model.GroupMembershipBulkDeletePayload, error)
CreateGroupSetting(ctx context.Context, input generated.CreateGroupSettingInput) (*model.GroupSettingCreatePayload, error)
CreateBulkGroupSetting(ctx context.Context, input []*generated.CreateGroupSettingInput) (*model.GroupSettingBulkCreatePayload, error)
CreateBulkCSVGroupSetting(ctx context.Context, input graphql.Upload) (*model.GroupSettingBulkCreatePayload, error)
UpdateGroupSetting(ctx context.Context, id string, input generated.UpdateGroupSettingInput) (*model.GroupSettingUpdatePayload, error)
DeleteGroupSetting(ctx context.Context, id string) (*model.GroupSettingDeletePayload, error)
DeleteBulkGroupSetting(ctx context.Context, ids []string) (*model.GroupSettingBulkDeletePayload, error)
CreateHush(ctx context.Context, input generated.CreateHushInput) (*model.HushCreatePayload, error)
CreateBulkHush(ctx context.Context, input []*generated.CreateHushInput) (*model.HushBulkCreatePayload, error)
CreateBulkCSVHush(ctx context.Context, input graphql.Upload) (*model.HushBulkCreatePayload, error)
UpdateBulkHush(ctx context.Context, ids []string, input generated.UpdateHushInput) (*model.HushBulkUpdatePayload, error)
UpdateHush(ctx context.Context, id string, input generated.UpdateHushInput) (*model.HushUpdatePayload, error)
DeleteHush(ctx context.Context, id string) (*model.HushDeletePayload, error)
DeleteBulkHush(ctx context.Context, ids []string) (*model.HushBulkDeletePayload, error)
DeleteIntegration(ctx context.Context, id string) (*model.IntegrationDeletePayload, error)
CreateInternalPolicy(ctx context.Context, input generated.CreateInternalPolicyInput) (*model.InternalPolicyCreatePayload, error)
CreateUploadInternalPolicy(ctx context.Context, internalPolicyFile graphql.Upload, ownerID *string) (*model.InternalPolicyCreatePayload, error)
CreateBulkInternalPolicy(ctx context.Context, input []*generated.CreateInternalPolicyInput) (*model.InternalPolicyBulkCreatePayload, error)
CreateBulkCSVInternalPolicy(ctx context.Context, input graphql.Upload) (*model.InternalPolicyBulkCreatePayload, error)
UpdateBulkInternalPolicy(ctx context.Context, ids []string, input generated.UpdateInternalPolicyInput) (*model.InternalPolicyBulkUpdatePayload, error)
UpdateInternalPolicy(ctx context.Context, id string, input generated.UpdateInternalPolicyInput, internalPolicyFile *graphql.Upload) (*model.InternalPolicyUpdatePayload, error)
DeleteInternalPolicy(ctx context.Context, id string) (*model.InternalPolicyDeletePayload, error)
DeleteBulkInternalPolicy(ctx context.Context, ids []string) (*model.InternalPolicyBulkDeletePayload, error)
CreateInvite(ctx context.Context, input generated.CreateInviteInput) (*model.InviteCreatePayload, error)
CreateBulkInvite(ctx context.Context, input []*generated.CreateInviteInput) (*model.InviteBulkCreatePayload, error)
CreateBulkCSVInvite(ctx context.Context, input graphql.Upload) (*model.InviteBulkCreatePayload, error)
UpdateInvite(ctx context.Context, id string, input generated.UpdateInviteInput) (*model.InviteUpdatePayload, error)
DeleteInvite(ctx context.Context, id string) (*model.InviteDeletePayload, error)
DeleteBulkInvite(ctx context.Context, ids []string) (*model.InviteBulkDeletePayload, error)
CreateJobResult(ctx context.Context, input generated.CreateJobResultInput, jobResultFiles []*graphql.Upload) (*model.JobResultCreatePayload, error)
UpdateJobResult(ctx context.Context, id string, input generated.UpdateJobResultInput, jobResultFiles []*graphql.Upload) (*model.JobResultUpdatePayload, error)
DeleteJobResult(ctx context.Context, id string) (*model.JobResultDeletePayload, error)
CreateJobRunner(ctx context.Context, input generated.CreateJobRunnerInput) (*model.JobRunnerCreatePayload, error)
UpdateJobRunner(ctx context.Context, id string, input generated.UpdateJobRunnerInput) (*model.JobRunnerUpdatePayload, error)
DeleteJobRunner(ctx context.Context, id string) (*model.JobRunnerDeletePayload, error)
CreateJobRunnerRegistrationToken(ctx context.Context, input generated.CreateJobRunnerRegistrationTokenInput) (*model.JobRunnerRegistrationTokenCreatePayload, error)
DeleteJobRunnerRegistrationToken(ctx context.Context, id string) (*model.JobRunnerRegistrationTokenDeletePayload, error)
CreateJobRunnerToken(ctx context.Context, input generated.CreateJobRunnerTokenInput) (*model.JobRunnerTokenCreatePayload, error)
DeleteJobRunnerToken(ctx context.Context, id string) (*model.JobRunnerTokenDeletePayload, error)
CreateJobTemplate(ctx context.Context, input generated.CreateJobTemplateInput) (*model.JobTemplateCreatePayload, error)
CreateBulkJobTemplate(ctx context.Context, input []*generated.CreateJobTemplateInput) (*model.JobTemplateBulkCreatePayload, error)
CreateBulkCSVJobTemplate(ctx context.Context, input graphql.Upload) (*model.JobTemplateBulkCreatePayload, error)
UpdateJobTemplate(ctx context.Context, id string, input generated.UpdateJobTemplateInput) (*model.JobTemplateUpdatePayload, error)
DeleteJobTemplate(ctx context.Context, id string) (*model.JobTemplateDeletePayload, error)
DeleteBulkJobTemplate(ctx context.Context, ids []string) (*model.JobTemplateBulkDeletePayload, error)
CreateMappableDomain(ctx context.Context, input generated.CreateMappableDomainInput) (*model.MappableDomainCreatePayload, error)
CreateBulkMappableDomain(ctx context.Context, input []*generated.CreateMappableDomainInput) (*model.MappableDomainBulkCreatePayload, error)
CreateBulkCSVMappableDomain(ctx context.Context, input graphql.Upload) (*model.MappableDomainBulkCreatePayload, error)
UpdateMappableDomain(ctx context.Context, id string, input generated.UpdateMappableDomainInput) (*model.MappableDomainUpdatePayload, error)
DeleteMappableDomain(ctx context.Context, id string) (*model.MappableDomainDeletePayload, error)
DeleteBulkMappableDomain(ctx context.Context, ids []string) (*model.MappableDomainBulkDeletePayload, error)
CreateMappedControl(ctx context.Context, input generated.CreateMappedControlInput) (*model.MappedControlCreatePayload, error)
CreateBulkMappedControl(ctx context.Context, input []*generated.CreateMappedControlInput) (*model.MappedControlBulkCreatePayload, error)
CreateBulkCSVMappedControl(ctx context.Context, input graphql.Upload) (*model.MappedControlBulkCreatePayload, error)
UpdateMappedControl(ctx context.Context, id string, input generated.UpdateMappedControlInput) (*model.MappedControlUpdatePayload, error)
DeleteMappedControl(ctx context.Context, id string) (*model.MappedControlDeletePayload, error)
DeleteBulkMappedControl(ctx context.Context, ids []string) (*model.MappedControlBulkDeletePayload, error)
CreateNarrative(ctx context.Context, input generated.CreateNarrativeInput) (*model.NarrativeCreatePayload, error)
CreateBulkNarrative(ctx context.Context, input []*generated.CreateNarrativeInput) (*model.NarrativeBulkCreatePayload, error)
CreateBulkCSVNarrative(ctx context.Context, input graphql.Upload) (*model.NarrativeBulkCreatePayload, error)
UpdateNarrative(ctx context.Context, id string, input generated.UpdateNarrativeInput) (*model.NarrativeUpdatePayload, error)
DeleteNarrative(ctx context.Context, id string) (*model.NarrativeDeletePayload, error)
DeleteBulkNarrative(ctx context.Context, ids []string) (*model.NarrativeBulkDeletePayload, error)
UpdateTaskComment(ctx context.Context, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) (*model.TaskUpdatePayload, error)
UpdateControlComment(ctx context.Context, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) (*model.ControlUpdatePayload, error)
UpdateSubcontrolComment(ctx context.Context, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) (*model.SubcontrolUpdatePayload, error)
UpdateProcedureComment(ctx context.Context, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) (*model.ProcedureUpdatePayload, error)
UpdateRiskComment(ctx context.Context, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) (*model.RiskUpdatePayload, error)
UpdateInternalPolicyComment(ctx context.Context, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) (*model.InternalPolicyUpdatePayload, error)
UpdateTrustCenterPost(ctx context.Context, id string, input generated.UpdateNoteInput, noteFiles []*graphql.Upload) (*model.TrustCenterUpdatePayload, error)
DeleteNote(ctx context.Context, id string) (*model.NoteDeletePayload, error)
CreateOnboarding(ctx context.Context, input generated.CreateOnboardingInput) (*model.OnboardingCreatePayload, error)
CreateOrganization(ctx context.Context, input generated.CreateOrganizationInput, avatarFile *graphql.Upload) (*model.OrganizationCreatePayload, error)
UpdateOrganization(ctx context.Context, id string, input generated.UpdateOrganizationInput, avatarFile *graphql.Upload) (*model.OrganizationUpdatePayload, error)
DeleteOrganization(ctx context.Context, id string) (*model.OrganizationDeletePayload, error)
CreateOrganizationSetting(ctx context.Context, input generated.CreateOrganizationSettingInput) (*model.OrganizationSettingCreatePayload, error)
CreateBulkOrganizationSetting(ctx context.Context, input []*generated.CreateOrganizationSettingInput) (*model.OrganizationSettingBulkCreatePayload, error)
CreateBulkCSVOrganizationSetting(ctx context.Context, input graphql.Upload) (*model.OrganizationSettingBulkCreatePayload, error)
UpdateOrganizationSetting(ctx context.Context, id string, input generated.UpdateOrganizationSettingInput) (*model.OrganizationSettingUpdatePayload, error)
DeleteOrganizationSetting(ctx context.Context, id string) (*model.OrganizationSettingDeletePayload, error)
DeleteBulkOrganizationSetting(ctx context.Context, ids []string) (*model.OrganizationSettingBulkDeletePayload, error)
CreateOrganizationWithMembers(ctx context.Context, organizationInput generated.CreateOrganizationInput, avatarFile *graphql.Upload, members []*model.OrgMembersInput) (*model.OrganizationCreatePayload, error)
TransferOrganizationOwnership(ctx context.Context, newOwnerEmail string) (*model.OrganizationTransferOwnershipPayload, error)
CreateOrgMembership(ctx context.Context, input generated.CreateOrgMembershipInput) (*model.OrgMembershipCreatePayload, error)
CreateBulkOrgMembership(ctx context.Context, input []*generated.CreateOrgMembershipInput) (*model.OrgMembershipBulkCreatePayload, error)
CreateBulkCSVOrgMembership(ctx context.Context, input graphql.Upload) (*model.OrgMembershipBulkCreatePayload, error)
UpdateOrgMembership(ctx context.Context, id string, input generated.UpdateOrgMembershipInput) (*model.OrgMembershipUpdatePayload, error)
DeleteOrgMembership(ctx context.Context, id string) (*model.OrgMembershipDeletePayload, error)
DeleteBulkOrgMembership(ctx context.Context, ids []string) (*model.OrgMembershipBulkDeletePayload, error)
CreatePersonalAccessToken(ctx context.Context, input generated.CreatePersonalAccessTokenInput) (*model.PersonalAccessTokenCreatePayload, error)
UpdatePersonalAccessToken(ctx context.Context, id string, input generated.UpdatePersonalAccessTokenInput) (*model.PersonalAccessTokenUpdatePayload, error)
DeletePersonalAccessToken(ctx context.Context, id string) (*model.PersonalAccessTokenDeletePayload, error)
CreateProcedure(ctx context.Context, input generated.CreateProcedureInput) (*model.ProcedureCreatePayload, error)
CreateUploadProcedure(ctx context.Context, procedureFile graphql.Upload, ownerID *string) (*model.ProcedureCreatePayload, error)
CreateBulkProcedure(ctx context.Context, input []*generated.CreateProcedureInput) (*model.ProcedureBulkCreatePayload, error)
CreateBulkCSVProcedure(ctx context.Context, input graphql.Upload) (*model.ProcedureBulkCreatePayload, error)
UpdateBulkProcedure(ctx context.Context, ids []string, input generated.UpdateProcedureInput) (*model.ProcedureBulkUpdatePayload, error)
UpdateProcedure(ctx context.Context, id string, input generated.UpdateProcedureInput, procedureFile *graphql.Upload) (*model.ProcedureUpdatePayload, error)
DeleteProcedure(ctx context.Context, id string) (*model.ProcedureDeletePayload, error)
DeleteBulkProcedure(ctx context.Context, ids []string) (*model.ProcedureBulkDeletePayload, error)
CreateProgram(ctx context.Context, input generated.CreateProgramInput) (*model.ProgramCreatePayload, error)
CreateBulkProgram(ctx context.Context, input []*generated.CreateProgramInput) (*model.ProgramBulkCreatePayload, error)
CreateBulkCSVProgram(ctx context.Context, input graphql.Upload) (*model.ProgramBulkCreatePayload, error)
UpdateProgram(ctx context.Context, id string, input generated.UpdateProgramInput) (*model.ProgramUpdatePayload, error)
DeleteProgram(ctx context.Context, id string) (*model.ProgramDeletePayload, error)
DeleteBulkProgram(ctx context.Context, ids []string) (*model.ProgramBulkDeletePayload, error)
CreateProgramWithMembers(ctx context.Context, input model.CreateProgramWithMembersInput) (*model.ProgramCreatePayload, error)
CreateFullProgram(ctx context.Context, input model.CreateFullProgramInput) (*model.ProgramCreatePayload, error)
CreateControlWithSubcontrols(ctx context.Context, input model.CreateControlWithSubcontrolsInput) (*model.ControlCreatePayload, error)
CreateProgramMembership(ctx context.Context, input generated.CreateProgramMembershipInput) (*model.ProgramMembershipCreatePayload, error)
CreateBulkProgramMembership(ctx context.Context, input []*generated.CreateProgramMembershipInput) (*model.ProgramMembershipBulkCreatePayload, error)
CreateBulkCSVProgramMembership(ctx context.Context, input graphql.Upload) (*model.ProgramMembershipBulkCreatePayload, error)
UpdateProgramMembership(ctx context.Context, id string, input generated.UpdateProgramMembershipInput) (*model.ProgramMembershipUpdatePayload, error)
DeleteProgramMembership(ctx context.Context, id string) (*model.ProgramMembershipDeletePayload, error)
DeleteBulkProgramMembership(ctx context.Context, ids []string) (*model.ProgramMembershipBulkDeletePayload, error)
CreateRemediation(ctx context.Context, input generated.CreateRemediationInput) (*model.RemediationCreatePayload, error)
CreateBulkRemediation(ctx context.Context, input []*generated.CreateRemediationInput) (*model.RemediationBulkCreatePayload, error)
CreateBulkCSVRemediation(ctx context.Context, input graphql.Upload) (*model.RemediationBulkCreatePayload, error)
UpdateRemediation(ctx context.Context, id string, input generated.UpdateRemediationInput) (*model.RemediationUpdatePayload, error)
DeleteRemediation(ctx context.Context, id string) (*model.RemediationDeletePayload, error)
CreateReview(ctx context.Context, input generated.CreateReviewInput) (*model.ReviewCreatePayload, error)
CreateBulkReview(ctx context.Context, input []*generated.CreateReviewInput) (*model.ReviewBulkCreatePayload, error)
CreateBulkCSVReview(ctx context.Context, input graphql.Upload) (*model.ReviewBulkCreatePayload, error)
UpdateReview(ctx context.Context, id string, input generated.UpdateReviewInput) (*model.ReviewUpdatePayload, error)
DeleteReview(ctx context.Context, id string) (*model.ReviewDeletePayload, error)
CreateRisk(ctx context.Context, input generated.CreateRiskInput) (*model.RiskCreatePayload, error)
CreateBulkRisk(ctx context.Context, input []*generated.CreateRiskInput) (*model.RiskBulkCreatePayload, error)
CreateBulkCSVRisk(ctx context.Context, input graphql.Upload) (*model.RiskBulkCreatePayload, error)
UpdateBulkRisk(ctx context.Context, ids []string, input generated.UpdateRiskInput) (*model.RiskBulkUpdatePayload, error)
UpdateRisk(ctx context.Context, id string, input generated.UpdateRiskInput) (*model.RiskUpdatePayload, error)
DeleteRisk(ctx context.Context, id string) (*model.RiskDeletePayload, error)
DeleteBulkRisk(ctx context.Context, ids []string) (*model.RiskBulkDeletePayload, error)
CreateScan(ctx context.Context, input generated.CreateScanInput) (*model.ScanCreatePayload, error)
CreateBulkScan(ctx context.Context, input []*generated.CreateScanInput) (*model.ScanBulkCreatePayload, error)
CreateBulkCSVScan(ctx context.Context, input graphql.Upload) (*model.ScanBulkCreatePayload, error)
UpdateBulkScan(ctx context.Context, ids []string, input generated.UpdateScanInput) (*model.ScanBulkUpdatePayload, error)
UpdateScan(ctx context.Context, id string, input generated.UpdateScanInput) (*model.ScanUpdatePayload, error)
DeleteScan(ctx context.Context, id string) (*model.ScanDeletePayload, error)
DeleteBulkScan(ctx context.Context, ids []string) (*model.ScanBulkDeletePayload, error)
CreateScheduledJob(ctx context.Context, input generated.CreateScheduledJobInput) (*model.ScheduledJobCreatePayload, error)
CreateBulkScheduledJob(ctx context.Context, input []*generated.CreateScheduledJobInput) (*model.ScheduledJobBulkCreatePayload, error)
CreateBulkCSVScheduledJob(ctx context.Context, input graphql.Upload) (*model.ScheduledJobBulkCreatePayload, error)
UpdateScheduledJob(ctx context.Context, id string, input generated.UpdateScheduledJobInput) (*model.ScheduledJobUpdatePayload, error)
DeleteScheduledJob(ctx context.Context, id string) (*model.ScheduledJobDeletePayload, error)
DeleteBulkScheduledJob(ctx context.Context, ids []string) (*model.ScheduledJobBulkDeletePayload, error)
CreateScheduledJobRun(ctx context.Context, input generated.CreateScheduledJobRunInput) (*model.ScheduledJobRunCreatePayload, error)
UpdateScheduledJobRun(ctx context.Context, id string, input generated.UpdateScheduledJobRunInput) (*model.ScheduledJobRunUpdatePayload, error)
DeleteScheduledJobRun(ctx context.Context, id string) (*model.ScheduledJobRunDeletePayload, error)
CreateStandard(ctx context.Context, input generated.CreateStandardInput) (*model.StandardCreatePayload, error)
UpdateStandard(ctx context.Context, id string, input generated.UpdateStandardInput) (*model.StandardUpdatePayload, error)
DeleteStandard(ctx context.Context, id string) (*model.StandardDeletePayload, error)
CreateSubcontrol(ctx context.Context, input generated.CreateSubcontrolInput) (*model.SubcontrolCreatePayload, error)
CreateBulkSubcontrol(ctx context.Context, input []*generated.CreateSubcontrolInput) (*model.SubcontrolBulkCreatePayload, error)
CreateBulkCSVSubcontrol(ctx context.Context, input graphql.Upload) (*model.SubcontrolBulkCreatePayload, error)
UpdateSubcontrol(ctx context.Context, id string, input generated.UpdateSubcontrolInput) (*model.SubcontrolUpdatePayload, error)
DeleteSubcontrol(ctx context.Context, id string) (*model.SubcontrolDeletePayload, error)
DeleteBulkSubcontrol(ctx context.Context, ids []string) (*model.SubcontrolBulkDeletePayload, error)
CreateSubprocessor(ctx context.Context, input generated.CreateSubprocessorInput, logoFile *graphql.Upload) (*model.SubprocessorCreatePayload, error)
CreateBulkSubprocessor(ctx context.Context, input []*generated.CreateSubprocessorInput) (*model.SubprocessorBulkCreatePayload, error)
CreateBulkCSVSubprocessor(ctx context.Context, input graphql.Upload) (*model.SubprocessorBulkCreatePayload, error)
UpdateSubprocessor(ctx context.Context, id string, input generated.UpdateSubprocessorInput, logoFile *graphql.Upload) (*model.SubprocessorUpdatePayload, error)
DeleteSubprocessor(ctx context.Context, id string) (*model.SubprocessorDeletePayload, error)
DeleteBulkSubprocessor(ctx context.Context, ids []string) (*model.SubprocessorBulkDeletePayload, error)
CreateSubscriber(ctx context.Context, input generated.CreateSubscriberInput) (*model.SubscriberCreatePayload, error)
CreateBulkSubscriber(ctx context.Context, input []*generated.CreateSubscriberInput) (*model.SubscriberBulkCreatePayload, error)
CreateBulkCSVSubscriber(ctx context.Context, input graphql.Upload) (*model.SubscriberBulkCreatePayload, error)
UpdateSubscriber(ctx context.Context, email string, input generated.UpdateSubscriberInput) (*model.SubscriberUpdatePayload, error)
DeleteSubscriber(ctx context.Context, email string, ownerID *string) (*model.SubscriberDeletePayload, error)
CreateTagDefinition(ctx context.Context, input generated.CreateTagDefinitionInput) (*model.TagDefinitionCreatePayload, error)
CreateBulkTagDefinition(ctx context.Context, input []*generated.CreateTagDefinitionInput) (*model.TagDefinitionBulkCreatePayload, error)
CreateBulkCSVTagDefinition(ctx context.Context, input graphql.Upload) (*model.TagDefinitionBulkCreatePayload, error)
UpdateTagDefinition(ctx context.Context, id string, input generated.UpdateTagDefinitionInput) (*model.TagDefinitionUpdatePayload, error)
DeleteTagDefinition(ctx context.Context, id string) (*model.TagDefinitionDeletePayload, error)
CreateTask(ctx context.Context, input generated.CreateTaskInput) (*model.TaskCreatePayload, error)
CreateBulkTask(ctx context.Context, input []*generated.CreateTaskInput) (*model.TaskBulkCreatePayload, error)
CreateBulkCSVTask(ctx context.Context, input graphql.Upload) (*model.TaskBulkCreatePayload, error)
UpdateBulkTask(ctx context.Context, ids []string, input generated.UpdateTaskInput) (*model.TaskBulkUpdatePayload, error)
UpdateTask(ctx context.Context, id string, input generated.UpdateTaskInput) (*model.TaskUpdatePayload, error)
DeleteTask(ctx context.Context, id string) (*model.TaskDeletePayload, error)
DeleteBulkTask(ctx context.Context, ids []string) (*model.TaskBulkDeletePayload, error)
CreateTemplate(ctx context.Context, input generated.CreateTemplateInput, templateFiles []*graphql.Upload) (*model.TemplateCreatePayload, error)
CreateBulkTemplate(ctx context.Context, input []*generated.CreateTemplateInput) (*model.TemplateBulkCreatePayload, error)
CreateBulkCSVTemplate(ctx context.Context, input graphql.Upload) (*model.TemplateBulkCreatePayload, error)
UpdateTemplate(ctx context.Context, id string, input generated.UpdateTemplateInput, templateFiles []*graphql.Upload) (*model.TemplateUpdatePayload, error)
DeleteTemplate(ctx context.Context, id string) (*model.TemplateDeletePayload, error)
DeleteBulkTemplate(ctx context.Context, ids []string) (*model.TemplateBulkDeletePayload, error)
CreateTFASetting(ctx context.Context, input generated.CreateTFASettingInput) (*model.TFASettingCreatePayload, error)
UpdateTFASetting(ctx context.Context, input generated.UpdateTFASettingInput) (*model.TFASettingUpdatePayload, error)
CreateTrustCenter(ctx context.Context, input generated.CreateTrustCenterInput) (*model.TrustCenterCreatePayload, error)
UpdateTrustCenter(ctx context.Context, id string, input generated.UpdateTrustCenterInput) (*model.TrustCenterUpdatePayload, error)
DeleteTrustCenter(ctx context.Context, id string) (*model.TrustCenterDeletePayload, error)
CreateTrustCenterCompliance(ctx context.Context, input generated.CreateTrustCenterComplianceInput) (*model.TrustCenterComplianceCreatePayload, error)
CreateBulkTrustCenterCompliance(ctx context.Context, input []*generated.CreateTrustCenterComplianceInput) (*model.TrustCenterComplianceBulkCreatePayload, error)
CreateBulkCSVTrustCenterCompliance(ctx context.Context, input graphql.Upload) (*model.TrustCenterComplianceBulkCreatePayload, error)
UpdateTrustCenterCompliance(ctx context.Context, id string, input generated.UpdateTrustCenterComplianceInput) (*model.TrustCenterComplianceUpdatePayload, error)
DeleteTrustCenterCompliance(ctx context.Context, id string) (*model.TrustCenterComplianceDeletePayload, error)
DeleteBulkTrustCenterCompliance(ctx context.Context, ids []string) (*model.TrustCenterComplianceBulkDeletePayload, error)
CreateTrustCenterDoc(ctx context.Context, input generated.CreateTrustCenterDocInput, trustCenterDocFile graphql.Upload) (*model.TrustCenterDocCreatePayload, error)
CreateBulkTrustCenterDoc(ctx context.Context, input []*generated.CreateTrustCenterDocInput) (*model.TrustCenterDocBulkCreatePayload, error)
CreateBulkCSVTrustCenterDoc(ctx context.Context, input graphql.Upload) (*model.TrustCenterDocBulkCreatePayload, error)
UpdateTrustCenterDoc(ctx context.Context, id string, input generated.UpdateTrustCenterDocInput, trustCenterDocFile *graphql.Upload, watermarkedTrustCenterDocFile *graphql.Upload) (*model.TrustCenterDocUpdatePayload, error)
UpdateBulkTrustCenterDoc(ctx context.Context, ids []string, input generated.UpdateTrustCenterDocInput) (*model.TrustCenterDocBulkUpdatePayload, error)
DeleteTrustCenterDoc(ctx context.Context, id string) (*model.TrustCenterDocDeletePayload, error)
DeleteBulkTrustCenterDoc(ctx context.Context, ids []string) (*model.TrustCenterDocBulkDeletePayload, error)
CreateTrustCenterDomain(ctx context.Context, input model.CreateTrustCenterDomainInput) (*model.TrustCenterDomainCreatePayload, error)
CreateTrustCenterNda(ctx context.Context, input model.CreateTrustCenterNDAInput, templateFiles []*graphql.Upload) (*model.TrustCenterNDACreatePayload, error)
UpdateTrustCenterNda(ctx context.Context, id string, templateFiles []*graphql.Upload) (*model.TrustCenterNDAUpdatePayload, error)
SendTrustCenterNDAEmail(ctx context.Context, input model.SendTrustCenterNDAInput) (*model.SendTrustCenterNDAEmailPayload, error)
SubmitTrustCenterNDAResponse(ctx context.Context, input model.SubmitTrustCenterNDAResponseInput) (*model.SubmitTrustCenterNDAResponsePayload, error)
CreateTrustCenterSetting(ctx context.Context, input generated.CreateTrustCenterSettingInput, logoFile *graphql.Upload, faviconFile *graphql.Upload) (*model.TrustCenterSettingCreatePayload, error)
UpdateTrustCenterSetting(ctx context.Context, id string, input generated.UpdateTrustCenterSettingInput, logoFile *graphql.Upload, faviconFile *graphql.Upload) (*model.TrustCenterSettingUpdatePayload, error)
UpdateTrustCenterPreviewSetting(ctx context.Context, input generated.UpdateTrustCenterSettingInput, logoFile *graphql.Upload, faviconFile *graphql.Upload) (*model.TrustCenterSettingUpdatePayload, error)
PublishTrustCenterSetting(ctx context.Context) (*model.TrustCenterSettingUpdatePayload, error)
DeleteTrustCenterSetting(ctx context.Context, id string) (*model.TrustCenterSettingDeletePayload, error)
CreateTrustCenterSubprocessor(ctx context.Context, input generated.CreateTrustCenterSubprocessorInput) (*model.TrustCenterSubprocessorCreatePayload, error)
CreateBulkTrustCenterSubprocessor(ctx context.Context, input []*generated.CreateTrustCenterSubprocessorInput) (*model.TrustCenterSubprocessorBulkCreatePayload, error)
CreateBulkCSVTrustCenterSubprocessor(ctx context.Context, input graphql.Upload) (*model.TrustCenterSubprocessorBulkCreatePayload, error)
UpdateTrustCenterSubprocessor(ctx context.Context, id string, input generated.UpdateTrustCenterSubprocessorInput) (*model.TrustCenterSubprocessorUpdatePayload, error)
DeleteTrustCenterSubprocessor(ctx context.Context, id string) (*model.TrustCenterSubprocessorDeletePayload, error)
DeleteBulkTrustCenterSubprocessor(ctx context.Context, ids []string) (*model.TrustCenterSubprocessorBulkDeletePayload, error)
CreateTrustCenterWatermarkConfig(ctx context.Context, input generated.CreateTrustCenterWatermarkConfigInput, logoFile *graphql.Upload) (*model.TrustCenterWatermarkConfigCreatePayload, error)
UpdateTrustCenterWatermarkConfig(ctx context.Context, id string, input generated.UpdateTrustCenterWatermarkConfigInput, logoFile *graphql.Upload) (*model.TrustCenterWatermarkConfigUpdatePayload, error)
DeleteTrustCenterWatermarkConfig(ctx context.Context, id string) (*model.TrustCenterWatermarkConfigDeletePayload, error)
CreateUser(ctx context.Context, input generated.CreateUserInput, avatarFile *graphql.Upload) (*model.UserCreatePayload, error)
UpdateUser(ctx context.Context, id string, input generated.UpdateUserInput, avatarFile *graphql.Upload) (*model.UserUpdatePayload, error)
DeleteUser(ctx context.Context, id string) (*model.UserDeletePayload, error)
CreateUserSetting(ctx context.Context, input generated.CreateUserSettingInput) (*model.UserSettingCreatePayload, error)
CreateBulkUserSetting(ctx context.Context, input []*generated.CreateUserSettingInput) (*model.UserSettingBulkCreatePayload, error)
CreateBulkCSVUserSetting(ctx context.Context, input graphql.Upload) (*model.UserSettingBulkCreatePayload, error)
UpdateUserSetting(ctx context.Context, id string, input generated.UpdateUserSettingInput) (*model.UserSettingUpdatePayload, error)
DeleteBulkUserSetting(ctx context.Context, ids []string) (*model.UserSettingBulkDeletePayload, error)
CreateVulnerability(ctx context.Context, input generated.CreateVulnerabilityInput) (*model.VulnerabilityCreatePayload, error)
CreateBulkVulnerability(ctx context.Context, input []*generated.CreateVulnerabilityInput) (*model.VulnerabilityBulkCreatePayload, error)
CreateBulkCSVVulnerability(ctx context.Context, input graphql.Upload) (*model.VulnerabilityBulkCreatePayload, error)
UpdateVulnerability(ctx context.Context, id string, input generated.UpdateVulnerabilityInput) (*model.VulnerabilityUpdatePayload, error)
DeleteVulnerability(ctx context.Context, id string) (*model.VulnerabilityDeletePayload, error)
DeleteWebauthn(ctx context.Context, id string) (*model.WebauthnDeletePayload, error)
CreateWorkflowAssignment(ctx context.Context, input generated.CreateWorkflowAssignmentInput) (*model.WorkflowAssignmentCreatePayload, error)
CreateBulkWorkflowAssignment(ctx context.Context, input []*generated.CreateWorkflowAssignmentInput) (*model.WorkflowAssignmentBulkCreatePayload, error)
CreateBulkCSVWorkflowAssignment(ctx context.Context, input graphql.Upload) (*model.WorkflowAssignmentBulkCreatePayload, error)
UpdateWorkflowAssignment(ctx context.Context, id string, input generated.UpdateWorkflowAssignmentInput) (*model.WorkflowAssignmentUpdatePayload, error)
DeleteWorkflowAssignment(ctx context.Context, id string) (*model.WorkflowAssignmentDeletePayload, error)
CreateWorkflowAssignmentTarget(ctx context.Context, input generated.CreateWorkflowAssignmentTargetInput) (*model.WorkflowAssignmentTargetCreatePayload, error)
CreateBulkWorkflowAssignmentTarget(ctx context.Context, input []*generated.CreateWorkflowAssignmentTargetInput) (*model.WorkflowAssignmentTargetBulkCreatePayload, error)
CreateBulkCSVWorkflowAssignmentTarget(ctx context.Context, input graphql.Upload) (*model.WorkflowAssignmentTargetBulkCreatePayload, error)
UpdateWorkflowAssignmentTarget(ctx context.Context, id string, input generated.UpdateWorkflowAssignmentTargetInput) (*model.WorkflowAssignmentTargetUpdatePayload, error)
DeleteWorkflowAssignmentTarget(ctx context.Context, id string) (*model.WorkflowAssignmentTargetDeletePayload, error)
CreateWorkflowDefinition(ctx context.Context, input generated.CreateWorkflowDefinitionInput) (*model.WorkflowDefinitionCreatePayload, error)
CreateBulkWorkflowDefinition(ctx context.Context, input []*generated.CreateWorkflowDefinitionInput) (*model.WorkflowDefinitionBulkCreatePayload, error)
CreateBulkCSVWorkflowDefinition(ctx context.Context, input graphql.Upload) (*model.WorkflowDefinitionBulkCreatePayload, error)
UpdateWorkflowDefinition(ctx context.Context, id string, input generated.UpdateWorkflowDefinitionInput) (*model.WorkflowDefinitionUpdatePayload, error)
DeleteWorkflowDefinition(ctx context.Context, id string) (*model.WorkflowDefinitionDeletePayload, error)
CreateWorkflowEvent(ctx context.Context, input generated.CreateWorkflowEventInput) (*model.WorkflowEventCreatePayload, error)
CreateBulkWorkflowEvent(ctx context.Context, input []*generated.CreateWorkflowEventInput) (*model.WorkflowEventBulkCreatePayload, error)
CreateBulkCSVWorkflowEvent(ctx context.Context, input graphql.Upload) (*model.WorkflowEventBulkCreatePayload, error)
UpdateWorkflowEvent(ctx context.Context, id string, input generated.UpdateWorkflowEventInput) (*model.WorkflowEventUpdatePayload, error)
DeleteWorkflowEvent(ctx context.Context, id string) (*model.WorkflowEventDeletePayload, error)
CreateWorkflowInstance(ctx context.Context, input generated.CreateWorkflowInstanceInput) (*model.WorkflowInstanceCreatePayload, error)
CreateBulkWorkflowInstance(ctx context.Context, input []*generated.CreateWorkflowInstanceInput) (*model.WorkflowInstanceBulkCreatePayload, error)
CreateBulkCSVWorkflowInstance(ctx context.Context, input graphql.Upload) (*model.WorkflowInstanceBulkCreatePayload, error)
UpdateWorkflowInstance(ctx context.Context, id string, input generated.UpdateWorkflowInstanceInput) (*model.WorkflowInstanceUpdatePayload, error)
DeleteWorkflowInstance(ctx context.Context, id string) (*model.WorkflowInstanceDeletePayload, error)
CreateWorkflowObjectRef(ctx context.Context, input generated.CreateWorkflowObjectRefInput) (*model.WorkflowObjectRefCreatePayload, error)
CreateBulkWorkflowObjectRef(ctx context.Context, input []*generated.CreateWorkflowObjectRefInput) (*model.WorkflowObjectRefBulkCreatePayload, error)
CreateBulkCSVWorkflowObjectRef(ctx context.Context, input graphql.Upload) (*model.WorkflowObjectRefBulkCreatePayload, error)
UpdateWorkflowObjectRef(ctx context.Context, id string, input generated.UpdateWorkflowObjectRefInput) (*model.WorkflowObjectRefUpdatePayload, error)
DeleteWorkflowObjectRef(ctx context.Context, id string) (*model.WorkflowObjectRefDeletePayload, error)
}
type QueryResolver ¶
type QueryResolver interface {
Node(ctx context.Context, id string) (generated.Noder, error)
Nodes(ctx context.Context, ids []string) ([]generated.Noder, error)
APITokens(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.APITokenOrder, where *generated.APITokenWhereInput) (*generated.APITokenConnection, error)
ActionPlans(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ActionPlanOrder, where *generated.ActionPlanWhereInput) (*generated.ActionPlanConnection, error)
ActionPlanHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ActionPlanHistoryOrder, where *generated.ActionPlanHistoryWhereInput) (*generated.ActionPlanHistoryConnection, error)
Assessments(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssessmentOrder, where *generated.AssessmentWhereInput) (*generated.AssessmentConnection, error)
AssessmentHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.AssessmentHistoryOrder, where *generated.AssessmentHistoryWhereInput) (*generated.AssessmentHistoryConnection, error)
AssessmentResponses(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssessmentResponseOrder, where *generated.AssessmentResponseWhereInput) (*generated.AssessmentResponseConnection, error)
AssessmentResponseHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.AssessmentResponseHistoryOrder, where *generated.AssessmentResponseHistoryWhereInput) (*generated.AssessmentResponseHistoryConnection, error)
Assets(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.AssetOrder, where *generated.AssetWhereInput) (*generated.AssetConnection, error)
AssetHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.AssetHistoryOrder, where *generated.AssetHistoryWhereInput) (*generated.AssetHistoryConnection, error)
Contacts(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ContactOrder, where *generated.ContactWhereInput) (*generated.ContactConnection, error)
ContactHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ContactHistoryOrder, where *generated.ContactHistoryWhereInput) (*generated.ContactHistoryConnection, error)
Controls(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput) (*generated.ControlConnection, error)
ControlHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ControlHistoryOrder, where *generated.ControlHistoryWhereInput) (*generated.ControlHistoryConnection, error)
ControlImplementations(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlImplementationOrder, where *generated.ControlImplementationWhereInput) (*generated.ControlImplementationConnection, error)
ControlImplementationHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ControlImplementationHistoryOrder, where *generated.ControlImplementationHistoryWhereInput) (*generated.ControlImplementationHistoryConnection, error)
ControlObjectives(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlObjectiveOrder, where *generated.ControlObjectiveWhereInput) (*generated.ControlObjectiveConnection, error)
ControlObjectiveHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ControlObjectiveHistoryOrder, where *generated.ControlObjectiveHistoryWhereInput) (*generated.ControlObjectiveHistoryConnection, error)
CustomDomains(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.CustomDomainOrder, where *generated.CustomDomainWhereInput) (*generated.CustomDomainConnection, error)
CustomDomainHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.CustomDomainHistoryOrder, where *generated.CustomDomainHistoryWhereInput) (*generated.CustomDomainHistoryConnection, error)
CustomTypeEnums(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.CustomTypeEnumOrder, where *generated.CustomTypeEnumWhereInput) (*generated.CustomTypeEnumConnection, error)
DNSVerifications(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DNSVerificationOrder, where *generated.DNSVerificationWhereInput) (*generated.DNSVerificationConnection, error)
DNSVerificationHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.DNSVerificationHistoryOrder, where *generated.DNSVerificationHistoryWhereInput) (*generated.DNSVerificationHistoryConnection, error)
DirectoryAccounts(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryAccountOrder, where *generated.DirectoryAccountWhereInput) (*generated.DirectoryAccountConnection, error)
DirectoryAccountHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.DirectoryAccountHistoryOrder, where *generated.DirectoryAccountHistoryWhereInput) (*generated.DirectoryAccountHistoryConnection, error)
DirectoryGroups(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryGroupOrder, where *generated.DirectoryGroupWhereInput) (*generated.DirectoryGroupConnection, error)
DirectoryGroupHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.DirectoryGroupHistoryOrder, where *generated.DirectoryGroupHistoryWhereInput) (*generated.DirectoryGroupHistoryConnection, error)
DirectoryMemberships(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectoryMembershipOrder, where *generated.DirectoryMembershipWhereInput) (*generated.DirectoryMembershipConnection, error)
DirectoryMembershipHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.DirectoryMembershipHistoryOrder, where *generated.DirectoryMembershipHistoryWhereInput) (*generated.DirectoryMembershipHistoryConnection, error)
DirectorySyncRuns(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DirectorySyncRunOrder, where *generated.DirectorySyncRunWhereInput) (*generated.DirectorySyncRunConnection, error)
DocumentDataSlice(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.DocumentDataOrder, where *generated.DocumentDataWhereInput) (*generated.DocumentDataConnection, error)
DocumentDataHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.DocumentDataHistoryOrder, where *generated.DocumentDataHistoryWhereInput) (*generated.DocumentDataHistoryConnection, error)
Entities(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityOrder, where *generated.EntityWhereInput) (*generated.EntityConnection, error)
EntityHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.EntityHistoryOrder, where *generated.EntityHistoryWhereInput) (*generated.EntityHistoryConnection, error)
EntityTypes(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EntityTypeOrder, where *generated.EntityTypeWhereInput) (*generated.EntityTypeConnection, error)
EntityTypeHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.EntityTypeHistoryOrder, where *generated.EntityTypeHistoryWhereInput) (*generated.EntityTypeHistoryConnection, error)
Events(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EventOrder, where *generated.EventWhereInput) (*generated.EventConnection, error)
Evidences(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.EvidenceOrder, where *generated.EvidenceWhereInput) (*generated.EvidenceConnection, error)
EvidenceHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.EvidenceHistoryOrder, where *generated.EvidenceHistoryWhereInput) (*generated.EvidenceHistoryConnection, error)
Exports(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ExportOrder, where *generated.ExportWhereInput) (*generated.ExportConnection, error)
Files(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FileOrder, where *generated.FileWhereInput) (*generated.FileConnection, error)
FileHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.FileHistoryOrder, where *generated.FileHistoryWhereInput) (*generated.FileHistoryConnection, error)
Findings(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingOrder, where *generated.FindingWhereInput) (*generated.FindingConnection, error)
FindingControls(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.FindingControlOrder, where *generated.FindingControlWhereInput) (*generated.FindingControlConnection, error)
FindingControlHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.FindingControlHistoryOrder, where *generated.FindingControlHistoryWhereInput) (*generated.FindingControlHistoryConnection, error)
FindingHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.FindingHistoryOrder, where *generated.FindingHistoryWhereInput) (*generated.FindingHistoryConnection, error)
Groups(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupOrder, where *generated.GroupWhereInput) (*generated.GroupConnection, error)
GroupHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.GroupHistoryOrder, where *generated.GroupHistoryWhereInput) (*generated.GroupHistoryConnection, error)
GroupMemberships(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupMembershipOrder, where *generated.GroupMembershipWhereInput) (*generated.GroupMembershipConnection, error)
GroupMembershipHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.GroupMembershipHistoryOrder, where *generated.GroupMembershipHistoryWhereInput) (*generated.GroupMembershipHistoryConnection, error)
GroupSettings(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.GroupSettingOrder, where *generated.GroupSettingWhereInput) (*generated.GroupSettingConnection, error)
GroupSettingHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.GroupSettingHistoryOrder, where *generated.GroupSettingHistoryWhereInput) (*generated.GroupSettingHistoryConnection, error)
Hushes(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.HushOrder, where *generated.HushWhereInput) (*generated.HushConnection, error)
HushHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.HushHistoryOrder, where *generated.HushHistoryWhereInput) (*generated.HushHistoryConnection, error)
Integrations(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.IntegrationOrder, where *generated.IntegrationWhereInput) (*generated.IntegrationConnection, error)
IntegrationHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.IntegrationHistoryOrder, where *generated.IntegrationHistoryWhereInput) (*generated.IntegrationHistoryConnection, error)
InternalPolicies(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InternalPolicyOrder, where *generated.InternalPolicyWhereInput) (*generated.InternalPolicyConnection, error)
InternalPolicyHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.InternalPolicyHistoryOrder, where *generated.InternalPolicyHistoryWhereInput) (*generated.InternalPolicyHistoryConnection, error)
Invites(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.InviteOrder, where *generated.InviteWhereInput) (*generated.InviteConnection, error)
JobResults(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobResultOrder, where *generated.JobResultWhereInput) (*generated.JobResultConnection, error)
JobRunners(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobRunnerOrder, where *generated.JobRunnerWhereInput) (*generated.JobRunnerConnection, error)
JobRunnerRegistrationTokens(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobRunnerRegistrationTokenOrder, where *generated.JobRunnerRegistrationTokenWhereInput) (*generated.JobRunnerRegistrationTokenConnection, error)
JobRunnerTokens(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobRunnerTokenOrder, where *generated.JobRunnerTokenWhereInput) (*generated.JobRunnerTokenConnection, error)
JobTemplates(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.JobTemplateOrder, where *generated.JobTemplateWhereInput) (*generated.JobTemplateConnection, error)
JobTemplateHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.JobTemplateHistoryOrder, where *generated.JobTemplateHistoryWhereInput) (*generated.JobTemplateHistoryConnection, error)
MappableDomains(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.MappableDomainOrder, where *generated.MappableDomainWhereInput) (*generated.MappableDomainConnection, error)
MappableDomainHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.MappableDomainHistoryOrder, where *generated.MappableDomainHistoryWhereInput) (*generated.MappableDomainHistoryConnection, error)
MappedControls(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.MappedControlOrder, where *generated.MappedControlWhereInput) (*generated.MappedControlConnection, error)
MappedControlHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.MappedControlHistoryOrder, where *generated.MappedControlHistoryWhereInput) (*generated.MappedControlHistoryConnection, error)
Narratives(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NarrativeOrder, where *generated.NarrativeWhereInput) (*generated.NarrativeConnection, error)
NarrativeHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.NarrativeHistoryOrder, where *generated.NarrativeHistoryWhereInput) (*generated.NarrativeHistoryConnection, error)
Notes(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.NoteOrder, where *generated.NoteWhereInput) (*generated.NoteConnection, error)
NoteHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.NoteHistoryOrder, where *generated.NoteHistoryWhereInput) (*generated.NoteHistoryConnection, error)
OrgMemberships(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrgMembershipOrder, where *generated.OrgMembershipWhereInput) (*generated.OrgMembershipConnection, error)
OrgMembershipHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.OrgMembershipHistoryOrder, where *generated.OrgMembershipHistoryWhereInput) (*generated.OrgMembershipHistoryConnection, error)
OrgSubscriptions(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.OrgSubscriptionOrder, where *generated.OrgSubscriptionWhereInput) (*generated.OrgSubscriptionConnection, error)
OrgSubscriptionHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.OrgSubscriptionHistoryOrder, where *generated.OrgSubscriptionHistoryWhereInput) (*generated.OrgSubscriptionHistoryConnection, error)
Organizations(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrganizationOrder, where *generated.OrganizationWhereInput) (*generated.OrganizationConnection, error)
OrganizationHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.OrganizationHistoryOrder, where *generated.OrganizationHistoryWhereInput) (*generated.OrganizationHistoryConnection, error)
OrganizationSettings(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.OrganizationSettingOrder, where *generated.OrganizationSettingWhereInput) (*generated.OrganizationSettingConnection, error)
OrganizationSettingHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.OrganizationSettingHistoryOrder, where *generated.OrganizationSettingHistoryWhereInput) (*generated.OrganizationSettingHistoryConnection, error)
PersonalAccessTokens(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.PersonalAccessTokenOrder, where *generated.PersonalAccessTokenWhereInput) (*generated.PersonalAccessTokenConnection, error)
Procedures(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProcedureOrder, where *generated.ProcedureWhereInput) (*generated.ProcedureConnection, error)
ProcedureHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ProcedureHistoryOrder, where *generated.ProcedureHistoryWhereInput) (*generated.ProcedureHistoryConnection, error)
Programs(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramOrder, where *generated.ProgramWhereInput) (*generated.ProgramConnection, error)
ProgramHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ProgramHistoryOrder, where *generated.ProgramHistoryWhereInput) (*generated.ProgramHistoryConnection, error)
ProgramMemberships(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ProgramMembershipOrder, where *generated.ProgramMembershipWhereInput) (*generated.ProgramMembershipConnection, error)
ProgramMembershipHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ProgramMembershipHistoryOrder, where *generated.ProgramMembershipHistoryWhereInput) (*generated.ProgramMembershipHistoryConnection, error)
Remediations(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RemediationOrder, where *generated.RemediationWhereInput) (*generated.RemediationConnection, error)
RemediationHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.RemediationHistoryOrder, where *generated.RemediationHistoryWhereInput) (*generated.RemediationHistoryConnection, error)
Reviews(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ReviewOrder, where *generated.ReviewWhereInput) (*generated.ReviewConnection, error)
ReviewHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ReviewHistoryOrder, where *generated.ReviewHistoryWhereInput) (*generated.ReviewHistoryConnection, error)
Risks(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.RiskOrder, where *generated.RiskWhereInput) (*generated.RiskConnection, error)
RiskHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.RiskHistoryOrder, where *generated.RiskHistoryWhereInput) (*generated.RiskHistoryConnection, error)
Scans(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScanOrder, where *generated.ScanWhereInput) (*generated.ScanConnection, error)
ScanHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ScanHistoryOrder, where *generated.ScanHistoryWhereInput) (*generated.ScanHistoryConnection, error)
ScheduledJobs(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScheduledJobOrder, where *generated.ScheduledJobWhereInput) (*generated.ScheduledJobConnection, error)
ScheduledJobHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.ScheduledJobHistoryOrder, where *generated.ScheduledJobHistoryWhereInput) (*generated.ScheduledJobHistoryConnection, error)
ScheduledJobRuns(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ScheduledJobRunOrder, where *generated.ScheduledJobRunWhereInput) (*generated.ScheduledJobRunConnection, error)
Standards(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.StandardOrder, where *generated.StandardWhereInput) (*generated.StandardConnection, error)
StandardHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.StandardHistoryOrder, where *generated.StandardHistoryWhereInput) (*generated.StandardHistoryConnection, error)
Subcontrols(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubcontrolOrder, where *generated.SubcontrolWhereInput) (*generated.SubcontrolConnection, error)
SubcontrolHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.SubcontrolHistoryOrder, where *generated.SubcontrolHistoryWhereInput) (*generated.SubcontrolHistoryConnection, error)
Subprocessors(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubprocessorOrder, where *generated.SubprocessorWhereInput) (*generated.SubprocessorConnection, error)
SubprocessorHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.SubprocessorHistoryOrder, where *generated.SubprocessorHistoryWhereInput) (*generated.SubprocessorHistoryConnection, error)
Subscribers(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.SubscriberOrder, where *generated.SubscriberWhereInput) (*generated.SubscriberConnection, error)
TfaSettings(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TFASettingOrder, where *generated.TFASettingWhereInput) (*generated.TFASettingConnection, error)
TagDefinitions(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TagDefinitionOrder, where *generated.TagDefinitionWhereInput) (*generated.TagDefinitionConnection, error)
Tasks(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TaskOrder, where *generated.TaskWhereInput) (*generated.TaskConnection, error)
TaskHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TaskHistoryOrder, where *generated.TaskHistoryWhereInput) (*generated.TaskHistoryConnection, error)
Templates(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TemplateOrder, where *generated.TemplateWhereInput) (*generated.TemplateConnection, error)
TemplateHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TemplateHistoryOrder, where *generated.TemplateHistoryWhereInput) (*generated.TemplateHistoryConnection, error)
TrustCenters(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterOrder, where *generated.TrustCenterWhereInput) (*generated.TrustCenterConnection, error)
TrustCenterCompliances(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterComplianceOrder, where *generated.TrustCenterComplianceWhereInput) (*generated.TrustCenterComplianceConnection, error)
TrustCenterComplianceHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TrustCenterComplianceHistoryOrder, where *generated.TrustCenterComplianceHistoryWhereInput) (*generated.TrustCenterComplianceHistoryConnection, error)
TrustCenterDocs(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterDocOrder, where *generated.TrustCenterDocWhereInput) (*generated.TrustCenterDocConnection, error)
TrustCenterDocHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TrustCenterDocHistoryOrder, where *generated.TrustCenterDocHistoryWhereInput) (*generated.TrustCenterDocHistoryConnection, error)
TrustCenterHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TrustCenterHistoryOrder, where *generated.TrustCenterHistoryWhereInput) (*generated.TrustCenterHistoryConnection, error)
TrustCenterSettings(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterSettingOrder, where *generated.TrustCenterSettingWhereInput) (*generated.TrustCenterSettingConnection, error)
TrustCenterSettingHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TrustCenterSettingHistoryOrder, where *generated.TrustCenterSettingHistoryWhereInput) (*generated.TrustCenterSettingHistoryConnection, error)
TrustCenterSubprocessors(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterSubprocessorOrder, where *generated.TrustCenterSubprocessorWhereInput) (*generated.TrustCenterSubprocessorConnection, error)
TrustCenterSubprocessorHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TrustCenterSubprocessorHistoryOrder, where *generated.TrustCenterSubprocessorHistoryWhereInput) (*generated.TrustCenterSubprocessorHistoryConnection, error)
TrustCenterWatermarkConfigs(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.TrustCenterWatermarkConfigOrder, where *generated.TrustCenterWatermarkConfigWhereInput) (*generated.TrustCenterWatermarkConfigConnection, error)
TrustCenterWatermarkConfigHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.TrustCenterWatermarkConfigHistoryOrder, where *generated.TrustCenterWatermarkConfigHistoryWhereInput) (*generated.TrustCenterWatermarkConfigHistoryConnection, error)
Users(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.UserOrder, where *generated.UserWhereInput) (*generated.UserConnection, error)
UserHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.UserHistoryOrder, where *generated.UserHistoryWhereInput) (*generated.UserHistoryConnection, error)
UserSettings(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.UserSettingOrder, where *generated.UserSettingWhereInput) (*generated.UserSettingConnection, error)
UserSettingHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.UserSettingHistoryOrder, where *generated.UserSettingHistoryWhereInput) (*generated.UserSettingHistoryConnection, error)
Vulnerabilities(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.VulnerabilityOrder, where *generated.VulnerabilityWhereInput) (*generated.VulnerabilityConnection, error)
VulnerabilityHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.VulnerabilityHistoryOrder, where *generated.VulnerabilityHistoryWhereInput) (*generated.VulnerabilityHistoryConnection, error)
Webauthns(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WebauthnOrder, where *generated.WebauthnWhereInput) (*generated.WebauthnConnection, error)
WorkflowAssignments(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowAssignmentOrder, where *generated.WorkflowAssignmentWhereInput) (*generated.WorkflowAssignmentConnection, error)
WorkflowAssignmentHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WorkflowAssignmentHistoryOrder, where *generated.WorkflowAssignmentHistoryWhereInput) (*generated.WorkflowAssignmentHistoryConnection, error)
WorkflowAssignmentTargets(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowAssignmentTargetOrder, where *generated.WorkflowAssignmentTargetWhereInput) (*generated.WorkflowAssignmentTargetConnection, error)
WorkflowAssignmentTargetHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WorkflowAssignmentTargetHistoryOrder, where *generated.WorkflowAssignmentTargetHistoryWhereInput) (*generated.WorkflowAssignmentTargetHistoryConnection, error)
WorkflowDefinitions(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowDefinitionOrder, where *generated.WorkflowDefinitionWhereInput) (*generated.WorkflowDefinitionConnection, error)
WorkflowDefinitionHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WorkflowDefinitionHistoryOrder, where *generated.WorkflowDefinitionHistoryWhereInput) (*generated.WorkflowDefinitionHistoryConnection, error)
WorkflowEvents(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowEventOrder, where *generated.WorkflowEventWhereInput) (*generated.WorkflowEventConnection, error)
WorkflowEventHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WorkflowEventHistoryOrder, where *generated.WorkflowEventHistoryWhereInput) (*generated.WorkflowEventHistoryConnection, error)
WorkflowInstances(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowInstanceOrder, where *generated.WorkflowInstanceWhereInput) (*generated.WorkflowInstanceConnection, error)
WorkflowInstanceHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WorkflowInstanceHistoryOrder, where *generated.WorkflowInstanceHistoryWhereInput) (*generated.WorkflowInstanceHistoryConnection, error)
WorkflowObjectRefs(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.WorkflowObjectRefOrder, where *generated.WorkflowObjectRefWhereInput) (*generated.WorkflowObjectRefConnection, error)
WorkflowObjectRefHistories(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy *generated.WorkflowObjectRefHistoryOrder, where *generated.WorkflowObjectRefHistoryWhereInput) (*generated.WorkflowObjectRefHistoryConnection, error)
ActionPlan(ctx context.Context, id string) (*generated.ActionPlan, error)
APIToken(ctx context.Context, id string) (*generated.APIToken, error)
Assessment(ctx context.Context, id string) (*generated.Assessment, error)
AssessmentResponse(ctx context.Context, id string) (*generated.AssessmentResponse, error)
Asset(ctx context.Context, id string) (*generated.Asset, error)
AuditLogs(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, where *generated.AuditLogWhereInput, orderBy *generated.AuditLogOrder) (*generated.AuditLogConnection, error)
Contact(ctx context.Context, id string) (*generated.Contact, error)
Control(ctx context.Context, id string) (*generated.Control, error)
ControlCategories(ctx context.Context) ([]string, error)
ControlSubcategories(ctx context.Context) ([]string, error)
ControlCategoriesByFramework(ctx context.Context, orderBy []*model.ControlCategoryOrder, where *generated.ControlWhereInput) ([]*model.ControlCategoryEdge, error)
ControlSubcategoriesByFramework(ctx context.Context, orderBy []*model.ControlCategoryOrder, where *generated.ControlWhereInput) ([]*model.ControlCategoryEdge, error)
ControlsGroupByCategory(ctx context.Context, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int, orderBy []*generated.ControlOrder, where *generated.ControlWhereInput, category *string) (*model.ControlGroupConnection, error)
ControlImplementation(ctx context.Context, id string) (*generated.ControlImplementation, error)
ControlObjective(ctx context.Context, id string) (*generated.ControlObjective, error)
CustomDomain(ctx context.Context, id string) (*generated.CustomDomain, error)
CustomTypeEnum(ctx context.Context, id string) (*generated.CustomTypeEnum, error)
DirectoryAccount(ctx context.Context, id string) (*generated.DirectoryAccount, error)
DirectoryGroup(ctx context.Context, id string) (*generated.DirectoryGroup, error)
DirectoryMembership(ctx context.Context, id string) (*generated.DirectoryMembership, error)
DirectorySyncRun(ctx context.Context, id string) (*generated.DirectorySyncRun, error)
DNSVerification(ctx context.Context, id string) (*generated.DNSVerification, error)
DocumentData(ctx context.Context, id string) (*generated.DocumentData, error)
Entity(ctx context.Context, id string) (*generated.Entity, error)
EntityType(ctx context.Context, id string) (*generated.EntityType, error)
Event(ctx context.Context, id string) (*generated.Event, error)
Evidence(ctx context.Context, id string) (*generated.Evidence, error)
Export(ctx context.Context, id string) (*generated.Export, error)
File(ctx context.Context, id string) (*generated.File, error)
Finding(ctx context.Context, id string) (*generated.Finding, error)
FindingControl(ctx context.Context, id string) (*generated.FindingControl, error)
Group(ctx context.Context, id string) (*generated.Group, error)
GroupMembership(ctx context.Context, id string) (*generated.GroupMembership, error)
GroupSetting(ctx context.Context, id string) (*generated.GroupSetting, error)
Hush(ctx context.Context, id string) (*generated.Hush, error)
Integration(ctx context.Context, id string) (*generated.Integration, error)
InternalPolicy(ctx context.Context, id string) (*generated.InternalPolicy, error)
Invite(ctx context.Context, id string) (*generated.Invite, error)
JobResult(ctx context.Context, id string) (*generated.JobResult, error)
JobRunner(ctx context.Context, id string) (*generated.JobRunner, error)
JobRunnerRegistrationToken(ctx context.Context, id string) (*generated.JobRunnerRegistrationToken, error)
JobRunnerToken(ctx context.Context, id string) (*generated.JobRunnerToken, error)
JobTemplate(ctx context.Context, id string) (*generated.JobTemplate, error)
MappableDomain(ctx context.Context, id string) (*generated.MappableDomain, error)
MappedControl(ctx context.Context, id string) (*generated.MappedControl, error)
Narrative(ctx context.Context, id string) (*generated.Narrative, error)
Note(ctx context.Context, id string) (*generated.Note, error)
Organization(ctx context.Context, id string) (*generated.Organization, error)
OrganizationSetting(ctx context.Context, id string) (*generated.OrganizationSetting, error)
OrgMembership(ctx context.Context, id string) (*generated.OrgMembership, error)
OrgSubscription(ctx context.Context, id string) (*generated.OrgSubscription, error)
PersonalAccessToken(ctx context.Context, id string) (*generated.PersonalAccessToken, error)
Procedure(ctx context.Context, id string) (*generated.Procedure, error)
Program(ctx context.Context, id string) (*generated.Program, error)
ProgramMembership(ctx context.Context, id string) (*generated.ProgramMembership, error)
Remediation(ctx context.Context, id string) (*generated.Remediation, error)
Review(ctx context.Context, id string) (*generated.Review, error)
Risk(ctx context.Context, id string) (*generated.Risk, error)
Scan(ctx context.Context, id string) (*generated.Scan, error)
ScheduledJob(ctx context.Context, id string) (*generated.ScheduledJob, error)
ScheduledJobRun(ctx context.Context, id string) (*generated.ScheduledJobRun, error)
ActionPlanSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ActionPlanConnection, error)
AssessmentSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.AssessmentConnection, error)
AssessmentResponseSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.AssessmentResponseConnection, error)
AssetSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.AssetConnection, error)
ContactSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ContactConnection, error)
ControlSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ControlConnection, error)
ControlObjectiveSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ControlObjectiveConnection, error)
CustomTypeEnumSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.CustomTypeEnumConnection, error)
EntitySearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.EntityConnection, error)
EvidenceSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.EvidenceConnection, error)
FindingSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.FindingConnection, error)
GroupSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.GroupConnection, error)
InternalPolicySearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.InternalPolicyConnection, error)
InviteSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.InviteConnection, error)
JobRunnerSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.JobRunnerConnection, error)
JobTemplateSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.JobTemplateConnection, error)
NarrativeSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.NarrativeConnection, error)
OrganizationSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.OrganizationConnection, error)
ProcedureSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ProcedureConnection, error)
ProgramSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ProgramConnection, error)
RemediationSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.RemediationConnection, error)
ReviewSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ReviewConnection, error)
RiskSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.RiskConnection, error)
ScanSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.ScanConnection, error)
StandardSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.StandardConnection, error)
SubcontrolSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.SubcontrolConnection, error)
SubprocessorSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.SubprocessorConnection, error)
SubscriberSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.SubscriberConnection, error)
TagDefinitionSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.TagDefinitionConnection, error)
TaskSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.TaskConnection, error)
TemplateSearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.TemplateConnection, error)
VulnerabilitySearch(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*generated.VulnerabilityConnection, error)
Search(ctx context.Context, query string, after *entgql.Cursor[string], first *int, before *entgql.Cursor[string], last *int) (*model.SearchResults, error)
Standard(ctx context.Context, id string) (*generated.Standard, error)
Subcontrol(ctx context.Context, id string) (*generated.Subcontrol, error)
Subprocessor(ctx context.Context, id string) (*generated.Subprocessor, error)
Subscriber(ctx context.Context, email string) (*generated.Subscriber, error)
TagDefinition(ctx context.Context, id string) (*generated.TagDefinition, error)
Task(ctx context.Context, id string) (*generated.Task, error)
Template(ctx context.Context, id string) (*generated.Template, error)
TfaSetting(ctx context.Context, id *string) (*generated.TFASetting, error)
TrustCenter(ctx context.Context, id string) (*generated.TrustCenter, error)
TrustCenterCompliance(ctx context.Context, id string) (*generated.TrustCenterCompliance, error)
TrustCenterDoc(ctx context.Context, id string) (*generated.TrustCenterDoc, error)
TrustCenterSetting(ctx context.Context, id string) (*generated.TrustCenterSetting, error)
TrustCenterSubprocessor(ctx context.Context, id string) (*generated.TrustCenterSubprocessor, error)
TrustCenterWatermarkConfig(ctx context.Context, id string) (*generated.TrustCenterWatermarkConfig, error)
User(ctx context.Context, id string) (*generated.User, error)
Self(ctx context.Context) (*generated.User, error)
UserSetting(ctx context.Context, id string) (*generated.UserSetting, error)
Vulnerability(ctx context.Context, id string) (*generated.Vulnerability, error)
WorkflowAssignment(ctx context.Context, id string) (*generated.WorkflowAssignment, error)
WorkflowAssignmentTarget(ctx context.Context, id string) (*generated.WorkflowAssignmentTarget, error)
WorkflowDefinition(ctx context.Context, id string) (*generated.WorkflowDefinition, error)
WorkflowEvent(ctx context.Context, id string) (*generated.WorkflowEvent, error)
WorkflowInstance(ctx context.Context, id string) (*generated.WorkflowInstance, error)
WorkflowObjectRef(ctx context.Context, id string) (*generated.WorkflowObjectRef, error)
}
type ResolverRoot ¶
type ResolverRoot interface {
AuditLog() AuditLogResolver
Group() GroupResolver
Mutation() MutationResolver
Query() QueryResolver
Subscription() SubscriptionResolver
CreateEntityInput() CreateEntityInputResolver
CreateGroupInput() CreateGroupInputResolver
CreateMappedControlInput() CreateMappedControlInputResolver
CreateOrganizationInput() CreateOrganizationInputResolver
CreateTrustCenterInput() CreateTrustCenterInputResolver
UpdateActionPlanInput() UpdateActionPlanInputResolver
UpdateControlInput() UpdateControlInputResolver
UpdateControlObjectiveInput() UpdateControlObjectiveInputResolver
UpdateEntityInput() UpdateEntityInputResolver
UpdateGroupInput() UpdateGroupInputResolver
UpdateInternalPolicyInput() UpdateInternalPolicyInputResolver
UpdateOrganizationInput() UpdateOrganizationInputResolver
UpdateProcedureInput() UpdateProcedureInputResolver
UpdateProgramInput() UpdateProgramInputResolver
UpdateRiskInput() UpdateRiskInputResolver
UpdateStandardInput() UpdateStandardInputResolver
UpdateSubcontrolInput() UpdateSubcontrolInputResolver
UpdateTFASettingInput() UpdateTFASettingInputResolver
UpdateTaskInput() UpdateTaskInputResolver
UpdateTrustCenterInput() UpdateTrustCenterInputResolver
}
type SubscriptionResolver ¶ added in v0.45.0
type UpdateActionPlanInputResolver ¶ added in v0.7.5
type UpdateActionPlanInputResolver interface {
RevisionBump(ctx context.Context, obj *generated.UpdateActionPlanInput, data *models.VersionBump) error
}
type UpdateControlInputResolver ¶ added in v0.38.2
type UpdateControlInputResolver interface {
AddComment(ctx context.Context, obj *generated.UpdateControlInput, data *generated.CreateNoteInput) error
DeleteComment(ctx context.Context, obj *generated.UpdateControlInput, data *string) error
}
type UpdateControlObjectiveInputResolver ¶ added in v0.7.5
type UpdateControlObjectiveInputResolver interface {
RevisionBump(ctx context.Context, obj *generated.UpdateControlObjectiveInput, data *models.VersionBump) error
}
type UpdateEntityInputResolver ¶
type UpdateEntityInputResolver interface {
Note(ctx context.Context, obj *generated.UpdateEntityInput, data *generated.CreateNoteInput) error
}
type UpdateGroupInputResolver ¶
type UpdateGroupInputResolver interface {
AddGroupMembers(ctx context.Context, obj *generated.UpdateGroupInput, data []*generated.CreateGroupMembershipInput) error
RemoveGroupMembers(ctx context.Context, obj *generated.UpdateGroupInput, data []string) error
UpdateGroupSettings(ctx context.Context, obj *generated.UpdateGroupInput, data *generated.UpdateGroupSettingInput) error
InheritGroupPermissions(ctx context.Context, obj *generated.UpdateGroupInput, data *string) error
}
type UpdateInternalPolicyInputResolver ¶ added in v0.7.5
type UpdateInternalPolicyInputResolver interface {
AddComment(ctx context.Context, obj *generated.UpdateInternalPolicyInput, data *generated.CreateNoteInput) error
DeleteComment(ctx context.Context, obj *generated.UpdateInternalPolicyInput, data *string) error
RevisionBump(ctx context.Context, obj *generated.UpdateInternalPolicyInput, data *models.VersionBump) error
}
type UpdateOrganizationInputResolver ¶
type UpdateOrganizationInputResolver interface {
AddOrgMembers(ctx context.Context, obj *generated.UpdateOrganizationInput, data []*generated.CreateOrgMembershipInput) error
RemoveOrgMembers(ctx context.Context, obj *generated.UpdateOrganizationInput, data []string) error
UpdateOrgSettings(ctx context.Context, obj *generated.UpdateOrganizationInput, data *generated.UpdateOrganizationSettingInput) error
}
type UpdateProcedureInputResolver ¶ added in v0.7.5
type UpdateProcedureInputResolver interface {
AddComment(ctx context.Context, obj *generated.UpdateProcedureInput, data *generated.CreateNoteInput) error
DeleteComment(ctx context.Context, obj *generated.UpdateProcedureInput, data *string) error
RevisionBump(ctx context.Context, obj *generated.UpdateProcedureInput, data *models.VersionBump) error
}
type UpdateProgramInputResolver ¶
type UpdateProgramInputResolver interface {
AddProgramMembers(ctx context.Context, obj *generated.UpdateProgramInput, data []*model.AddProgramMembershipInput) error
RemoveProgramMembers(ctx context.Context, obj *generated.UpdateProgramInput, data []string) error
}
type UpdateRiskInputResolver ¶ added in v0.42.2
type UpdateRiskInputResolver interface {
AddComment(ctx context.Context, obj *generated.UpdateRiskInput, data *generated.CreateNoteInput) error
DeleteComment(ctx context.Context, obj *generated.UpdateRiskInput, data *string) error
}
type UpdateStandardInputResolver ¶ added in v0.7.5
type UpdateStandardInputResolver interface {
RevisionBump(ctx context.Context, obj *generated.UpdateStandardInput, data *models.VersionBump) error
}
type UpdateSubcontrolInputResolver ¶ added in v0.38.2
type UpdateSubcontrolInputResolver interface {
AddComment(ctx context.Context, obj *generated.UpdateSubcontrolInput, data *generated.CreateNoteInput) error
DeleteComment(ctx context.Context, obj *generated.UpdateSubcontrolInput, data *string) error
}
type UpdateTaskInputResolver ¶ added in v0.7.1
type UpdateTaskInputResolver interface {
AddComment(ctx context.Context, obj *generated.UpdateTaskInput, data *generated.CreateNoteInput) error
DeleteComment(ctx context.Context, obj *generated.UpdateTaskInput, data *string) error
}
type UpdateTrustCenterInputResolver ¶ added in v0.19.0
type UpdateTrustCenterInputResolver interface {
AddPost(ctx context.Context, obj *generated.UpdateTrustCenterInput, data *generated.CreateNoteInput) error
DeletePost(ctx context.Context, obj *generated.UpdateTrustCenterInput, data *string) error
UpdateTrustCenterSetting(ctx context.Context, obj *generated.UpdateTrustCenterInput, data *generated.UpdateTrustCenterSettingInput) error
}
Source Files
¶
- actionplan.generated.go
- apitoken.generated.go
- assessment.generated.go
- assessmentresponse.generated.go
- asset.generated.go
- audit.generated.go
- contact.generated.go
- control.generated.go
- controlextended.generated.go
- controlimplementation.generated.go
- controlobjective.generated.go
- customdomain.generated.go
- customtypeenum.generated.go
- directoryaccount.generated.go
- directorygroup.generated.go
- directorymembership.generated.go
- directorysyncrun.generated.go
- dnsverification.generated.go
- documentdata.generated.go
- ent.generated.go
- entity.generated.go
- entitytype.generated.go
- event.generated.go
- evidence.generated.go
- export.generated.go
- file.generated.go
- finding.generated.go
- findingcontrol.generated.go
- group.generated.go
- groupextended.generated.go
- groupmembership.generated.go
- groupsetting.generated.go
- hush.generated.go
- integration.generated.go
- internalpolicy.generated.go
- invite.generated.go
- jobresult.generated.go
- jobrunner.generated.go
- jobrunnerregistrationtoken.generated.go
- jobrunnertoken.generated.go
- jobtemplate.generated.go
- mappabledomain.generated.go
- mappedcontrol.generated.go
- narrative.generated.go
- note.generated.go
- onboarding.generated.go
- organization.generated.go
- organizationsetting.generated.go
- orgextended.generated.go
- orgmembership.generated.go
- personalaccesstoken.generated.go
- prelude.generated.go
- procedure.generated.go
- program.generated.go
- programextended.generated.go
- programmembership.generated.go
- remediation.generated.go
- review.generated.go
- risk.generated.go
- root_.generated.go
- scalars.generated.go
- scan.generated.go
- scheduledjob.generated.go
- scheduledjobrun.generated.go
- search.generated.go
- search_ext.generated.go
- standard.generated.go
- subcontrol.generated.go
- subprocessor.generated.go
- subscriber.generated.go
- subscription.generated.go
- tagdefinition.generated.go
- task.generated.go
- template.generated.go
- tfasetting.generated.go
- trustcenter.generated.go
- trustcentercompliance.generated.go
- trustcenterdoc.generated.go
- trustcenterdomain.generated.go
- trustcenternda.generated.go
- trustcentersetting.generated.go
- trustcentersubprocessor.generated.go
- trustcenterwatermarkconfig.generated.go
- user.generated.go
- usersetting.generated.go
- vulnerability.generated.go
- webauthn.generated.go
- workflowassignment.generated.go
- workflowassignmenttarget.generated.go
- workflowdefinition.generated.go
- workflowevent.generated.go
- workflowinstance.generated.go
- workflowobjectref.generated.go
Click to show internal directories.
Click to hide internal directories.