MCPcopy Create free account

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

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

↓ 2 callersMethodcanLoadSync
(pointer: string)
packages/loaders/github/src/index.ts:74
↓ 2 callersMethodcanLoadSync
(ptr: string)
packages/loaders/apollo-engine/src/index.ts:53
↓ 2 callersMethodcanLoadSync
(pointer: string, options: CodeFileLoaderOptions)
packages/loaders/code-file/src/index.ts:117
↓ 2 callersFunctioncheckExtension
( path: string, { extensions, ignoredExtensions }: { extensions?: string[]; ignoredExtensions?: string[] }
packages/load-files/src/index.ts:191
↓ 2 callersFunctioncollectFieldsImpl
( schema: GraphQLSchema, fragments: Record<string, FragmentDefinitionNode>, variableValues: TVariables,
packages/utils/src/collectFields.ts:30
↓ 2 callersFunctioncompareStrings
(a: A, b: B)
packages/utils/src/helpers.ts:94
↓ 2 callersFunctioncompleteListItemValue
* Complete a list item value by adding it to the completed results. * * Returns true if the value is a Promise.
packages/executor/src/execution/execute.ts:1190
↓ 2 callersFunctioncompleteObjectValue
* Complete an Object value by executing all sub-selections.
packages/executor/src/execution/execute.ts:1404
↓ 2 callersFunctionconvertASTDefinitions
(schema, definitions, transform)
packages/relay-compiler/lib/core/ASTConvert.js:104
↓ 2 callersFunctioncreateGlobbyOptions
(options: JsonFileLoaderOptions)
packages/loaders/json-file/src/index.ts:25
↓ 2 callersFunctioncreateGlobbyOptions
(options: GraphQLFileLoaderOptions)
packages/loaders/graphql-file/src/index.ts:49
↓ 2 callersFunctioncreateGlobbyOptions
(options: CodeFileLoaderOptions)
packages/loaders/code-file/src/index.ts:62
↓ 2 callersFunctioncreateHelpers
({ sources, stack, }: { sources: Source[]; stack: StackFn<CollectOptions<T>>[]; })
packages/load/src/load-typedefs/collect-sources.ts:104
↓ 2 callersFunctioncreateLoadError
(error: any)
packages/loaders/module/src/index.ts:8
↓ 2 callersFunctioncreateLoadError
(error: any)
packages/loaders/git/src/load-git.ts:7
↓ 2 callersFunctioncreateShowCommand
({ ref, path }: Input)
packages/loaders/git/src/load-git.ts:8
↓ 2 callersFunctioncreateTreeCommand
({ ref }: PartialInput)
packages/loaders/git/src/load-git.ts:14
↓ 2 callersFunctioncreateTreeError
(error: Error)
packages/loaders/git/src/load-git.ts:12
↓ 2 callersFunctioncustomBlockFromVue
( // tslint:disable-next-line: no-implicit-dependencies vueTemplateCompiler: typeof import('@vue/compiler-
packages/graphql-tag-pluck/src/index.ts:177
↓ 2 callersFunctiondedentBlockStringValue
(rawString: string)
packages/utils/src/comments.ts:492
↓ 2 callersFunctiondeduplicateLists
( source: readonly T[], target: readonly T[], filterFn: (val: T, source: readonly T[]) => boolean, )
packages/merge/src/typedefs-mergers/directives.ts:187
↓ 2 callersFunctiondefaultFieldResolver
( source: any, args, contextValue, info, )
packages/executor/src/execution/execute.ts:1559
↓ 2 callersFunctiondefinitionsFromDocuments
(documents)
packages/relay-compiler/lib/core/ASTConvert.js:114
↓ 2 callersMethodemit
(event: T)
packages/testing/simplePubSub.ts:15
↓ 2 callersFunctionensureAbsolutePath
(pointer: string, options: CodeFileLoaderOptions)
packages/loaders/code-file/src/index.ts:366
↓ 2 callersFunctionensureExports
({ module, filepath }: { module: any; filepath: string })
packages/loaders/code-file/src/exports.ts:55
↓ 2 callersFunctionensureFilepath
* @internal
packages/loaders/code-file/src/load-from-module.ts:40
↓ 2 callersFunctionensureModule
({ module, filepath }: { module: string; filepath: string })
packages/loaders/code-file/src/exports.ts:49
↓ 2 callersFunctionerrorHandler
(err: Error)
packages/executors/legacy-ws/src/index.ts:106
↓ 2 callersFunctionexecuteDeferredFragment
( exeContext: ExecutionContext, parentType: GraphQLObjectType, sourceValue: unknown, fields: Map<strin
packages/executor/src/execution/execute.ts:1885
↓ 2 callersFunctionexecuteField
* Implements the "Executing fields" section of the spec * In particular, this function figures out the value that the field returns by * calling its
packages/executor/src/execution/execute.ts:694
↓ 2 callersFunctionexecuteImpl
( exeContext: ExecutionContext<TVariables, TContext>, )
packages/executor/src/execution/execute.ts:294
↓ 2 callersFunctionexpectWarning
(fn: () => void, warnMatcher?: string)
packages/schema/tests/schemaGenerator.test.ts:34
↓ 2 callersFunctionextractExtension
(filePath: string)
packages/graphql-tag-pluck/src/index.ts:335
↓ 2 callersMethodextractFromModule
(mod: any, modulePath: string, identifier?: string)
packages/loaders/module/src/index.ts:121
↓ 2 callersFunctionflattenAsyncIterable
( iterable: AsyncIterableOrGenerator<AsyncIterableOrGenerator<T>>, )
packages/executor/src/execution/flattenAsyncIterable.ts:9
↓ 2 callersFunctionflattenIncrementalResults
( incrementalResults: IncrementalExecutionResults<TData>, )
packages/executor/src/execution/execute.ts:1655
↓ 2 callersFunctionflattenSelectionsInto
* @private
packages/relay-compiler/lib/transforms/FlattenTransform.js:122
↓ 2 callersFunctionforEachField
(schema: GraphQLSchema, fn: IFieldIteratorFn)
packages/utils/src/forEachField.ts:4
↓ 2 callersFunctionformatGeneratedModule
(_ref)
packages/relay-compiler/lib/language/javascript/formatGeneratedModule.js:13
↓ 2 callersMethodfromTypedefs
Collects all `@link`s defined in graphql typedefs
packages/import/src/link/link.ts:72
↓ 2 callersFunctiongenerateAbstractTypeRefinementKey
(schema, type)
packages/relay-compiler/lib/util/generateAbstractTypeRefinementKey.js:16
↓ 2 callersMethodgenerateValueFromType
(fieldType: GraphQLOutputType)
packages/mock/src/MockStore.ts:560
↓ 2 callersFunctiongetComment
(node: { loc?: Location })
packages/utils/src/comments.ts:463
↓ 2 callersFunctiongetDefinedRootType
( schema: GraphQLSchema, operation: OperationTypeNode, nodes?: ASTNode[], )
packages/utils/src/rootTypes.ts:5
↓ 2 callersFunctiongetDefinitionMeta
(definitionName)
packages/relay-compiler/lib/codegen/RelayFileWriter.js:140
↓ 2 callersFunctiongetDirectivesInExtensions
( node: DirectableGraphQLObject, pathToDirectivesInExtensions = ['directives'], )
packages/utils/src/get-directives.ts:11
↓ 2 callersMethodgetExecutor
( endpoint: string, importFn: AsyncImportFn | SyncImportFn, options?: Omit<LoadFromUrlOptions, 'en
packages/loaders/url/src/index.ts:311
↓ 2 callersFunctiongetExtNameFromFilePath
(filePath: string)
packages/graphql-tag-pluck/src/libs/extname.ts:1
↓ 2 callersMethodgetFetchArgs
(options: ApolloEngineOptions)
packages/loaders/apollo-engine/src/index.ts:24
↓ 2 callersFunctiongetFieldDef
( schema: GraphQLSchema, parentType: GraphQLObjectType, fieldNode: FieldNode, )
packages/executor/src/execution/execute.ts:2412
↓ 2 callersFunctiongetFieldDefinitionStrict
* Find the definition of a field of the specified type using strict * resolution rules per the GraphQL spec.
packages/relay-compiler/lib/core/getFieldDefinition.js:30
↓ 2 callersFunctiongetFieldNameInStore
( fieldName: string, fieldArgs?: string | { [argName: string]: any }, )
packages/mock/src/MockStore.ts:683
↓ 2 callersFunctiongetFields
(_x6)
packages/relay-compiler/lib/codegen/CodegenWatcher.js:83
↓ 2 callersFunctiongetIdentifierForArgumentValue
* Generates an identifier for an argument value. The identifier is based on the * structure/order of items and keys in the value.
packages/relay-compiler/lib/core/getIdentifierForArgumentValue.js:19
↓ 2 callersFunctiongetIdentifierForSelection
* Generates an identifier that is unique to a given selection: the alias for * fields, the type for inline fragments, and a summary of the condition
packages/relay-compiler/lib/core/getIdentifierForSelection.js:24
↓ 2 callersFunctiongetLeadingCommentBlock
(node: { loc?: Location })
packages/utils/src/comments.ts:470
↓ 2 callersFunctiongetLiteralArgumentValues
(args)
packages/relay-compiler/lib/core/getLiteralArgumentValues.js:16
↓ 2 callersFunctiongetLiteralStringArgument
(directive, argName)
packages/relay-compiler/lib/transforms/DeferStreamTransform.js:262
↓ 2 callersFunctiongetName
* @private
packages/relay-compiler/lib/core/getFieldDefinition.js:138
↓ 2 callersFunctiongetObjectTypeFromTypeMap
( typeMap: Record<string, GraphQLNamedType>, type: Maybe<GraphQLObjectType>, )
packages/utils/src/getObjectTypeFromTypeMap.ts:4
↓ 2 callersFunctiongetPackages
()
website/src/app/changelogs/[...slug]/page.tsx:15
↓ 2 callersFunctiongetReaderSourceDefinitionName
(node)
packages/relay-compiler/lib/core/GraphQLDerivedFromMetadata.js:19
↓ 2 callersFunctiongetResolversFromSchema
( schema: GraphQLSchema, // Include default merged resolvers includeDefaultMergedResolver?: boolean, )
packages/utils/src/getResolversFromSchema.ts:13
↓ 2 callersFunctiongetSchemaFromSources
(sources: Source[], options: LoadSchemaOptions)
packages/load/src/schema.ts:87
↓ 2 callersFunctiongetSchemaSource
(schemaPath)
packages/relay-compiler/lib/bin/RelayCompilerMain.js:552
↓ 2 callersFunctiongetStreamValues
* Returns an object containing the `@stream` arguments if a field should be * streamed based on the experimental flag, stream directive present and
packages/executor/src/execution/execute.ts:972
↓ 2 callersMethodgetSubscriber
(transform: (value: T) => R)
packages/testing/simplePubSub.ts:22
↓ 2 callersFunctiongetVariableValues
( schema: GraphQLSchema, varDefNodes: ReadonlyArray<VariableDefinitionNode>, inputs: { readonly [variabl
packages/executor/src/execution/values.ts:28
↓ 2 callersFunctiongqlPluckFromCodeString
( filePath: string, code: string, options: GraphQLTagPluckOptions = {}, )
packages/graphql-tag-pluck/src/index.ts:234
↓ 2 callersMethodhandleFileContent
( normalizedFilePath: string, rawSDL: string, options: JsonFileLoaderOptions, )
packages/loaders/json-file/src/index.ts:175
↓ 2 callersMethodhandleFileContent
(rawSDL: string, pointer: string, options: GraphQLFileLoaderOptions)
packages/loaders/graphql-file/src/index.ts:216
↓ 2 callersMethodhandleResponse
({ pointer, path, options, response, status, }: { pointer: string; path: string;
packages/loaders/github/src/index.ts:133
↓ 2 callersMethodhandleSDL
(pointer: string, fetch: FetchFn, options: LoadFromUrlOptions)
packages/loaders/url/src/index.ts:378
↓ 2 callersFunctionhasOwnProperty
(obj: unknown, prop: string)
packages/utils/src/jsutils.ts:30
↓ 2 callersFunctionhasUnaliasedSelection
(field, fieldName)
packages/relay-compiler/lib/transforms/TransformUtils.js:13
↓ 2 callersMethodimmediatelyChangeTheNumber
(newNumber: number)
packages/executor/src/execution/__tests__/mutations-test.ts:21
↓ 2 callersFunctionincludeReachable
(changed, deps)
packages/relay-compiler/lib/runner/GraphQLASTNodeGroup.js:175
↓ 2 callersFunctionisCompatibleUri
(uri: string)
packages/loaders/url/src/index.ts:106
↓ 2 callersFunctionisDocumentNode
(object: any)
packages/utils/src/isDocumentNode.ts:3
↓ 2 callersMethodisExpressionValid
(pointer: string)
packages/loaders/module/src/index.ts:40
↓ 2 callersFunctionisIndex
(path: string, extensions: string[] = [])
packages/load-files/src/index.ts:292
↓ 2 callersFunctionisIterableObject
(value: unknown)
packages/utils/src/jsutils.ts:3
↓ 2 callersMethodisKeyField
(typeName: string, fieldName: string)
packages/mock/src/MockStore.ts:659
↓ 2 callersFunctionisLinkDirective
(directive: DirectiveNode)
packages/merge/src/typedefs-mergers/directives.ts:87
↓ 2 callersFunctionisListTypeNode
(type: TypeNode)
packages/merge/src/typedefs-mergers/utils.ts:23
↓ 2 callersFunctionisLiteralFalse
(arg)
packages/relay-compiler/lib/transforms/DeferStreamTransform.js:290
↓ 2 callersFunctionisRootType
(type: GraphQLObjectType, schema: GraphQLSchema)
packages/mock/src/utils.ts:65
↓ 2 callersFunctionisValidIdentifier
(name: string)
packages/graphql-tag-pluck/src/visitor.ts:226
↓ 2 callersFunctionleadingWhitespace
(str: string)
packages/utils/src/comments.ts:540
↓ 2 callersMethodloadSyncOrAsync
( pointer: string, options: GithubLoaderOptions, fetchFn: FetchFn, )
packages/loaders/github/src/index.ts:90
↓ 2 callersFunctionloadTypedefs
( pointerOrPointers: UnnormalizedTypeDefPointer | UnnormalizedTypeDefPointer[], options: LoadTypedefsOptio
packages/load/src/load-typedefs.ts:36
↓ 2 callersFunctionloadVueCompilerAsync
()
packages/graphql-tag-pluck/src/index.ts:422
↓ 2 callersFunctionloadVueCompilerSync
()
packages/graphql-tag-pluck/src/index.ts:440
↓ 2 callersFunctionmakeDirectiveNodes
( schema: Maybe<GraphQLSchema>, directiveValues: DirectiveAnnotation[], )
packages/utils/src/print-schema-with-directives.ts:542
↓ 2 callersFunctionmapArguments
( originalTypeMap: Record<string, GraphQLNamedType>, schema: GraphQLSchema, schemaMapper: SchemaMapper,
packages/utils/src/mapSchema.ts:325
↓ 2 callersFunctionmapFields
( originalTypeMap: Record<string, GraphQLNamedType>, schema: GraphQLSchema, schemaMapper: SchemaMapper,
packages/utils/src/mapSchema.ts:244
↓ 2 callersFunctionmapTypes
( originalTypeMap: Record<string, GraphQLNamedType>, schema: GraphQLSchema, schemaMapper: SchemaMapper,
packages/utils/src/mapSchema.ts:102
↓ 2 callersFunctionmergeGraphQLTypes
(typeSource: TypeSource, config: Config)
packages/merge/src/typedefs-mergers/merge-typedefs.ts:251
↓ 2 callersFunctionmergeMaps
(maps)
packages/relay-compiler/lib/runner/GraphQLASTNodeGroup.js:57
← previousnext →201–300 of 1,469, ranked by callers