actionItemCategoryListQuery
Variable: actionItemCategoryListQuery
const
actionItemCategoryListQuery:object
Defined in: src/screens/OrganizationActionItems/testObject.mocks.ts:408
Type declaration
request
request:
object
request.query
query:
DocumentNode
=ACTION_ITEM_CATEGORY_LIST
request.variables
variables:
object
request.variables.organizationId
organizationId:
string
='orgId'
request.variables.where
where:
object
request.variables.where.is_disabled
is_disabled:
boolean
=false
result
result:
object
result.data
data:
object
result.data.actionItemCategoriesByOrganization
actionItemCategoriesByOrganization: ({
_id
:string
;createdAt
:string
;creator
: {_id
:string
;firstName
:string
;lastName
:string
; };isDisabled
:boolean
;name
:string
; } | {_id
:undefined
;createdAt
:string
;creator
: {_id
:undefined
;firstName
:string
;lastName
:string
; };isDisabled
:boolean
;name
:string
; })[]