UNPKG

@zendesk/laika

Version:

Test, mock, intercept and modify Apollo Client's operations — in both browser and unit tests!

5 lines (4 loc) 289 B
import type { Operation } from '@apollo/client/core'; export declare const hasSubscriptionOperation: ({ query }: Operation) => boolean; export declare const hasMutationOperation: ({ query }: Operation) => boolean; export declare const hasQueryOperation: ({ query }: Operation) => boolean;