MCPcopy Create free account

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

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

↓ 1 callersFunctioncreateSubscription
( pubsub: SimplePubSub<Email>, variableValues?: { readonly [variable: string]: unknown }, )
packages/executor/src/execution/__tests__/subscribe.test.ts:85
↓ 1 callersFunctiondateDirective
(directiveName: string)
packages/utils/tests/mapSchema.test.ts:355
↓ 1 callersFunctiondeduplicateArguments
( args: ReadonlyArray<InputValueDefinitionNode>, config?: Config, )
packages/merge/src/typedefs-mergers/arguments.ts:17
↓ 1 callersFunctiondeepResolveMockList
(mockList: MockList)
packages/mock/src/MockList.ts:72
↓ 1 callersFunctiondefaultAllNodesFn
(store: IMockStore)
packages/mock/src/pagination.ts:173
↓ 1 callersFunctiondefaultImport
(link: FederatedLink)
packages/merge/src/links.ts:36
↓ 1 callersFunctiondefaultTransformer
()
packages/jest-transform/src/index.ts:32
↓ 1 callersFunctiondeprecatedDirective
(directiveName: string)
packages/utils/tests/mapSchema.test.ts:305
↓ 1 callersFunctiondescribeIf
(condition: boolean)
packages/executors/apollo-link/tests/apollo-link.spec.ts:10
↓ 1 callersFunctiondescribeIf
(condition: boolean)
packages/testing/utils.ts:87
↓ 1 callersFunctiondispose
()
packages/executors/apollo-link/src/index.ts:18
↓ 1 callersFunctiondoesFragmentConditionMatch
( schema: GraphQLSchema, fragment: FragmentDefinitionNode | InlineFragmentNode, type: GraphQLObjectType,
packages/utils/src/collectFields.ts:197
↓ 1 callersFunctioneachNameAndArtifact
(artifacts)
packages/relay-compiler/lib/runner/Artifacts.js:307
↓ 1 callersFunctionenforceIDField
(schema, fragment, fetchableIdentifierField)
packages/relay-compiler/lib/transforms/query-generators/FetchableQueryGenerator.js:174
↓ 1 callersFunctionenforceIDField
(schema, fragment)
packages/relay-compiler/lib/transforms/query-generators/NodeQueryGenerator.js:187
↓ 1 callersMethodensureSchema
(ctx?: any)
packages/executors/envelop/src/index.ts:22
↓ 1 callersFunctionensureValidRuntimeType
( runtimeTypeName: unknown, exeContext: ExecutionContext, returnType: GraphQLAbstractType, fieldNodes:
packages/executor/src/execution/execute.ts:1343
↓ 1 callersFunctionensureWebsocket
(errorHandler: (error: Error) => void = err => console.error(err))
packages/executors/legacy-ws/src/index.ts:35
↓ 1 callersFunctionenter
(path)
packages/graphql-tag-pluck/src/visitor.ts:262
↓ 1 callersFunctioneq
(a, b, aStack, bStack)
packages/relay-compiler/lib/util/areEqualArgValues.js:36
↓ 1 callersFunctionexactObjectTypeAnnotation
* {| * PROPS * |}
packages/relay-compiler/lib/language/javascript/RelayFlowBabelFactories.js:29
↓ 1 callersFunctionexecWithRole
(role: string)
packages/utils/tests/mapSchema.test.ts:583
↓ 1 callersFunctionexecuteFieldsSerially
* Implements the "Executing selection sets" section of the spec * for fields that must be executed serially.
packages/executor/src/execution/execute.ts:595
↓ 1 callersFunctionexecuteOperation
* Implements the "Executing operations" section of the spec.
packages/executor/src/execution/execute.ts:556
↓ 1 callersFunctionexecuteQuery
(listValue: unknown)
packages/executor/src/execution/__tests__/lists-test.ts:253
↓ 1 callersFunctionexecuteQuery
(args: { schema: GraphQLSchema; query: string; rootValue?: unknown })
packages/executor/src/execution/__tests__/abstract-test.ts:17
↓ 1 callersFunctionexecuteQuery
(query: string, rootValue: unknown)
packages/executor/src/execution/__tests__/nonnull-test.ts:105
↓ 1 callersFunctionexecuteQuery
(query: string, rootValue?: unknown)
packages/executor/src/execution/__tests__/resolve-test.ts:96
↓ 1 callersFunctionexecuteQuery
(query: string, variableValues?: { [variable: string]: unknown })
packages/executor/src/execution/__tests__/variables-test.ts:134
↓ 1 callersFunctionexecuteQuery
( query: string, rootValue: unknown, variableValues?: { [variable: string]: unknown }, )
packages/executor/src/execution/__tests__/oneOf-test.ts:26
↓ 1 callersFunctionexecuteStreamField
( path: Path, itemPath: Path, item: MaybePromise<unknown>, exeContext: ExecutionContext, fieldNodes:
packages/executor/src/execution/execute.ts:1924
↓ 1 callersFunctionexecuteStreamIterator
( initialIndex: number, iterator: AsyncIterator<unknown>, exeContext: ExecutionContext, fieldNodes: Ar
packages/executor/src/execution/execute.ts:2088
↓ 1 callersFunctionexecuteStreamIteratorItem
( iterator: AsyncIterator<unknown>, exeContext: ExecutionContext, fieldNodes: Array<FieldNode>, info:
packages/executor/src/execution/execute.ts:2020
↓ 1 callersFunctionexecuteSubscription
(exeContext: ExecutionContext)
packages/executor/src/execution/execute.ts:1779
↓ 1 callersFunctionexecuteSyncAndAsync
(query: string, rootValue: unknown)
packages/executor/src/execution/__tests__/nonnull-test.ts:118
↓ 1 callersFunctionexecuteTestQuery
(query: string)
packages/executor/src/execution/__tests__/directives-test.ts:23
↓ 1 callersFunctionexecutorExchange
(executor: Executor)
packages/executors/urql-exchange/src/index.ts:18
↓ 1 callersFunctionexpandImports
(source: string, options: Options)
packages/webpack-loader/src/index.ts:26
↓ 1 callersFunctionexpectError
({ forTypeName }: { forTypeName: unknown })
packages/executor/src/execution/__tests__/abstract-test.ts:584
↓ 1 callersFunctionexpectMap
(map: Map<K, V>)
packages/utils/tests/AccumulatorMap-test.ts:3
↓ 1 callersFunctionexpectMatchingValues
(values: ReadonlyArray<T>)
packages/executor/src/__testUtils__/expectEqualPromisesOrValues.ts:4
↓ 1 callersFunctionexpectPromise
(maybePromise: unknown)
packages/executor/src/execution/__tests__/subscribe.test.ts:142
↓ 1 callersFunctionexpectResolver
( validator: string, behavior: ValidatorBehavior | undefined, field: GraphQLField<any, any>, typeName:
packages/schema/src/assertResolversPresent.ts:55
↓ 1 callersFunctionexportDefaultStatement
(identifier: string)
packages/webpack-loader/src/index.ts:99
↓ 1 callersFunctionextendResolversFromInterfaces
( schema: GraphQLSchema, resolvers: IResolvers, )
packages/schema/src/extendResolversFromInterfaces.ts:4
↓ 1 callersFunctionextractConnectionMetadata
* Validate that any @connection usage is valid for refetching: * - Variables are used for both the "count" and "cursor" arguments * (after/first o
packages/relay-compiler/lib/transforms/RefetchableFragmentTransform.js:159
↓ 1 callersFunctionextractData
(pointer: string)
packages/loaders/github/src/index.ts:20
↓ 1 callersFunctionextractDependencies
( filePath: string, fileContents: string, )
packages/import/src/index.ts:348
↓ 1 callersFunctionextractImportLines
(fileContent: string)
packages/import/src/index.ts:659
↓ 1 callersFunctionextractLinkImplementations
(typeDefs: DocumentNode)
packages/import/src/link/index.ts:45
↓ 1 callersFunctionextractLinks
(typeDefs: DocumentNode)
packages/merge/src/links.ts:63
↓ 1 callersFunctionextractType
(type: TypeNode)
packages/merge/src/typedefs-mergers/utils.ts:11
↓ 1 callersMethodfailToChangeTheNumber
()
packages/executor/src/execution/__tests__/mutations-test.ts:31
↓ 1 callersFunctionfieldAlreadyExists
( fieldsArr: ReadonlyArray<any>, otherField: any, )
packages/merge/src/typedefs-mergers/fields.ts:30
↓ 1 callersFunctionfieldWithInputArg
(inputArg: GraphQLArgumentConfig)
packages/executor/src/execution/__tests__/variables-test.ts:82
↓ 1 callersFunctionfilterElementFields
( ElementConstructor: Constructor<ElementType>, type: GraphQLObjectType | GraphQLInterfaceType | GraphQLIn
packages/utils/src/filterSchema.ts:118
↓ 1 callersFunctionfilterKind
( content: DocumentNode | undefined, filterKinds: null | string[], )
packages/load/src/filter-document-kind.ts:7
↓ 1 callersFunctionfilterRootFields
( type: GraphQLObjectType, operation: 'Query' | 'Mutation' | 'Subscription', rootFieldFilter?: RootField
packages/utils/src/filterSchema.ts:93
↓ 1 callersFunctionfilterSchema
({ schema, typeFilter = () => true, fieldFilter = undefined, rootFieldFilter = undefined, objectFiel
packages/utils/src/filterSchema.ts:22
↓ 1 callersFunctionfindArgument
(field, argumentName)
packages/relay-compiler/lib/transforms/RefetchableFragmentTransform.js:315
↓ 1 callersFunctionfindIncludedFragments
(node)
packages/relay-compiler/lib/runner/GraphQLASTNodeGroup.js:204
↓ 1 callersFunctionfindProjectDir
(dirname: string)
packages/testing/utils.ts:68
↓ 1 callersFunctionflattenTransformImpl
* Transform that flattens inline fragments, fragment spreads, and conditionals. * * Inline fragments are inlined (replaced with their selections) wh
packages/relay-compiler/lib/transforms/FlattenTransform.js:34
↓ 1 callersFunctionfoo
()
packages/load-files/tests/test-assets/11/1.spec.js:1
↓ 1 callersFunctionfoo
()
packages/load-files/tests/test-assets/11/1.test.js:1
↓ 1 callersFunctionfoo
(..._args: any[])
packages/load-files/tests/test-assets/11/2.test.ts:1
↓ 1 callersFunctionfooGenerator
()
packages/executor/src/execution/__tests__/subscribe.test.ts:208
↓ 1 callersFunctionforEachDefaultValue
(schema: GraphQLSchema, fn: IDefaultValueIteratorFn)
packages/utils/src/forEachDefaultValue.ts:4
↓ 1 callersFunctionformatArray
(array: ReadonlyArray<unknown>, seenValues: ReadonlyArray<unknown>)
packages/inspect/src/index.ts:90
↓ 1 callersFunctionformatError
(value: Error)
packages/inspect/src/index.ts:25
↓ 1 callersFunctionformatFiles
(label, files)
packages/relay-compiler/lib/codegen/CodegenDirectory.js:133
↓ 1 callersFunctionformatObject
(object: object, seenValues: ReadonlyArray<unknown>)
packages/inspect/src/index.ts:76
↓ 1 callersFunctionformatObjectValue
( value: object | null, previouslySeenValues: ReadonlyArray<unknown>, )
packages/inspect/src/index.ts:33
↓ 1 callersFunctionformattableDateDirective
(directiveName: string)
packages/utils/tests/mapSchema.test.ts:411
↓ 1 callersFunctionfragmentSpreadVisitor
(cache)
packages/relay-compiler/lib/transforms/InlineFragmentsTransform.js:32
↓ 1 callersFunctiongenerateConfig
( filePath: string, code: string, _options: GraphQLTagPluckOptions, )
packages/graphql-tag-pluck/src/config.ts:5
↓ 1 callersMethodgenerateFieldValueFromMocks
( typeName: string, fieldName: string, fieldArgs: string | { [argName: string]: any } | undefined,
packages/mock/src/MockStore.ts:490
↓ 1 callersFunctiongenerateIDField
* Generates an id field on the given type.
packages/relay-compiler/lib/core/SchemaUtils.js:54
↓ 1 callersMethodgenerateKeyForType
( typeName: string, onOtherFieldsGenerated?: (fieldName: string, value: unknown) => void, )
packages/mock/src/MockStore.ts:544
↓ 1 callersFunctiongetArgs
(..._args: ReadonlyArray<string>)
packages/executor/src/execution/__tests__/lists-test.ts:43
↓ 1 callersFunctiongetArgumentMapper
(schemaMapper: SchemaMapper)
packages/utils/src/mapSchema.ts:526
↓ 1 callersFunctiongetArgumentName
(name: string, path: string[])
packages/utils/src/build-operation-for-field.ts:410
↓ 1 callersFunctiongetArgumentsWithDirectives
( documentNode: DocumentNode, )
packages/utils/src/get-arguments-with-directives.ts:21
↓ 1 callersFunctiongetAsyncIteratorWithCancel
( asyncIterator: AsyncIterator<T>, onCancel: (value?: TReturn) => void | Promise<void>, )
packages/utils/src/withCancel.ts:16
↓ 1 callersFunctiongetBasicGraphQLMiddleware
(schema: GraphQLSchema)
packages/links/tests/upload.test.ts:62
↓ 1 callersFunctiongetBasicGraphQLMiddleware
(schema: GraphQLSchema)
packages/loaders/url/tests/graphql-upload.spec.ts:12
↓ 1 callersFunctiongetBlockStringIndentation
(lines: ReadonlyArray<string>)
packages/utils/src/comments.ts:519
↓ 1 callersFunctiongetBuiltInForStub
(type: GraphQLNamedType)
packages/utils/src/stub.ts:77
↓ 1 callersFunctiongetCompletedIncrementalResults
(exeContext: ExecutionContext)
packages/executor/src/execution/execute.ts:2188
↓ 1 callersFunctiongetConcreteTypes
* @private
packages/relay-compiler/lib/core/Schema.js:225
↓ 1 callersFunctiongetDefault
(module: T & { default?: T })
packages/graphql-tag-pluck/src/index.ts:11
↓ 1 callersMethodgetDefaultMethodFromOptions
( method: LoadFromUrlOptions['method'], defaultMethod: 'GET' | 'POST', )
packages/loaders/url/src/index.ts:214
↓ 1 callersFunctiongetDeferValues
( variableValues: any, node: FragmentSpreadNode | InlineFragmentNode, )
packages/utils/src/collectFields.ts:229
↓ 1 callersFunctiongetDirectiveMapper
(schemaMapper: SchemaMapper)
packages/utils/src/mapSchema.ts:531
↓ 1 callersFunctiongetDirectivesArgumentsTypeNames
( schema: GraphQLSchema, directableObj: DirectableGraphQLObject, )
packages/utils/src/prune.ts:205
↓ 1 callersFunctiongetEnumValueMapper
(schemaMapper: SchemaMapper)
packages/utils/src/mapSchema.ts:536
↓ 1 callersMethodgetExecutorSync
(endpoint: string, options?: Omit<LoadFromUrlOptions, 'endpoint'>)
packages/loaders/url/src/index.ts:372
↓ 1 callersFunctiongetFieldDefinitionLegacyImpl
* @private
packages/relay-compiler/lib/core/getFieldDefinition.js:80
↓ 1 callersFunctiongetFieldEntryKey
(node: FieldNode)
packages/utils/src/collectFields.ts:220
↓ 1 callersFunctiongetFieldMapper
( schema: GraphQLSchema, schemaMapper: SchemaMapper, typeName: string, )
packages/utils/src/mapSchema.ts:508
← previousnext →501–600 of 1,469, ranked by callers