MCPcopy Create free account

hub / github.com/ardatan/graphql-tools / functions

Functions1,469 in github.com/ardatan/graphql-tools

FunctionGraphQLDefinitionParser
( schema, getFieldDefinition, entries, definition, variableDefinitions, )
packages/relay-compiler/lib/core/RelayParser.js:408
FunctionGraphQLNodeMap
()
packages/relay-compiler/lib/runner/GraphQLNodeMap.js:33
FunctionHero
(props: { children: ReactNode; className?: string })
website/src/app/page.tsx:34
FunctionHeroFeatures
(props: { children: ReactNode })
website/src/app/page.tsx:72
FunctionHeroLinks
(props: { children: ReactNode })
website/src/app/page.tsx:64
FunctionInlineFragment
(node, _key, parent)
packages/documents/src/sort-executable-document.ts:47
FunctionInputObjectType
()
packages/relay-compiler/lib/core/Schema.js:123
FunctionInterfaceType
()
packages/relay-compiler/lib/core/Schema.js:136
FunctionList
(type)
packages/relay-compiler/lib/core/Schema.js:147
FunctionMultiReporter
()
packages/relay-compiler/lib/reporters/MultiReporter.js:14
FunctionMyPage
()
website/src/app/page.tsx:80
FunctionNonNull
(type)
packages/relay-compiler/lib/core/Schema.js:169
FunctionObjectType
()
packages/relay-compiler/lib/core/Schema.js:110
FunctionOperationDefinition
(node)
packages/documents/src/sort-executable-document.ts:18
FunctionPage
(props: NextPageProps<'...mdxPath'>)
website/src/app/docs/[[...mdxPath]]/page.tsx:16
FunctionPage
(props: NextPageProps<'...slug'>)
website/src/app/changelogs/[...slug]/page.tsx:79
FunctionRelayCompilerCache
* @param name Human readable identifier for the cache * @param cacheBreaker This should be changed in order to invalidate existing *
packages/relay-compiler/lib/util/RelayCompilerCache.js:37
FunctionRelayParser
(schema, definitions)
packages/relay-compiler/lib/core/RelayParser.js:99
FunctionRootLayout
({ children })
website/src/app/layout.tsx:25
FunctionScalarType
()
packages/relay-compiler/lib/core/Schema.js:67
FunctionSchema
* @private
packages/relay-compiler/lib/core/Schema.js:296
FunctionSelectionSet
(node)
packages/documents/src/sort-executable-document.ts:28
FunctionSources
(_ref2)
packages/relay-compiler/lib/runner/Sources.js:97
FunctionStrictMap
(iterable)
packages/relay-compiler/lib/runner/StrictMap.js:25
FunctionTransformer
(context, visitor)
packages/relay-compiler/lib/core/IRTransformer.js:94
FunctionType
(name, isClient)
packages/relay-compiler/lib/core/Schema.js:43
FunctionTypeA
()
packages/schema/tests/fixtures/circularSchemaA.ts:3
FunctionTypeB
()
packages/schema/tests/fixtures/circularSchemaB.ts:3
FunctionTypeMap
(source, extensions)
packages/relay-compiler/lib/core/Schema.js:1365
FunctionUnionType
()
packages/relay-compiler/lib/core/Schema.js:97
FunctionValidator
(context, visitor)
packages/relay-compiler/lib/core/IRValidator.js:44
Function[DisposableSymbols.asyncDispose]
()
packages/executor/src/execution/flattenAsyncIterable.ts:94
Function[DisposableSymbols.asyncDispose]
()
packages/executor/src/execution/execute.ts:1690
Method[DisposableSymbols.asyncDispose]
()
packages/testing/simplePubSub.ts:62
Function[MapperKind.SCALAR_TYPE]
(type)
packages/utils/tests/mapSchema.test.ts:104
Function[Symbol.asyncIterator]
()
packages/resolvers-composition/tests/resolvers-composition.spec.ts:135
Function[Symbol.asyncIterator]
()
packages/utils/src/observableToAsyncIterable.ts:98
Function[Symbol.asyncIterator]
()
packages/executor/src/execution/flattenAsyncIterable.ts:91
Function[Symbol.asyncIterator]
()
packages/executor/src/execution/execute.ts:1666
Function[Symbol.asyncIterator]
()
packages/executor/src/execution/__tests__/abort-signal.test.ts:244
Function[Symbol.asyncIterator]
()
packages/loaders/url/tests/yoga-compat.spec.ts:57
Function[Symbol.asyncIterator]
()
packages/mock/src/addMocksToSchema.ts:171
Method[Symbol.asyncIterator]
()
packages/testing/simplePubSub.ts:59
Method[Symbol.toStringTag]
()
packages/utils/src/AccumulatorMap.ts:5
Function[disposableSymbol]
()
packages/executors/yoga/src/index.ts:41
Function__enter
(val)
packages/utils/tests/visitResult.test.ts:85
Function__resetMockFiles
()
packages/load/tests/__mocks__/fs.js:9
Function__resolveType
(data: any, _context: any)
packages/mock/tests/mocking-compatibility.spec.ts:267
Function__resolveType
(data: any, _context: any)
packages/schema/tests/schemaGenerator.test.ts:563
Method__resolveType
({ type }: { type: string })
packages/schema/tests/schemaGenerator.test.ts:2141
Function__setMockFiles
(file, content)
packages/load/tests/__mocks__/fs.js:5
Function_getFields
()
packages/relay-compiler/lib/codegen/CodegenWatcher.js:87
Function_getWatchConfig
()
packages/relay-compiler/lib/bin/RelayCompilerMain.js:265
Function_main
()
packages/relay-compiler/lib/bin/RelayCompilerMain.js:203
Function_makeSubscription
* Further simplifies `watch` and calls the callback on every change with a * full list of files that match the conditions.
packages/relay-compiler/lib/codegen/CodegenWatcher.js:157
Function_queryDirectories
()
packages/relay-compiler/lib/codegen/CodegenWatcher.js:63
Function_queryFilepaths
* Provides a simplified API to the watchman API. * Given some base directory and a list of subdirectories it calls the callback * with watchman chan
packages/relay-compiler/lib/codegen/CodegenWatcher.js:109
Function_queryFiles
()
packages/relay-compiler/lib/codegen/CodegenWatcher.js:32
Function_watch
()
packages/relay-compiler/lib/codegen/CodegenWatcher.js:129
Function_watchCompile
()
packages/relay-compiler/lib/codegen/CodegenWatcher.js:210
Function_watchFiles
* Similar to watchFiles, but takes an async function. The `compile` function * is awaited and not called in parallel. If multiple changes are trigger
packages/relay-compiler/lib/codegen/CodegenWatcher.js:189
Functiona
()
packages/executor/src/execution/__tests__/abort-signal.test.ts:105
Functionadd
(fn: () => Promise<T>)
packages/load/src/utils/queue.ts:10
FunctionaddRemove
(_x, _x2)
packages/relay-compiler/lib/codegen/SourceControl.js:52
Functionalphabet
(_, { waitFor })
packages/loaders/url/tests/yoga-compat.spec.ts:96
FunctionanyFileFilter
(file)
packages/relay-compiler/lib/codegen/CodegenRunner.js:502
FunctionanyTypeAlias
* type NAME = any;
packages/relay-compiler/lib/language/javascript/RelayFlowBabelFactories.js:20
FunctionappendObjectFields
( schema: GraphQLSchema, typeName: string, additionalFields: GraphQLFieldConfigMap<any, any>, )
packages/utils/src/fields.ts:11
FunctionapplyFragmentArgumentTransform
* A transform that converts a set of documents containing fragments/fragment * spreads *with* arguments to one where all arguments have been inlined.
packages/relay-compiler/lib/transforms/ApplyFragmentArgumentTransform.js:62
FunctionargumentContainsVariables
(arg)
packages/relay-compiler/lib/util/argumentContainsVariables.js:13
FunctionassertInterfaceTypeDefinitionNode
( input: ASTNode, )
packages/testing/assertion.ts:74
FunctionassertSingleExecutionValue
(input: unknown)
packages/loaders/url/tests/test-utils.ts:11
FunctionassertValidExecutionArguments
( schema: GraphQLSchema, document: TypedDocumentNode<any, TVariables>, rawVariableValues: Maybe<TVariabl
packages/executor/src/execution/execute.ts:372
Functionasync
()
packages/executor/src/execution/__tests__/executor-test.ts:405
FunctionasyncContext
* Run the provided async function as part context in a stack profile. * See instrumentAsyncContext() for limitations and usage notes.
packages/relay-compiler/lib/core/GraphQLCompilerProfiler.js:63
FunctionasyncEmptyReject
()
packages/executor/src/execution/__tests__/executor-test.ts:415
FunctionasyncError
()
packages/executor/src/execution/__tests__/executor-test.ts:419
FunctionasyncImport
(moduleName: string)
packages/loaders/url/src/index.ts:36
FunctionasyncMap
(_x)
packages/relay-compiler/lib/runner/StrictMap.js:104
FunctionasyncRawError
()
packages/executor/src/execution/__tests__/executor-test.ts:424
FunctionasyncRawReject
()
packages/executor/src/execution/__tests__/executor-test.ts:411
FunctionasyncReject
()
packages/executor/src/execution/__tests__/executor-test.ts:408
FunctionasyncReturnError
()
packages/executor/src/execution/__tests__/executor-test.ts:429
FunctionasyncReturnErrorWithExtensions
()
packages/executor/src/execution/__tests__/executor-test.ts:432
FunctionblueColor
()
packages/schema/tests/schemaGenerator.test.ts:1142
Functionbooks
()
packages/utils/tests/mapSchema.test.ts:745
FunctionbuildRefetchOperation
(schema, fragment, queryName)
packages/relay-compiler/lib/transforms/query-generators/FetchableQueryGenerator.js:30
FunctionbuildRefetchOperation
(schema, fragment, queryName)
packages/relay-compiler/lib/transforms/query-generators/QueryQueryGenerator.js:17
FunctionbuildRefetchOperation
(schema, fragment, queryName)
packages/relay-compiler/lib/transforms/query-generators/ViewerQueryGenerator.js:23
FunctionbuildRefetchOperation
(schema, fragment, queryName)
packages/relay-compiler/lib/transforms/query-generators/NodeQueryGenerator.js:35
Functioncacheable
()
packages/webpack-loader/tests/loader.test.ts:8
MethodcanLoad
(pointer: string)
packages/loaders/module/src/index.ts:44
MethodcanLoad
(pointer: string)
packages/loaders/github/src/index.ts:70
MethodcanLoadSync
(pointer: string)
packages/loaders/module/src/index.ts:58
Functioncheck
(project, key)
packages/relay-compiler/lib/util/Rollout.js:23
FunctionclearInterfacesProp
(node: any)
packages/optimize/tests/remove-empty-nodes.spec.ts:109
FunctionclientExtensionTransform
(context)
packages/relay-compiler/lib/transforms/ClientExtensionsTransform.js:29
FunctioncollectCustomLoader
( { pointer, pointerOptions, queue, addSource, options, pointerOptionMap }: CollectOptions<T>, next: Stack
packages/load/src/load-typedefs/collect-sources.ts:195
FunctioncollectCustomLoaderSync
( { pointer, pointerOptions, queue, addSource, options, pointerOptionMap }: CollectOptions<T>, next: Stack
packages/load/src/load-typedefs/collect-sources.ts:220
FunctioncollectDocumentString
( { pointer, pointerOptions, options, addSource, queue }: CollectOptions<T>, next: StackNext, )
packages/load/src/load-typedefs/collect-sources.ts:172
← previousnext →1,001–1,100 of 1,469, ranked by callers