MOCKS
Variable: MOCKS
const
MOCKS: ({request
: {query
:DocumentNode
;variables
: {input
:undefined
;organizationId
:string
;where
: {name_contains
:string
; }; }; };result
: {data
: {agendaItemCategoriesByOrganization
:object
[];createAgendaCategory
:undefined
; }; }; } | {request
: {query
:DocumentNode
;variables
: {input
: {description
:string
;name
:string
;organizationId
:string
; };organizationId
:undefined
;where
:undefined
; }; };result
: {data
: {agendaItemCategoriesByOrganization
:undefined
;createAgendaCategory
: {_id
:string
; }; }; }; })[]
Defined in: src/components/OrgSettings/AgendaItemCategories/OrganizationAgendaCategoryMocks.ts:5