Documentation ¶
Index ¶
- func Middleware(loaders *Loaders, next http.Handler) http.Handler
- type Loaders
- func (i *Loaders) GetActionItemsForInteractionEvent(ctx context.Context, interactionEventId string) (*entity.ActionItemEntities, error)
- func (i *Loaders) GetActionsForInteractionEvent(ctx context.Context, interactionEventId string) (*neo4jentity.ActionEntities, error)
- func (i *Loaders) GetAssigneeParticipantsForIssue(ctx context.Context, issueId string) (*neo4jentity.IssueParticipants, error)
- func (i *Loaders) GetAttachmentsForContract(ctx context.Context, contractId string) (*entity.AttachmentEntities, error)
- func (i *Loaders) GetAttachmentsForInteractionEvent(ctx context.Context, interactionEventId string) (*entity.AttachmentEntities, error)
- func (i *Loaders) GetAttachmentsForMeeting(ctx context.Context, meetingId string) (*entity.AttachmentEntities, error)
- func (i *Loaders) GetAttendedByParticipantsForInteractionSession(ctx context.Context, contactId string) (*neo4jentity.InteractionSessionParticipants, error)
- func (i *Loaders) GetAttendedByParticipantsForMeeting(ctx context.Context, contactId string) (*neo4jentity.MeetingParticipants, error)
- func (i *Loaders) GetCalendarsForUser(ctx context.Context, userId string) (*entity.CalendarEntities, error)
- func (i *Loaders) GetCommentsForIssue(ctx context.Context, issueId string) (*neo4jentity.CommentEntities, error)
- func (i *Loaders) GetContactCountForOrganization(ctx context.Context, organizationId string) (int64, error)
- func (i *Loaders) GetContactForJobRole(ctx context.Context, jobRoleId string) (*neo4jentity.ContactEntity, error)
- func (i *Loaders) GetContactsForEmail(ctx context.Context, emailId string) (*neo4jentity.ContactEntities, error)
- func (i *Loaders) GetContactsForPhoneNumber(ctx context.Context, phoneNumberId string) (*neo4jentity.ContactEntities, error)
- func (i *Loaders) GetContractForInvoice(ctx context.Context, invoiceId string) (*neo4jentity.ContractEntity, error)
- func (i *Loaders) GetContractsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.ContractEntities, error)
- func (i *Loaders) GetCountryForPhoneNumber(ctx context.Context, phoneNumberId string) (*entity.CountryEntity, error)
- func (i *Loaders) GetCreatedByParticipantsForMeeting(ctx context.Context, contactId string) (*neo4jentity.MeetingParticipants, error)
- func (i *Loaders) GetDomainsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.DomainEntities, error)
- func (i *Loaders) GetEmailsForContact(ctx context.Context, contactId string) (*neo4jentity.EmailEntities, error)
- func (i *Loaders) GetEmailsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.EmailEntities, error)
- func (i *Loaders) GetExecutionsForParticipant(ctx context.Context, participantId string) (*neo4jentity.FlowActionExecutionEntities, error)
- func (i *Loaders) GetExternalSystemsForComment(ctx context.Context, commentId string) (*neo4jentity.ExternalSystemEntities, error)
- func (i *Loaders) GetExternalSystemsForContract(ctx context.Context, contractId string) (*neo4jentity.ExternalSystemEntities, error)
- func (i *Loaders) GetExternalSystemsForInteractionEvent(ctx context.Context, ieId string) (*neo4jentity.ExternalSystemEntities, error)
- func (i *Loaders) GetExternalSystemsForIssue(ctx context.Context, issueId string) (*neo4jentity.ExternalSystemEntities, error)
- func (i *Loaders) GetExternalSystemsForLogEntry(ctx context.Context, logEntryId string) (*neo4jentity.ExternalSystemEntities, error)
- func (i *Loaders) GetExternalSystemsForMeeting(ctx context.Context, meetingId string) (*neo4jentity.ExternalSystemEntities, error)
- func (i *Loaders) GetExternalSystemsForOpportunity(ctx context.Context, opportunityId string) (*neo4jentity.ExternalSystemEntities, error)
- func (i *Loaders) GetExternalSystemsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.ExternalSystemEntities, error)
- func (i *Loaders) GetExternalSystemsForServiceLineItem(ctx context.Context, serviceLineItemId string) (*neo4jentity.ExternalSystemEntities, error)
- func (i *Loaders) GetFlowActionsForFlow(ctx context.Context, flowId string) (*neo4jentity.FlowActionEntities, error)
- func (i *Loaders) GetFlowParticipantsForFlow(ctx context.Context, flowId string) (*neo4jentity.FlowParticipantEntities, error)
- func (i *Loaders) GetFlowSendersForFlow(ctx context.Context, actionId string) (*neo4jentity.FlowSenderEntities, error)
- func (i *Loaders) GetFlowsWithContact(ctx context.Context, contactId string) (*neo4jentity.FlowEntities, error)
- func (i *Loaders) GetFlowsWithSender(ctx context.Context, senderId string) (*neo4jentity.FlowEntities, error)
- func (i *Loaders) GetFollowerParticipantsForIssue(ctx context.Context, issueId string) (*neo4jentity.IssueParticipants, error)
- func (i *Loaders) GetInboundCommsCountForOrganization(ctx context.Context, organizationId string) (int64, error)
- func (i *Loaders) GetInteractionEventsForInteractionEvent(ctx context.Context, interactionEventId string) (*neo4jentity.InteractionEventEntities, error)
- func (i *Loaders) GetInteractionEventsForInteractionSession(ctx context.Context, interactionSessionId string) (*neo4jentity.InteractionEventEntities, error)
- func (i *Loaders) GetInteractionEventsForIssue(ctx context.Context, issueId string) (*neo4jentity.InteractionEventEntities, error)
- func (i *Loaders) GetInteractionEventsForMeeting(ctx context.Context, meetingId string) (*neo4jentity.InteractionEventEntities, error)
- func (i *Loaders) GetInteractionSessionForInteractionEvent(ctx context.Context, interactionEventId string) (*neo4jentity.InteractionSessionEntity, error)
- func (i *Loaders) GetInvoiceLinesForInvoice(ctx context.Context, invoiceId string) (*neo4jentity.InvoiceLineEntities, error)
- func (i *Loaders) GetInvoicesForContract(ctx context.Context, contractId string) (*neo4jentity.InvoiceEntities, error)
- func (i *Loaders) GetIssueForInteractionEvent(ctx context.Context, interactionEventId string) (*entity.IssueEntity, error)
- func (i *Loaders) GetJobRolesForContact(ctx context.Context, contactId string) (*neo4jentity.JobRoleEntities, error)
- func (i *Loaders) GetJobRolesForOrganization(ctx context.Context, organizationId string) (*neo4jentity.JobRoleEntities, error)
- func (i *Loaders) GetJobRolesForUser(ctx context.Context, userId string) (*neo4jentity.JobRoleEntities, error)
- func (i *Loaders) GetLatestOrganizationWithJobRoleForContact(ctx context.Context, contactId string) (*neo4jentity.OrganizationWithJobRole, error)
- func (i *Loaders) GetLocationsForContact(ctx context.Context, contactId string) (*neo4jentity.LocationEntities, error)
- func (i *Loaders) GetLocationsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.LocationEntities, error)
- func (i *Loaders) GetMeetingForInteractionEvent(ctx context.Context, interactionEventId string) (*entity.MeetingEntity, error)
- func (i *Loaders) GetNotesForMeeting(ctx context.Context, meetingId string) (*entity.NoteEntities, error)
- func (i *Loaders) GetOpportunitiesForContract(ctx context.Context, contractId string) (*neo4jentity.OpportunityEntities, error)
- func (i *Loaders) GetOpportunitiesForOrganization(ctx context.Context, orgId string) (*neo4jentity.OpportunityEntities, error)
- func (i *Loaders) GetOrganization(ctx context.Context, organizationId string) (*neo4jentity.OrganizationEntity, error)
- func (i *Loaders) GetOrganizationForInvoice(ctx context.Context, invoiceId string) (*neo4jentity.OrganizationEntity, error)
- func (i *Loaders) GetOrganizationForJobRole(ctx context.Context, jobRoleId string) (*neo4jentity.OrganizationEntity, error)
- func (i *Loaders) GetOrganizationForOpportunityOptional(ctx context.Context, opportunityId string) (*neo4jentity.OrganizationEntity, error)
- func (i *Loaders) GetOrganizationForSlackChannel(ctx context.Context, slackChannelId string) (*neo4jentity.OrganizationEntity, error)
- func (i *Loaders) GetOrganizationsForEmail(ctx context.Context, emailId string) (*neo4jentity.OrganizationEntities, error)
- func (i *Loaders) GetOrganizationsForPhoneNumber(ctx context.Context, phoneNumberId string) (*neo4jentity.OrganizationEntities, error)
- func (i *Loaders) GetOutboundCommsCountForOrganization(ctx context.Context, organizationId string) (int64, error)
- func (i *Loaders) GetPhoneNumbersForContact(ctx context.Context, contactId string) (*neo4jentity.PhoneNumberEntities, error)
- func (i *Loaders) GetPhoneNumbersForOrganization(ctx context.Context, organizationId string) (*neo4jentity.PhoneNumberEntities, error)
- func (i *Loaders) GetPhoneNumbersForUser(ctx context.Context, userId string) (*neo4jentity.PhoneNumberEntities, error)
- func (i *Loaders) GetPrimaryEmailForContact(ctx context.Context, contactId string) (*neo4jentity.EmailEntity, error)
- func (i *Loaders) GetReporterParticipantsForIssue(ctx context.Context, issueId string) (*neo4jentity.IssueParticipants, error)
- func (i *Loaders) GetSentByParticipantsForInteractionEvent(ctx context.Context, contactId string) (*neo4jentity.InteractionEventParticipants, error)
- func (i *Loaders) GetSentToParticipantsForInteractionEvent(ctx context.Context, organizationId string) (*neo4jentity.InteractionEventParticipants, error)
- func (i *Loaders) GetServiceLineItemForInvoiceLine(ctx context.Context, invoiceLineId string) (*neo4jentity.ServiceLineItemEntity, error)
- func (i *Loaders) GetServiceLineItemsForContract(ctx context.Context, contractId string) (*neo4jentity.ServiceLineItemEntities, error)
- func (i *Loaders) GetSocialsForContact(ctx context.Context, contactId string) (*neo4jentity.SocialEntities, error)
- func (i *Loaders) GetSocialsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.SocialEntities, error)
- func (i *Loaders) GetSubmitterParticipantsForIssue(ctx context.Context, issueId string) (*neo4jentity.IssueParticipants, error)
- func (i *Loaders) GetSubsidiariesForOrganization(ctx context.Context, organizationId string) (*neo4jentity.OrganizationEntities, error)
- func (i *Loaders) GetSubsidiariesOfForOrganization(ctx context.Context, organizationId string) (*neo4jentity.OrganizationEntities, error)
- func (i *Loaders) GetSuggestedMergeToForOrganization(ctx context.Context, organizationId string) (*neo4jentity.OrganizationEntities, error)
- func (i *Loaders) GetTagsForContact(ctx context.Context, contactId string) (*neo4jentity.TagEntities, error)
- func (i *Loaders) GetTagsForIssue(ctx context.Context, issueId string) (*neo4jentity.TagEntities, error)
- func (i *Loaders) GetTagsForLogEntry(ctx context.Context, logEntryId string) (*neo4jentity.TagEntities, error)
- func (i *Loaders) GetTagsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.TagEntities, error)
- func (i *Loaders) GetTimelineEventForTimelineEventId(ctx context.Context, timelineEventId string) (*entity.TimelineEvent, error)
- func (i *Loaders) GetUser(ctx context.Context, userId string) (*neo4jentity.UserEntity, error)
- func (i *Loaders) GetUserAuthorForComment(ctx context.Context, logEntryId string) (*neo4jentity.UserEntity, error)
- func (i *Loaders) GetUserAuthorForLogEntry(ctx context.Context, logEntryId string) (*neo4jentity.UserEntity, error)
- func (i *Loaders) GetUserCreatorForContract(ctx context.Context, contractId string) (*neo4jentity.UserEntity, error)
- func (i *Loaders) GetUserCreatorForOpportunity(ctx context.Context, opportunityId string) (*neo4jentity.UserEntity, error)
- func (i *Loaders) GetUserCreatorForServiceLineItem(ctx context.Context, serviceLineItemId string) (*neo4jentity.UserEntity, error)
- func (i *Loaders) GetUserForFlowSenders(ctx context.Context, flowSenderId string) (*neo4jentity.UserEntity, error)
- func (i *Loaders) GetUserOwnerForOpportunity(ctx context.Context, opportunityId string) (*neo4jentity.UserEntity, error)
- func (i *Loaders) GetUserOwnerForOrganization(ctx context.Context, organizationID string) (*neo4jentity.UserEntity, error)
- func (i *Loaders) GetUsersConnectedForContact(ctx context.Context, contactId string) (*neo4jentity.UserEntities, error)
- func (i *Loaders) GetUsersForEmail(ctx context.Context, emailID string) (*neo4jentity.UserEntities, error)
- func (i *Loaders) GetUsersForPhoneNumber(ctx context.Context, phoneNumberID string) (*neo4jentity.UserEntities, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Loaders ¶
type Loaders struct { // tags TagsForOrganization *dataloader.Loader TagsForContact *dataloader.Loader TagsForIssue *dataloader.Loader TagsForLogEntry *dataloader.Loader // emails EmailsForContact *dataloader.Loader EmailsForOrganization *dataloader.Loader PrimaryEmailForContact *dataloader.Loader LocationsForContact *dataloader.Loader LocationsForOrganization *dataloader.Loader JobRolesForContact *dataloader.Loader JobRolesForOrganization *dataloader.Loader JobRolesForUser *dataloader.Loader CalendarsForUser *dataloader.Loader DomainsForOrganization *dataloader.Loader InteractionEventsForInteractionSession *dataloader.Loader InteractionSessionForInteractionEvent *dataloader.Loader SentByParticipantsForInteractionEvent *dataloader.Loader SentToParticipantsForInteractionEvent *dataloader.Loader AttendedByParticipantsForInteractionSession *dataloader.Loader ReplyToInteractionEventForInteractionEvent *dataloader.Loader PhoneNumbersForOrganization *dataloader.Loader PhoneNumbersForUser *dataloader.Loader PhoneNumbersForContact *dataloader.Loader UsersConnectedForContact *dataloader.Loader UsersForEmail *dataloader.Loader UsersForPhoneNumber *dataloader.Loader UserOwnerForOrganization *dataloader.Loader UserOwnerForOpportunity *dataloader.Loader UserCreatorForOpportunity *dataloader.Loader UserCreatorForServiceLineItem *dataloader.Loader UserCreatorForContract *dataloader.Loader UserAuthorForLogEntry *dataloader.Loader UserAuthorForComment *dataloader.Loader UserForFlowSender *dataloader.Loader User *dataloader.Loader ContactsForEmail *dataloader.Loader ContactsForPhoneNumber *dataloader.Loader ContactCountForOrganization *dataloader.Loader Organization *dataloader.Loader OrganizationsForEmail *dataloader.Loader OrganizationsForPhoneNumber *dataloader.Loader SubsidiariesForOrganization *dataloader.Loader SubsidiariesOfForOrganization *dataloader.Loader SuggestedMergeToForOrganization *dataloader.Loader DescribedByFor *dataloader.Loader CreatedByParticipantsForMeeting *dataloader.Loader AttendedByParticipantsForMeeting *dataloader.Loader InteractionEventsForMeeting *dataloader.Loader InteractionEventsForIssue *dataloader.Loader CommentsForIssue *dataloader.Loader NotesForMeeting *dataloader.Loader AttachmentsForInteractionEvent *dataloader.Loader AttachmentsForMeeting *dataloader.Loader AttachmentsForContract *dataloader.Loader SocialsForContact *dataloader.Loader SocialsForOrganization *dataloader.Loader ExternalSystemsForComment *dataloader.Loader ExternalSystemsForIssue *dataloader.Loader ExternalSystemsForOrganization *dataloader.Loader ExternalSystemsForLogEntry *dataloader.Loader ExternalSystemsForMeeting *dataloader.Loader ExternalSystemsForInteractionEvent *dataloader.Loader ExternalSystemsForContract *dataloader.Loader ExternalSystemsForOpportunity *dataloader.Loader ExternalSystemsForServiceLineItem *dataloader.Loader TimelineEventForTimelineEventId *dataloader.Loader InboundCommsCountForOrganization *dataloader.Loader OutboundCommsCountForOrganization *dataloader.Loader OrganizationForJobRole *dataloader.Loader OrganizationForInvoice *dataloader.Loader OrganizationForOpportunity *dataloader.Loader OrganizationForSlackChannel *dataloader.Loader LatestOrganizationWithJobRoleForContact *dataloader.Loader ContactForJobRole *dataloader.Loader IssueForInteractionEvent *dataloader.Loader MeetingForInteractionEvent *dataloader.Loader CountryForPhoneNumber *dataloader.Loader ActionsForInteractionEvent *dataloader.Loader ActionItemsForInteractionEvent *dataloader.Loader SubmitterParticipantsForIssue *dataloader.Loader ReporterParticipantsForIssue *dataloader.Loader AssigneeParticipantsForIssue *dataloader.Loader FollowerParticipantsForIssue *dataloader.Loader ContractsForOrganization *dataloader.Loader ContractForInvoice *dataloader.Loader ServiceLineItemsForContract *dataloader.Loader ServiceLineItemForInvoiceLine *dataloader.Loader OpportunitiesForContract *dataloader.Loader OpportunitiesForOrganization *dataloader.Loader InvoiceLinesForInvoice *dataloader.Loader OrdersForOrganization *dataloader.Loader InvoicesForContract *dataloader.Loader FlowParticipantsForFlow *dataloader.Loader FlowActionsForFlow *dataloader.Loader FlowSendersForFlow *dataloader.Loader FlowsWithContact *dataloader.Loader FlowsWithSender *dataloader.Loader FlowExecutionsForParticipant *dataloader.Loader }
func NewDataLoader ¶
NewDataLoader returns the instantiated Loaders struct for use in a request
func (*Loaders) GetActionItemsForInteractionEvent ¶
func (*Loaders) GetActionsForInteractionEvent ¶
func (i *Loaders) GetActionsForInteractionEvent(ctx context.Context, interactionEventId string) (*neo4jentity.ActionEntities, error)
func (*Loaders) GetAssigneeParticipantsForIssue ¶
func (i *Loaders) GetAssigneeParticipantsForIssue(ctx context.Context, issueId string) (*neo4jentity.IssueParticipants, error)
func (*Loaders) GetAttachmentsForContract ¶
func (*Loaders) GetAttachmentsForInteractionEvent ¶
func (*Loaders) GetAttachmentsForMeeting ¶
func (*Loaders) GetAttendedByParticipantsForInteractionSession ¶
func (i *Loaders) GetAttendedByParticipantsForInteractionSession(ctx context.Context, contactId string) (*neo4jentity.InteractionSessionParticipants, error)
func (*Loaders) GetAttendedByParticipantsForMeeting ¶
func (i *Loaders) GetAttendedByParticipantsForMeeting(ctx context.Context, contactId string) (*neo4jentity.MeetingParticipants, error)
func (*Loaders) GetCalendarsForUser ¶
func (*Loaders) GetCommentsForIssue ¶
func (i *Loaders) GetCommentsForIssue(ctx context.Context, issueId string) (*neo4jentity.CommentEntities, error)
func (*Loaders) GetContactCountForOrganization ¶
func (*Loaders) GetContactForJobRole ¶
func (i *Loaders) GetContactForJobRole(ctx context.Context, jobRoleId string) (*neo4jentity.ContactEntity, error)
func (*Loaders) GetContactsForEmail ¶
func (i *Loaders) GetContactsForEmail(ctx context.Context, emailId string) (*neo4jentity.ContactEntities, error)
func (*Loaders) GetContactsForPhoneNumber ¶
func (i *Loaders) GetContactsForPhoneNumber(ctx context.Context, phoneNumberId string) (*neo4jentity.ContactEntities, error)
func (*Loaders) GetContractForInvoice ¶
func (i *Loaders) GetContractForInvoice(ctx context.Context, invoiceId string) (*neo4jentity.ContractEntity, error)
func (*Loaders) GetContractsForOrganization ¶
func (i *Loaders) GetContractsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.ContractEntities, error)
func (*Loaders) GetCountryForPhoneNumber ¶
func (*Loaders) GetCreatedByParticipantsForMeeting ¶
func (i *Loaders) GetCreatedByParticipantsForMeeting(ctx context.Context, contactId string) (*neo4jentity.MeetingParticipants, error)
func (*Loaders) GetDomainsForOrganization ¶
func (i *Loaders) GetDomainsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.DomainEntities, error)
func (*Loaders) GetEmailsForContact ¶
func (i *Loaders) GetEmailsForContact(ctx context.Context, contactId string) (*neo4jentity.EmailEntities, error)
func (*Loaders) GetEmailsForOrganization ¶
func (i *Loaders) GetEmailsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.EmailEntities, error)
func (*Loaders) GetExecutionsForParticipant ¶
func (i *Loaders) GetExecutionsForParticipant(ctx context.Context, participantId string) (*neo4jentity.FlowActionExecutionEntities, error)
func (*Loaders) GetExternalSystemsForComment ¶
func (i *Loaders) GetExternalSystemsForComment(ctx context.Context, commentId string) (*neo4jentity.ExternalSystemEntities, error)
func (*Loaders) GetExternalSystemsForContract ¶
func (i *Loaders) GetExternalSystemsForContract(ctx context.Context, contractId string) (*neo4jentity.ExternalSystemEntities, error)
func (*Loaders) GetExternalSystemsForInteractionEvent ¶
func (i *Loaders) GetExternalSystemsForInteractionEvent(ctx context.Context, ieId string) (*neo4jentity.ExternalSystemEntities, error)
func (*Loaders) GetExternalSystemsForIssue ¶
func (i *Loaders) GetExternalSystemsForIssue(ctx context.Context, issueId string) (*neo4jentity.ExternalSystemEntities, error)
func (*Loaders) GetExternalSystemsForLogEntry ¶
func (i *Loaders) GetExternalSystemsForLogEntry(ctx context.Context, logEntryId string) (*neo4jentity.ExternalSystemEntities, error)
func (*Loaders) GetExternalSystemsForMeeting ¶
func (i *Loaders) GetExternalSystemsForMeeting(ctx context.Context, meetingId string) (*neo4jentity.ExternalSystemEntities, error)
func (*Loaders) GetExternalSystemsForOpportunity ¶
func (i *Loaders) GetExternalSystemsForOpportunity(ctx context.Context, opportunityId string) (*neo4jentity.ExternalSystemEntities, error)
func (*Loaders) GetExternalSystemsForOrganization ¶
func (i *Loaders) GetExternalSystemsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.ExternalSystemEntities, error)
func (*Loaders) GetExternalSystemsForServiceLineItem ¶
func (i *Loaders) GetExternalSystemsForServiceLineItem(ctx context.Context, serviceLineItemId string) (*neo4jentity.ExternalSystemEntities, error)
func (*Loaders) GetFlowActionsForFlow ¶
func (i *Loaders) GetFlowActionsForFlow(ctx context.Context, flowId string) (*neo4jentity.FlowActionEntities, error)
func (*Loaders) GetFlowParticipantsForFlow ¶
func (i *Loaders) GetFlowParticipantsForFlow(ctx context.Context, flowId string) (*neo4jentity.FlowParticipantEntities, error)
func (*Loaders) GetFlowSendersForFlow ¶
func (i *Loaders) GetFlowSendersForFlow(ctx context.Context, actionId string) (*neo4jentity.FlowSenderEntities, error)
func (*Loaders) GetFlowsWithContact ¶
func (i *Loaders) GetFlowsWithContact(ctx context.Context, contactId string) (*neo4jentity.FlowEntities, error)
func (*Loaders) GetFlowsWithSender ¶
func (i *Loaders) GetFlowsWithSender(ctx context.Context, senderId string) (*neo4jentity.FlowEntities, error)
func (*Loaders) GetFollowerParticipantsForIssue ¶
func (i *Loaders) GetFollowerParticipantsForIssue(ctx context.Context, issueId string) (*neo4jentity.IssueParticipants, error)
func (*Loaders) GetInboundCommsCountForOrganization ¶
func (*Loaders) GetInteractionEventsForInteractionEvent ¶
func (i *Loaders) GetInteractionEventsForInteractionEvent(ctx context.Context, interactionEventId string) (*neo4jentity.InteractionEventEntities, error)
func (*Loaders) GetInteractionEventsForInteractionSession ¶
func (i *Loaders) GetInteractionEventsForInteractionSession(ctx context.Context, interactionSessionId string) (*neo4jentity.InteractionEventEntities, error)
func (*Loaders) GetInteractionEventsForIssue ¶
func (i *Loaders) GetInteractionEventsForIssue(ctx context.Context, issueId string) (*neo4jentity.InteractionEventEntities, error)
func (*Loaders) GetInteractionEventsForMeeting ¶
func (i *Loaders) GetInteractionEventsForMeeting(ctx context.Context, meetingId string) (*neo4jentity.InteractionEventEntities, error)
func (*Loaders) GetInteractionSessionForInteractionEvent ¶
func (i *Loaders) GetInteractionSessionForInteractionEvent(ctx context.Context, interactionEventId string) (*neo4jentity.InteractionSessionEntity, error)
func (*Loaders) GetInvoiceLinesForInvoice ¶
func (i *Loaders) GetInvoiceLinesForInvoice(ctx context.Context, invoiceId string) (*neo4jentity.InvoiceLineEntities, error)
func (*Loaders) GetInvoicesForContract ¶
func (i *Loaders) GetInvoicesForContract(ctx context.Context, contractId string) (*neo4jentity.InvoiceEntities, error)
func (*Loaders) GetIssueForInteractionEvent ¶
func (*Loaders) GetJobRolesForContact ¶
func (i *Loaders) GetJobRolesForContact(ctx context.Context, contactId string) (*neo4jentity.JobRoleEntities, error)
func (*Loaders) GetJobRolesForOrganization ¶
func (i *Loaders) GetJobRolesForOrganization(ctx context.Context, organizationId string) (*neo4jentity.JobRoleEntities, error)
func (*Loaders) GetJobRolesForUser ¶
func (i *Loaders) GetJobRolesForUser(ctx context.Context, userId string) (*neo4jentity.JobRoleEntities, error)
func (*Loaders) GetLatestOrganizationWithJobRoleForContact ¶
func (i *Loaders) GetLatestOrganizationWithJobRoleForContact(ctx context.Context, contactId string) (*neo4jentity.OrganizationWithJobRole, error)
func (*Loaders) GetLocationsForContact ¶
func (i *Loaders) GetLocationsForContact(ctx context.Context, contactId string) (*neo4jentity.LocationEntities, error)
func (*Loaders) GetLocationsForOrganization ¶
func (i *Loaders) GetLocationsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.LocationEntities, error)
func (*Loaders) GetMeetingForInteractionEvent ¶
func (*Loaders) GetNotesForMeeting ¶
func (*Loaders) GetOpportunitiesForContract ¶
func (i *Loaders) GetOpportunitiesForContract(ctx context.Context, contractId string) (*neo4jentity.OpportunityEntities, error)
func (*Loaders) GetOpportunitiesForOrganization ¶
func (i *Loaders) GetOpportunitiesForOrganization(ctx context.Context, orgId string) (*neo4jentity.OpportunityEntities, error)
func (*Loaders) GetOrganization ¶
func (i *Loaders) GetOrganization(ctx context.Context, organizationId string) (*neo4jentity.OrganizationEntity, error)
func (*Loaders) GetOrganizationForInvoice ¶
func (i *Loaders) GetOrganizationForInvoice(ctx context.Context, invoiceId string) (*neo4jentity.OrganizationEntity, error)
func (*Loaders) GetOrganizationForJobRole ¶
func (i *Loaders) GetOrganizationForJobRole(ctx context.Context, jobRoleId string) (*neo4jentity.OrganizationEntity, error)
func (*Loaders) GetOrganizationForOpportunityOptional ¶
func (i *Loaders) GetOrganizationForOpportunityOptional(ctx context.Context, opportunityId string) (*neo4jentity.OrganizationEntity, error)
func (*Loaders) GetOrganizationForSlackChannel ¶
func (i *Loaders) GetOrganizationForSlackChannel(ctx context.Context, slackChannelId string) (*neo4jentity.OrganizationEntity, error)
func (*Loaders) GetOrganizationsForEmail ¶
func (i *Loaders) GetOrganizationsForEmail(ctx context.Context, emailId string) (*neo4jentity.OrganizationEntities, error)
func (*Loaders) GetOrganizationsForPhoneNumber ¶
func (i *Loaders) GetOrganizationsForPhoneNumber(ctx context.Context, phoneNumberId string) (*neo4jentity.OrganizationEntities, error)
func (*Loaders) GetOutboundCommsCountForOrganization ¶
func (*Loaders) GetPhoneNumbersForContact ¶
func (i *Loaders) GetPhoneNumbersForContact(ctx context.Context, contactId string) (*neo4jentity.PhoneNumberEntities, error)
func (*Loaders) GetPhoneNumbersForOrganization ¶
func (i *Loaders) GetPhoneNumbersForOrganization(ctx context.Context, organizationId string) (*neo4jentity.PhoneNumberEntities, error)
func (*Loaders) GetPhoneNumbersForUser ¶
func (i *Loaders) GetPhoneNumbersForUser(ctx context.Context, userId string) (*neo4jentity.PhoneNumberEntities, error)
func (*Loaders) GetPrimaryEmailForContact ¶
func (i *Loaders) GetPrimaryEmailForContact(ctx context.Context, contactId string) (*neo4jentity.EmailEntity, error)
func (*Loaders) GetReporterParticipantsForIssue ¶
func (i *Loaders) GetReporterParticipantsForIssue(ctx context.Context, issueId string) (*neo4jentity.IssueParticipants, error)
func (*Loaders) GetSentByParticipantsForInteractionEvent ¶
func (i *Loaders) GetSentByParticipantsForInteractionEvent(ctx context.Context, contactId string) (*neo4jentity.InteractionEventParticipants, error)
func (*Loaders) GetSentToParticipantsForInteractionEvent ¶
func (i *Loaders) GetSentToParticipantsForInteractionEvent(ctx context.Context, organizationId string) (*neo4jentity.InteractionEventParticipants, error)
func (*Loaders) GetServiceLineItemForInvoiceLine ¶
func (i *Loaders) GetServiceLineItemForInvoiceLine(ctx context.Context, invoiceLineId string) (*neo4jentity.ServiceLineItemEntity, error)
func (*Loaders) GetServiceLineItemsForContract ¶
func (i *Loaders) GetServiceLineItemsForContract(ctx context.Context, contractId string) (*neo4jentity.ServiceLineItemEntities, error)
func (*Loaders) GetSocialsForContact ¶
func (i *Loaders) GetSocialsForContact(ctx context.Context, contactId string) (*neo4jentity.SocialEntities, error)
func (*Loaders) GetSocialsForOrganization ¶
func (i *Loaders) GetSocialsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.SocialEntities, error)
func (*Loaders) GetSubmitterParticipantsForIssue ¶
func (i *Loaders) GetSubmitterParticipantsForIssue(ctx context.Context, issueId string) (*neo4jentity.IssueParticipants, error)
func (*Loaders) GetSubsidiariesForOrganization ¶
func (i *Loaders) GetSubsidiariesForOrganization(ctx context.Context, organizationId string) (*neo4jentity.OrganizationEntities, error)
func (*Loaders) GetSubsidiariesOfForOrganization ¶
func (i *Loaders) GetSubsidiariesOfForOrganization(ctx context.Context, organizationId string) (*neo4jentity.OrganizationEntities, error)
func (*Loaders) GetSuggestedMergeToForOrganization ¶
func (i *Loaders) GetSuggestedMergeToForOrganization(ctx context.Context, organizationId string) (*neo4jentity.OrganizationEntities, error)
func (*Loaders) GetTagsForContact ¶
func (i *Loaders) GetTagsForContact(ctx context.Context, contactId string) (*neo4jentity.TagEntities, error)
func (*Loaders) GetTagsForIssue ¶
func (i *Loaders) GetTagsForIssue(ctx context.Context, issueId string) (*neo4jentity.TagEntities, error)
func (*Loaders) GetTagsForLogEntry ¶
func (i *Loaders) GetTagsForLogEntry(ctx context.Context, logEntryId string) (*neo4jentity.TagEntities, error)
func (*Loaders) GetTagsForOrganization ¶
func (i *Loaders) GetTagsForOrganization(ctx context.Context, organizationId string) (*neo4jentity.TagEntities, error)
func (*Loaders) GetTimelineEventForTimelineEventId ¶
func (*Loaders) GetUser ¶
func (i *Loaders) GetUser(ctx context.Context, userId string) (*neo4jentity.UserEntity, error)
func (*Loaders) GetUserAuthorForComment ¶
func (i *Loaders) GetUserAuthorForComment(ctx context.Context, logEntryId string) (*neo4jentity.UserEntity, error)
func (*Loaders) GetUserAuthorForLogEntry ¶
func (i *Loaders) GetUserAuthorForLogEntry(ctx context.Context, logEntryId string) (*neo4jentity.UserEntity, error)
func (*Loaders) GetUserCreatorForContract ¶
func (i *Loaders) GetUserCreatorForContract(ctx context.Context, contractId string) (*neo4jentity.UserEntity, error)
func (*Loaders) GetUserCreatorForOpportunity ¶
func (i *Loaders) GetUserCreatorForOpportunity(ctx context.Context, opportunityId string) (*neo4jentity.UserEntity, error)
func (*Loaders) GetUserCreatorForServiceLineItem ¶
func (i *Loaders) GetUserCreatorForServiceLineItem(ctx context.Context, serviceLineItemId string) (*neo4jentity.UserEntity, error)
func (*Loaders) GetUserForFlowSenders ¶
func (i *Loaders) GetUserForFlowSenders(ctx context.Context, flowSenderId string) (*neo4jentity.UserEntity, error)
func (*Loaders) GetUserOwnerForOpportunity ¶
func (i *Loaders) GetUserOwnerForOpportunity(ctx context.Context, opportunityId string) (*neo4jentity.UserEntity, error)
func (*Loaders) GetUserOwnerForOrganization ¶
func (i *Loaders) GetUserOwnerForOrganization(ctx context.Context, organizationID string) (*neo4jentity.UserEntity, error)
func (*Loaders) GetUsersConnectedForContact ¶
func (i *Loaders) GetUsersConnectedForContact(ctx context.Context, contactId string) (*neo4jentity.UserEntities, error)
func (*Loaders) GetUsersForEmail ¶
func (i *Loaders) GetUsersForEmail(ctx context.Context, emailID string) (*neo4jentity.UserEntities, error)
func (*Loaders) GetUsersForPhoneNumber ¶
func (i *Loaders) GetUsersForPhoneNumber(ctx context.Context, phoneNumberID string) (*neo4jentity.UserEntities, error)
Source Files ¶
- action_dataloader.go
- action_item_dataloader.go
- attachment_dataloader.go
- calendar_dataloader.go
- comment_dataloader.go
- contact_dataloader.go
- contract_dataloader.go
- country_dataloader.go
- dataloader.go
- domain_dataloader.go
- email_dataloader.go
- external_system_dataloader.go
- flow_dataloader.go
- helper.go
- interaction_event_dataloader.go
- interaction_event_participant_dataloader.go
- interaction_session_dataloader.go
- interaction_session_participant_dataloader.go
- invoice_dataloader.go
- issue_dataloader.go
- issue_participant_dataloader.go
- job_role_dataloader.go
- location_dataloader.go
- meeting_dataloader.go
- meeting_participant_dataloader.go
- note_dataloader.go
- opportunity_dataloader.go
- organization_dataloader.go
- phone_number_dataloader.go
- service_line_item_dataloader.go
- social_dataloader.go
- tag_dataloader.go
- timeline_event_dataloader.go
- user_dataloader.go
Click to show internal directories.
Click to hide internal directories.