MCPcopy Index your code

hub / github.com/urql-graphql/urql / functions

Functions705 in github.com/urql-graphql/urql

FunctionmakeAuthor
exchanges/graphcache/benchmarks/entities.js:32
FunctionmakeBook
exchanges/graphcache/benchmarks/entities.js:15
FunctionmakeClient
()
examples/with-next/app/page.tsx:5
FunctionmakeData
(data?: DataField | void, isArray?: boolean)
exchanges/graphcache/src/store/data.ts:79
FunctionmakeDefaultStorage
(opts?: StorageOptions)
exchanges/graphcache/src/default-storage/index.ts:60
FunctionmakeEmployee
exchanges/graphcache/benchmarks/entities.js:27
FunctionmakeEntries
(amount, makeEntry)
exchanges/graphcache/benchmarks/makeEntries.js:2
FunctionmakeStore
exchanges/graphcache/benchmarks/entities.js:22
FunctionmakeTodo
exchanges/graphcache/benchmarks/entities.js:2
FunctionmakeWriter
exchanges/graphcache/benchmarks/entities.js:7
FunctionmapTypeNames
(operation: Operation)
packages/core/src/exchanges/cache.ts:22
FunctionminifyIntrospectionType
( type: IntrospectionType )
packages/introspection/src/minifyIntrospectionQuery.ts:64
FunctionmockAction
(fn: any)
packages/solid-start-urql/src/context.test.tsx:19
FunctionmockQuery
(fn: any)
packages/solid-start-urql/src/context.test.tsx:17
Functionmutate
( query: DocumentInput<Data, Variables>, variables: Variables,
exchanges/auth/src/authExchange.ts:232
Functionmutation
(query, variables, context)
packages/core/src/client.ts:844
Functionname
()
exchanges/graphcache/src/cacheExchange.test.ts:1667
Functionnoop
()
packages/core/src/utils/index.ts:10
Functionnoop
()
exchanges/graphcache/src/test-utils/utils.ts:2
FunctionnoopExchange
({ forward })
packages/core/src/exchanges/compose.test.ts:12
MethodonError
Accepts a callback for incoming `CombinedError`s. * * @param error - A {@link CombinedError} that an incoming {@link OperationResult} contained.
packages/core/src/exchanges/map.ts:58
FunctiononOnline
(cb: () => void)
exchanges/graphcache/src/default-storage/index.ts:179
MethodonOperation
Accepts a callback for incoming `Operation`s. * * @param operation - An {@link Operation} that the {@link mapExchange} received. * @returns o
packages/core/src/exchanges/map.ts:31
MethodonResult
Accepts a callback for incoming `OperationResult`s. * * @param result - An {@link OperationResult} that the {@link mapExchange} received. * @
packages/core/src/exchanges/map.ts:45
FunctiononSubmitLink
examples/with-graphcache-updates/src/pages/Links.jsx:35
FunctiononSubmitLogin
examples/with-graphcache-updates/src/pages/LoginForm.jsx:26
FunctiononSubmitLogin
examples/with-refresh-auth/src/pages/LoginForm.jsx:26
FunctiononSubmitRegister
examples/with-graphcache-updates/src/pages/LoginForm.jsx:39
FunctiononSubmitRegister
examples/with-refresh-auth/src/pages/LoginForm.jsx:39
Functiononwarn
()
scripts/rollup/config.mjs:129
FunctionoperationResultFromCache
( operation: Operation )
exchanges/graphcache/src/cacheExchange.ts:217
FunctionownsData
(data?: Data)
exchanges/graphcache/src/store/data.ts:98
Functionpause
()
packages/vue-urql/src/utils.ts:93
Functionpause
()
packages/svelte-urql/src/common.ts:103
Methodpause
Pauses {@link useSubscription} to stop the subscription. * * @remarks * Pauses {@link useSubscription}’s subscription, which stops it * fr
packages/vue-urql/src/useSubscription.ts:171
FunctionpipePlugin
({ types: t })
scripts/babel/transform-pipe.mjs:8
Functionplugin
({ template, types: t })
scripts/babel/transform-invariant-warning.mjs:9
Functionplugin
({ template, types: t })
scripts/babel/transform-debug-target.mjs:7
FunctionprepareForwardedOperation
(operation: Operation)
exchanges/graphcache/src/cacheExchange.ts:148
FunctionpreventQueryError
(event: ErrorEvent)
packages/react-urql/src/hooks/useQuery.spec.ts:356
FunctionprocessIncomingOperation
(op: Operation)
exchanges/refocus/src/refocusExchange.ts:58
FunctionprocessIncomingOperation
(operation: Operation)
exchanges/request-policy/src/requestPolicyExchange.ts:63
FunctionprocessIncomingResults
(result: OperationResult)
exchanges/request-policy/src/requestPolicyExchange.ts:92
FunctionreadData
()
exchanges/graphcache/src/offlineExchange.ts:174
FunctionreadData
()
exchanges/graphcache/src/default-storage/index.ts:141
MethodreadFragment
( fragment: DocumentNode | TypedDocumentNode<T, V>, entity: string | Data | T, variables?: V,
exchanges/graphcache/src/store/store.ts:223
FunctionreadMetadata
()
exchanges/graphcache/src/default-storage/index.ts:95
FunctionreadQuery
(query, variables, context)
packages/core/src/client.ts:820
Functionreexecute
(context: Partial<OperationContext>)
packages/svelte-urql/src/queryStore.ts:200
FunctionreexecuteOperation
(operation: Operation)
packages/core/src/client.ts:702
FunctionrefreshAuth
()
exchanges/auth/src/authExchange.test.ts:70
FunctionrefreshAuth
()
examples/with-graphcache-updates/src/client.js:83
FunctionrefreshAuth
()
examples/with-refresh-auth/src/client.js:60
FunctionrehydrateGraphQlError
(error: any)
packages/core/src/utils/error.ts:19
Methodrender
()
packages/site/src/screens/home/get-started.js:37
Methodrender
()
packages/react-urql/src/hooks/useQuery.spec.ts:317
FunctionrenderChunk
(input, chunk)
scripts/rollup/cleanup-plugin.mjs:11
FunctionreplaceOutsideStrings
(str: string, idx: number)
packages/core/src/utils/request.ts:35
FunctionresolveFields
( schema: GraphQLSchema, visits: string[] )
exchanges/populate/src/helpers/traverse.ts:57
Functionresume
()
packages/vue-urql/src/utils.ts:99
Functionresume
()
packages/svelte-urql/src/common.ts:106
Methodresume
Resumes {@link useSubscription} if it’s currently paused. * * @remarks * Resumes or starts {@link useSubscription}’s subscription, if it’s cu
packages/vue-urql/src/useSubscription.ts:163
MethodretryIf
Predicate allowing you to selectively not retry `Operation`s. * * @remarks * `retryIf` is called with a {@link CombinedError} and the {@link
exchanges/retry/src/retryExchange.ts:65
MethodretryWith
Transform function allowing you to selectively replace a retried `Operation` or return nullish value. * * @remarks * `retryWhen` is called wi
exchanges/retry/src/retryExchange.ts:76
FunctionscanHandler
(currentState: any, nextState: any)
packages/vue-urql/src/useSubscription.test.ts:113
FunctionsecondExchange
({ client, forward })
packages/core/src/exchanges/compose.test.ts:33
FunctionsetSearchValue
examples/with-infinite-pagination/src/App.jsx:18
Functionsetup
()
packages/vue-urql/src/useClient.test.ts:12
FunctionsetupNodeEvents
(_on, _config)
packages/react-urql/cypress.config.js:10
FunctionsetupNodeEvents
(_on, _config)
exchanges/graphcache/cypress.config.js:10
FunctionsortByRefIndex
(a, b)
packages/site/src/components/sidebar.js:64
MethodsubscribeToDebugTarget
Subscribe method to add an event listener to debug events. * * @param onEvent - A callback called with new debug events, each time an `Exchange`
packages/core/src/client.ts:246
Functionsubscription
(query, variables, context)
packages/core/src/client.ts:837
Methodsubscription
Creates a `Source` that executes the GraphQL subscription operation created from the passed parameters. * * @param query - a GraphQL document co
packages/core/src/client.ts:438
FunctiontestExchange
({ dispatchDebug })
packages/core/src/exchanges/compose.test.ts:61
Functiontext
(result, _, cache)
exchanges/graphcache/src/test-utils/examples-1.test.ts:416
Functionthen
(onFulfilled, onRejected)
packages/vue-urql/src/useQuery.ts:293
Functionthen
(onEntries)
exchanges/graphcache/src/offlineExchange.ts:177
FunctiontoUndefined
()
exchanges/graphcache/src/default-storage/index.ts:127
FunctionupdateInput
(nextInput: T)
packages/preact-urql/src/hooks/useSource.ts:43
MethodupdateQuery
( input: QueryInput<T, V>, updater: (data: T | null) => T | null )
exchanges/graphcache/src/store/store.ts:207
FunctionupdateTodo
({ id, complete })
exchanges/graphcache/benchmarks/benchmarks.js:51
FunctionuseClient
()
packages/solid-start-urql/src/createQuery.test.tsx:17
FunctionuseClient
()
packages/solid-start-urql/src/createSubscription.test.ts:27
FunctionuseClient
()
packages/solid-urql/src/createQuery.test.tsx:18
FunctionuseClient
()
packages/solid-urql/src/createMutation.test.ts:28
FunctionuseClient
()
packages/solid-urql/src/createSubscription.test.ts:32
FunctionuseClientHandle
(key: string = DEFAULT_KEY)
packages/vue-urql/src/useClientHandle.ts:129
FunctionuseMutation
( query: DocumentInput<T, V> )
packages/vue-urql/src/useClientHandle.ts:154
MethoduseMutation
Calls {@link useMutation} outside of a synchronous Vue `setup` function. * * @param query - a GraphQL mutation document which `useMutation` will
packages/vue-urql/src/useClientHandle.ts:76
FunctionuseQuery
()
packages/solid-start-urql/src/createQuery.test.tsx:21
FunctionuseQuery
( args: UseQueryArgs<T, V> )
packages/vue-urql/src/useClientHandle.ts:141
MethoduseQuery
Calls {@link useQuery} outside of a synchronous Vue `setup` function. * * @param args - a {@link UseQueryArgs} object, to pass a `query`, `varia
packages/vue-urql/src/useClientHandle.ts:48
FunctionuseSubscription
( args: UseSubscriptionArgs<T, V>, handler?: SubscriptionHandlerArg<T, R> )
packages/vue-urql/src/useClientHandle.ts:147
MethoduseSubscription
Calls {@link useSubscription} outside of a synchronous Vue `setup` function. * * @param args - a {@link UseSubscriptionArgs} object, to pass a `
packages/vue-urql/src/useClientHandle.ts:62
Functionwarn
(message: string, code: ErrorCode)
exchanges/populate/src/helpers/help.ts:29
Functionwebpack
(config)
packages/site/plugins/assets-fix/node.api.js:2
FunctionwillAuthError
(operation)
examples/with-graphcache-updates/src/client.js:64
FunctionwillAuthError
(operation)
examples/with-refresh-auth/src/client.js:37
Functionwrapper
(props: { children: any })
packages/solid-start-urql/src/context.test.tsx:21
← previousnext →601–700 of 705, ranked by callers