MOCKS_ERROR
Variable: MOCKS_ERROR
const
MOCKS_ERROR: ({request
: {query
:DocumentNode
;variables
: {organizationId
:string
; }; };result
: {data
: {usersByOrganizationId
:object
[]; }; }; } | {request
: {query
:DocumentNode
;variables
: {input
: {organizationId
:string
; }; }; };result
: {data
: {actionCategoriesByOrganization
:object
[]; }; }; } | {error
:Error
;request
: {query
:DocumentNode
;variables
: {input
: {organizationId
:string
; }; }; }; } | {error
:Error
;request
: {query
:DocumentNode
;variables
: {input
: {id
:string
; }; }; }; } | {error
:Error
;request
: {query
:DocumentNode
;variables
: {input
: {actionId
:string
;eventId
:string
; }; }; }; })[]
Defined in: src/screens/OrganizationActionItems/OrganizationActionItem.mocks.ts:467