MCPcopy Create free account

hub / github.com/apollographql/apollo-server / functions

Functions60 in github.com/apollographql/apollo-server

↓ 7 callersFunctionrunHttpQuery
(handlerArguments: Array<any>, request: HttpQueryRequest)
packages/apollo-server-core/src/runHttpQuery.ts:30
↓ 6 callersMethodget
(operationName: string)
packages/apollo-server-module-operation-store/src/operationStore.ts:48
↓ 3 callersFunctiongraphqlExpress
(options: GraphQLOptions | ExpressGraphQLOptionsFunction)
packages/apollo-server-express/src/expressApollo.ts:19
↓ 3 callersMethodput
(operation: string | DocumentNode)
packages/apollo-server-module-operation-store/src/operationStore.ts:19
↓ 2 callersFunctiongraphqlAzureFunctions
( options: GraphQLOptions | AzureFunctionsGraphQLOptionsFunction, )
packages/apollo-server-azure-functions/src/azureFunctionsApollo.ts:37
↓ 2 callersFunctiongraphqlKoa
(options: GraphQLOptions | KoaGraphQLOptionsFunction)
packages/apollo-server-koa/src/koaApollo.ts:13
↓ 2 callersFunctiongraphqlLambda
( options: GraphQLOptions | LambdaGraphQLOptionsFunction )
packages/apollo-server-lambda/src/lambdaApollo.ts:22
↓ 2 callersFunctiongraphqlRestify
(options: GraphQLOptions | RestifyGraphQLOptionsFunction)
packages/apollo-server-restify/src/restifyApollo.ts:19
↓ 2 callersFunctionrunQuery
(options: QueryOptions)
packages/apollo-server-core/src/runQuery.ts:68
↓ 1 callersFunctioncatchError
(p)
packages/apollo-server-express/src/apolloServerHttp.test.ts:95
↓ 1 callersFunctioncreateApp
(options: CreateAppOptions = {})
packages/apollo-server-koa/src/koaApollo.test.ts:11
↓ 1 callersFunctioncreateGraphiQLData
(params: GraphiQLParams, options: GraphiQLData)
packages/apollo-server-module-graphiql/src/resolveGraphiQLString.ts:34
↓ 1 callersFunctioncreateGraphiQLParams
(query: any)
packages/apollo-server-module-graphiql/src/resolveGraphiQLString.ts:25
↓ 1 callersMethoddelete
(operationName: string)
packages/apollo-server-module-operation-store/src/operationStore.ts:52
↓ 1 callersFunctiondestroyApp
(app)
packages/apollo-server-koa/src/koaApollo.test.ts:30
↓ 1 callersFunctiondoRunQuery
(options: QueryOptions)
packages/apollo-server-core/src/runQuery.ts:73
↓ 1 callersFunctionformat
(errors: Array<Error>)
packages/apollo-server-core/src/runQuery.ts:92
↓ 1 callersFunctionformatError
(error)
packages/apollo-server-express/src/apolloServerHttp.test.ts:384
↓ 1 callersMethodgetMap
()
packages/apollo-server-module-operation-store/src/operationStore.ts:56
↓ 1 callersFunctiongraphiqlAzureFunctions
( options: GraphiQL.GraphiQLData | AzureFunctionsGraphiQLOptionsFunction, )
packages/apollo-server-azure-functions/src/azureFunctionsApollo.ts:98
↓ 1 callersFunctiongraphiqlExpress
(options: GraphiQL.GraphiQLData | ExpressGraphiQLOptionsFunction)
packages/apollo-server-express/src/expressApollo.ts:71
↓ 1 callersFunctiongraphiqlKoa
(options: GraphiQL.GraphiQLData | KoaGraphiQLOptionsFunction)
packages/apollo-server-koa/src/koaApollo.ts:51
↓ 1 callersFunctiongraphiqlLambda
(options: GraphiQL.GraphiQLData | LambdaGraphiQLOptionsFunction)
packages/apollo-server-lambda/src/lambdaApollo.ts:85
↓ 1 callersFunctiongraphiqlRestify
(options: GraphiQL.GraphiQLData | RestifyGraphiQLOptionsFunction)
packages/apollo-server-restify/src/restifyApollo.ts:72
↓ 1 callersFunctionisOptionsFunction
(arg: GraphQLServerOptions | Function)
packages/apollo-server-core/src/graphqlOptions.ts:47
↓ 1 callersFunctionisOptionsFunction
(arg: GraphiQLData | Function)
packages/apollo-server-module-graphiql/src/resolveGraphiQLString.ts:9
↓ 1 callersFunctionisQueryOperation
(query: DocumentNode, operationName: string)
packages/apollo-server-core/src/runHttpQuery.ts:25
↓ 1 callersFunctionmicroGraphiql
(options: GraphiQL.GraphiQLData | MicroGraphiQLOptionsFunction)
packages/apollo-server-micro/src/microApollo.ts:63
↓ 1 callersFunctionmicroGraphql
(options: GraphQLOptions | MicroGraphQLOptionsFunction)
packages/apollo-server-micro/src/microApollo.ts:11
↓ 1 callersFunctionpromiseTo
(fn)
packages/apollo-server-express/src/apolloServerHttp.test.ts:114
↓ 1 callersFunctionrenderGraphiQL
(data: GraphiQLData)
packages/apollo-server-module-graphiql/src/renderGraphiQL.ts:43
↓ 1 callersFunctionresolve
(rootValue)
packages/apollo-server-express/src/apolloServerHttp.test.ts:246
↓ 1 callersFunctionresolve
()
packages/apollo-server-integration-testsuite/src/index.ts:28
↓ 1 callersFunctionresolveGraphiQLOptions
(options: GraphiQLData | Function, ...args)
packages/apollo-server-module-graphiql/src/resolveGraphiQLString.ts:13
↓ 1 callersFunctionresolveGraphqlOptions
(options: GraphQLServerOptions | Function, ...args)
packages/apollo-server-core/src/graphqlOptions.ts:35
↓ 1 callersFunctionrunHttpQueryWrapper
(options: GraphQLOptions | HapiOptionsFunction, request: Request, reply: ReplyNoContinue)
packages/apollo-server-hapi/src/hapiApollo.ts:21
↓ 1 callersFunctionsafeSerialize
(data)
packages/apollo-server-module-graphiql/src/renderGraphiQL.ts:39
FunctionAlwaysInvalidRule
(context)
packages/apollo-server-express/src/apolloServerHttp.test.ts:452
FunctionalwaysInvalidRule
(context)
packages/apollo-server-integration-testsuite/src/index.ts:686
Methodconstructor
(schema: GraphQLSchema)
packages/apollo-server-module-operation-store/src/operationStore.ts:14
Methodconstructor
(statusCode: number, message: string, isGraphQLError: boolean = false, headers?: { [key: string]: string })
packages/apollo-server-core/src/runHttpQuery.ts:16
FunctioncreateApp
(options: CreateAppOptions)
packages/apollo-server-micro/src/microApollo.test.ts:9
FunctioncreateApp
(options: CreateAppOptions = {})
packages/apollo-server-express/src/expressApollo.test.ts:9
FunctioncreateApp
(options: CreateAppOptions)
packages/apollo-server-hapi/src/hapiApollo.test.ts:7
FunctioncreateApp
(options: CreateAppOptions = {})
packages/apollo-server-restify/src/restifyApollo.test.ts:8
FunctioncreateConnectApp
(options: CreateAppOptions = {})
packages/apollo-server-express/src/connectApollo.test.ts:8
FunctioncreateFunction
(options: CreateAppOptions = {})
packages/apollo-server-azure-functions/src/azureFunctionsApollo.test.ts:15
FunctioncreateLambda
(options: CreateAppOptions = {})
packages/apollo-server-lambda/src/lambdaApollo.test.ts:8
Functionenter
()
packages/apollo-server-express/src/apolloServerHttp.test.ts:454
Functionenter
()
packages/apollo-server-integration-testsuite/src/index.ts:688
FunctionformatParams
(params)
packages/apollo-server-integration-testsuite/src/index.ts:792
FunctionformatResponse
(response)
packages/apollo-server-integration-testsuite/src/index.ts:544
FunctiongraphiqlHapi
(server: Server, options: HapiGraphiQLPluginOptions, next)
packages/apollo-server-hapi/src/hapiApollo.ts:83
FunctiongraphqlHapi
(server: Server, options: HapiPluginOptions, next)
packages/apollo-server-hapi/src/hapiApollo.ts:49
MethodisOperationDefinition
(definition)
packages/apollo-server-module-operation-store/src/operationStore.ts:20
MethodisString
(definition)
packages/apollo-server-module-operation-store/src/operationStore.ts:24
FunctionlogFn
(obj)
packages/apollo-server-core/src/runQuery.test.ts:262
FunctionprintStackTrace
(error: Error)
packages/apollo-server-core/src/runQuery.ts:108
Functionresolve
()
packages/apollo-server-core/src/runQuery.test.ts:32
FunctionresolveGraphiQLString
(query: any = {}, options: GraphiQLData | Function, ...args)
packages/apollo-server-module-graphiql/src/resolveGraphiQLString.ts:46