talawa-admin / Modules / components/ActionItems/ActionItemsContainerMocks
Module: components/ActionItems/ActionItemsContainerMocks
Table of contents
Variables
Variables
MOCKS
• Const
MOCKS: ({ request
: { query
: DocumentNode
= UPDATE_ACTION_ITEM_MUTATION; variables
: { actionItemId
: string
= 'actionItem1'; assigneeId
: string
= 'user2'; completionDate
: string
= '2024-02-21'; dueDate
: string
= '2024-02-14'; isCompleted
: boolean
= false; postCompletionNotes
: string
= 'Post Completion Notes'; preCompletionNotes
: string
= 'pre completion notes edited' } } ; result
: { data
: { removeActionItem?
: undefined
; updateActionItem
: { _id
: string
= 'actionItem1' } } } } | { request
: { query
: DocumentNode
= DELETE_ACTION_ITEM_MUTATION; variables
: { actionItemId
: string
= 'actionItem1'; assigneeId?
: undefined
= 'user2'; completionDate?
: undefined
= '2024-02-21'; dueDate?
: undefined
= '2024-02-14'; isCompleted?
: undefined
= false; postCompletionNotes?
: undefined
= 'Post Completion Notes'; preCompletionNotes?
: undefined
= 'pre completion notes edited' } } ; result
: { data
: { removeActionItem
: { _id
: string
= 'actionItem1' } ; updateActionItem?
: undefined
} } })[]
Defined in
src/components/ActionItems/ActionItemsContainerMocks.ts:6
MOCKS_ERROR_MUTATIONS
• Const
MOCKS_ERROR_MUTATIONS: ({ error
: Error
; request
: { query
: DocumentNode
= UPDATE_ACTION_ITEM_MUTATION; variables
: { actionItemId
: string
= 'actionItem1'; assigneeId
: string
= 'user2'; completionDate
: string
= '2024-02-21'; dueDate
: string
= '2024-02-14'; isCompleted
: boolean
= false; postCompletionNotes
: string
= ''; preCompletionNotes
: string
= 'pre completion notes edited' } } } | { error
: Error
; request
: { query
: DocumentNode
= DELETE_ACTION_ITEM_MUTATION; variables
: { actionItemId
: string
= 'actionItem1'; assigneeId?
: undefined
= 'user2'; completionDate?
: undefined
= '2024-02-21'; dueDate?
: undefined
= '2024-02-14'; isCompleted?
: undefined
= false; postCompletionNotes?
: undefined
= 'Post Completion Notes'; preCompletionNotes?
: undefined
= 'pre completion notes edited' } } })[]