MCPcopy Create free account

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

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

FunctiongetDescription
( node: { description?: StringValueNode; loc?: Location }, options?: { commentDescriptions?: boolean }, )
packages/utils/src/comments.ts:451
FunctiongetDirectiveInExtensions
( node: DirectableGraphQLObject, directiveName: string, pathToDirectivesInExtensions = ['directives'], )
packages/utils/src/get-directives.ts:27
MethodgetExecutorByRequest
(request: ExecutionRequest<any>)
packages/loaders/url/src/index.ts:339
FunctiongetFieldDefinitionLegacy
* Find the definition of a field of the specified type, first trying * the standard spec-compliant resolution process and falling back * to legacy m
packages/relay-compiler/lib/core/getFieldDefinition.js:63
MethodgetHttpExecutor
()
packages/loaders/url/src/index.ts:317
FunctiongetNonNullBooleanInput
(schema)
packages/relay-compiler/lib/core/SchemaUtils.js:83
FunctiongetNonNullIdInput
(schema)
packages/relay-compiler/lib/core/SchemaUtils.js:99
FunctiongetNonNullStringInput
(schema)
packages/relay-compiler/lib/core/SchemaUtils.js:91
FunctiongetNullableBooleanInput
(schema)
packages/relay-compiler/lib/core/SchemaUtils.js:79
FunctiongetNullableIdInput
(schema)
packages/relay-compiler/lib/core/SchemaUtils.js:95
FunctiongetNullableStringInput
(schema)
packages/relay-compiler/lib/core/SchemaUtils.js:87
FunctiongetParser
(baseDir)
packages/relay-compiler/lib/core/RelaySourceModuleParser.js:96
FunctiongetParser
(baseDir)
packages/relay-compiler/lib/core/DotGraphQLParser.js:30
FunctiongetResponseKeyFromInfo
(info: GraphQLResolveInfo)
packages/utils/src/getResponseKeyFromInfo.ts:8
FunctiongetSchemaInstance
(getSchemaSource, getSchemaExtensions, schemaExtensions)
packages/relay-compiler/lib/runner/getSchemaInstance.js:18
MethodgetSetHttpExecutor$
()
packages/loaders/url/src/index.ts:323
FunctiongetTraces
()
packages/relay-compiler/lib/core/GraphQLCompilerProfiler.js:48
FunctiongetUser
(token: string)
packages/utils/tests/mapSchema.test.ts:540
FunctiongraphqlLoader
(this: LoaderContext<Options>, source: string)
packages/webpack-loader/src/index.ts:50
Functionhas
(asyncIterator, prop)
packages/utils/src/withCancel.ts:21
Methodhas
(typeName: string, key: KeyT)
packages/mock/src/MockStore.ts:90
FunctionhasWatchmanRootFile
(testPath)
packages/relay-compiler/lib/bin/RelayCompilerMain.js:570
Functionhello
()
packages/utils/tests/mapSchema.test.ts:281
FunctionidFragmentForType
(type)
packages/relay-compiler/lib/transforms/GenerateIDFieldTransform.js:53
Methodidentity
The Link's identity. This is the unique identifier of a `@link`.
packages/import/src/link/link.ts:115
FunctionimplementsAbstractType
( schema: GraphQLSchema, typeA: Maybe<GraphQLType>, typeB: Maybe<GraphQLType>, )
packages/utils/src/implementsAbstractType.ts:4
FunctionimportTypes
* import type {NAMES[0], NAMES[1], ...} from 'MODULE';
packages/relay-compiler/lib/language/javascript/RelayFlowBabelFactories.js:85
Methodimports
()
packages/import/src/link/link.ts:153
FunctioninexactObjectTypeAnnotation
* { * PROPS * ... * }
packages/relay-compiler/lib/language/javascript/RelayFlowBabelFactories.js:41
FunctioninlineDataFragmentTransform
* A transform that converts fragment spreads where the referenced fragment * is annotated with @inline to a InlineDataFragmentSpread. * InlineDataFr
packages/relay-compiler/lib/transforms/InlineDataFragmentTransform.js:29
FunctioninlineFragmentsTransform
* A transform that inlines all fragments and removes them.
packages/relay-compiler/lib/transforms/InlineFragmentsTransform.js:20
Functioninstrumented
()
packages/relay-compiler/lib/core/GraphQLCompilerProfiler.js:96
FunctionintersectionTypeAnnotation
* Create an intersection type if needed. * * TYPES[0] & TYPES[1] & ...
packages/relay-compiler/lib/language/javascript/RelayFlowBabelFactories.js:101
FunctioninvalidateUnifiedGraph
()
packages/executors/envelop/src/index.ts:122
Functioninvariant
(condition: boolean, message?: string)
packages/executor/src/execution/invariant.ts:1
FunctionisScalarOrLinkedField
(selection)
packages/relay-compiler/lib/transforms/SkipRedundantNodesTransform.js:260
FunctionisTypeOf
(obj, context)
packages/executor/src/execution/__tests__/abstract-test.ts:69
FunctionisTypeOf
(obj, context)
packages/executor/src/execution/__tests__/executor-test.ts:1085
FunctionisTypeWithFields
(t: ASTNode)
packages/utils/src/get-arguments-with-directives.ts:10
FunctionlineComments
()
packages/relay-compiler/lib/language/javascript/RelayFlowBabelFactories.js:110
FunctionlistField
()
packages/executor/src/execution/__tests__/lists-test.ts:31
Methodload
(pointer: string)
packages/loaders/module/src/index.ts:71
Methodload
(pointer: string, options: JsonFileLoaderOptions)
packages/loaders/json-file/src/index.ts:103
Methodload
(pointer: string, options: GraphQLFileLoaderOptions)
packages/loaders/graphql-file/src/index.ts:144
Methodload
(pointer: string, options: GitLoaderOptions)
packages/loaders/git/src/index.ts:161
Methodload
(pointer: string, options: GithubLoaderOptions)
packages/loaders/github/src/index.ts:123
Methodload
(pointer: string, options: LoadFromUrlOptions)
packages/loaders/url/src/index.ts:394
Methodload
(pointer: string, options: ApolloEngineOptions)
packages/loaders/apollo-engine/src/index.ts:57
Methodload
(pointer: string, options: CodeFileLoaderOptions)
packages/loaders/code-file/src/index.ts:150
FunctionloadDocuments
( pointerOrPointers: UnnormalizedTypeDefPointer | UnnormalizedTypeDefPointer[], options: LoadTypedefsOptio
packages/load/src/documents.ts:32
FunctionloadDocumentsSync
( pointerOrPointers: UnnormalizedTypeDefPointer | UnnormalizedTypeDefPointer[], options: LoadTypedefsOptio
packages/load/src/documents.ts:51
FunctionloadFilesSync
( pattern: string | string[], options: LoadFilesOptions = LoadFilesDefaultOptions, )
packages/load-files/src/index.ts:132
FunctionloadSchemaSync
( schemaPointers: UnnormalizedTypeDefPointer | UnnormalizedTypeDefPointer[], options: LoadSchemaOptions, )
packages/load/src/schema.ts:60
MethodloadSync
(pointer: string)
packages/loaders/module/src/index.ts:85
MethodloadSync
(pointer: string, options: JsonFileLoaderOptions)
packages/loaders/json-file/src/index.ts:140
MethodloadSync
(pointer: string, options: GraphQLFileLoaderOptions)
packages/loaders/graphql-file/src/index.ts:181
MethodloadSync
(pointer: string, options: GitLoaderOptions)
packages/loaders/git/src/index.ts:232
MethodloadSync
(pointer: string, options: LoadFromUrlOptions)
packages/loaders/url/src/index.ts:439
MethodloadSync
(pointer: string, options: ApolloEngineOptions)
packages/loaders/apollo-engine/src/index.ts:78
MethodloadSync
(pointer: string, options: CodeFileLoaderOptions)
packages/loaders/code-file/src/index.ts:184
Functionlocations
()
packages/utils/tests/mapSchema.test.ts:859
FunctionmaskTransform
* A transform that inlines fragment spreads with the @relay(mask: false) * directive.
packages/relay-compiler/lib/transforms/MaskTransform.js:34
Functionmemoize2of4
(fn: F)
packages/utils/src/memoize.ts:196
Functionmemoize2of5
( fn: F, )
packages/utils/src/memoize.ts:222
Functionmemoize4
(fn: F)
packages/utils/src/memoize.ts:81
FunctionmemoizedFind
(tagFinder, text, baseDir, file)
packages/relay-compiler/lib/core/RelayFindGraphQLTags.js:25
FunctionmergedFn
()
packages/merge/tests/merge-nodes.spec.ts:277
FunctionmodifyObjectFields
( schema: GraphQLSchema, typeName: string, testFn: (fieldName: string, field: GraphQLFieldConfig<any, an
packages/utils/src/fields.ts:113
FunctionmoduleDependency
* Marks a string of code as code to be replaced later.
packages/relay-compiler/lib/util/CodeMarker.js:16
Methodnamespace
* By default, `@link` will assign a prefix based on the name extracted from the URL. * If no name is present, a prefix will not be assigned. * S
packages/import/src/link/link.ts:102
FunctionnestedFriendList
()
packages/executor/src/execution/__tests__/stream-test.ts:1061
Functionnext
(value: any)
packages/utils/src/observableToAsyncIterable.ts:62
Functionnext
()
packages/executor/src/execution/flattenAsyncIterable.ts:27
Functionnext
()
packages/executor/src/execution/execute.ts:1669
Functionnext
()
packages/executor/src/execution/__tests__/abort-signal.test.ts:247
FunctionnonNullFriendList
()
packages/executor/src/execution/__tests__/stream-test.ts:779
FunctionnumberOfSpecies
()
packages/schema/tests/schemaGenerator.test.ts:650
FunctionnumericEnum
()
packages/schema/tests/schemaGenerator.test.ts:1145
FunctionnumericTest
(_root: any, args: { num: number })
packages/schema/tests/schemaGenerator.test.ts:1206
FunctiononContextBuilding
()
packages/executors/envelop/src/index.ts:84
FunctiononEnveloped
({ context, setSchema })
packages/executors/envelop/src/index.ts:78
FunctiononExecute
({ args, setExecuteFn })
packages/executors/envelop/src/index.ts:90
FunctiononRequestParse
({ serverContext })
packages/executors/yoga/src/index.ts:31
FunctiononRequestParseDone
()
packages/executors/yoga/src/index.ts:33
FunctiononSubscribe
({ args, setSubscribeFn })
packages/executors/envelop/src/index.ts:100
FunctiononValidate
({ params, context, setResult })
packages/executors/envelop/src/index.ts:110
FunctiononYogaInit
({ yoga })
packages/executors/yoga/src/index.ts:28
FunctionparseEverything
(_x2)
packages/relay-compiler/lib/codegen/CodegenRunner.js:253
FunctionparseExecutableNode
(text)
packages/relay-compiler/lib/runner/extractAST.js:65
FunctionparseFile
(baseDir, file)
packages/relay-compiler/lib/core/RelaySourceModuleParser.js:39
FunctionparseFile
(baseDir, file)
packages/relay-compiler/lib/core/DotGraphQLParser.js:23
FunctionparseInputValue
(type: GraphQLInputType, value: any)
packages/utils/src/transformInputValue.ts:68
FunctionparseInputValueLiteral
(type: GraphQLInputType, value: any)
packages/utils/src/transformInputValue.ts:78
FunctionparseLiteral
(ast)
packages/executor/src/execution/__tests__/variables-test.ts:29
FunctionparseLiteral
(ast)
packages/schema/tests/merge-schemas.spec.ts:398
FunctionparseLiteral
(ast: any)
packages/schema/tests/schemaGenerator.test.ts:882
FunctionparseSelectionSet
( selectionSet: string, options?: GraphQLParseOptions, )
packages/utils/src/selectionSets.ts:4
FunctionparseValue
(value)
packages/executor/src/execution/__tests__/variables-test.ts:25
FunctionparseValue
(value)
packages/schema/tests/merge-schemas.spec.ts:393
FunctionparseValue
(value)
packages/schema/tests/schemaGenerator.test.ts:879
← previousnext →1,201–1,300 of 1,469, ranked by callers