Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apollographql/apollo-server
/ functions
Functions
60 in github.com/apollographql/apollo-server
⨍
Functions
60
◇
Types & classes
39
↓ 7 callers
Function
runHttpQuery
(handlerArguments: Array<any>, request: HttpQueryRequest)
packages/apollo-server-core/src/runHttpQuery.ts:30
↓ 6 callers
Method
get
(operationName: string)
packages/apollo-server-module-operation-store/src/operationStore.ts:48
↓ 3 callers
Function
graphqlExpress
(options: GraphQLOptions | ExpressGraphQLOptionsFunction)
packages/apollo-server-express/src/expressApollo.ts:19
↓ 3 callers
Method
put
(operation: string | DocumentNode)
packages/apollo-server-module-operation-store/src/operationStore.ts:19
↓ 2 callers
Function
graphqlAzureFunctions
( options: GraphQLOptions | AzureFunctionsGraphQLOptionsFunction, )
packages/apollo-server-azure-functions/src/azureFunctionsApollo.ts:37
↓ 2 callers
Function
graphqlKoa
(options: GraphQLOptions | KoaGraphQLOptionsFunction)
packages/apollo-server-koa/src/koaApollo.ts:13
↓ 2 callers
Function
graphqlLambda
( options: GraphQLOptions | LambdaGraphQLOptionsFunction )
packages/apollo-server-lambda/src/lambdaApollo.ts:22
↓ 2 callers
Function
graphqlRestify
(options: GraphQLOptions | RestifyGraphQLOptionsFunction)
packages/apollo-server-restify/src/restifyApollo.ts:19
↓ 2 callers
Function
runQuery
(options: QueryOptions)
packages/apollo-server-core/src/runQuery.ts:68
↓ 1 callers
Function
catchError
(p)
packages/apollo-server-express/src/apolloServerHttp.test.ts:95
↓ 1 callers
Function
createApp
(options: CreateAppOptions = {})
packages/apollo-server-koa/src/koaApollo.test.ts:11
↓ 1 callers
Function
createGraphiQLData
(params: GraphiQLParams, options: GraphiQLData)
packages/apollo-server-module-graphiql/src/resolveGraphiQLString.ts:34
↓ 1 callers
Function
createGraphiQLParams
(query: any)
packages/apollo-server-module-graphiql/src/resolveGraphiQLString.ts:25
↓ 1 callers
Method
delete
(operationName: string)
packages/apollo-server-module-operation-store/src/operationStore.ts:52
↓ 1 callers
Function
destroyApp
(app)
packages/apollo-server-koa/src/koaApollo.test.ts:30
↓ 1 callers
Function
doRunQuery
(options: QueryOptions)
packages/apollo-server-core/src/runQuery.ts:73
↓ 1 callers
Function
format
(errors: Array<Error>)
packages/apollo-server-core/src/runQuery.ts:92
↓ 1 callers
Function
formatError
(error)
packages/apollo-server-express/src/apolloServerHttp.test.ts:384
↓ 1 callers
Method
getMap
()
packages/apollo-server-module-operation-store/src/operationStore.ts:56
↓ 1 callers
Function
graphiqlAzureFunctions
( options: GraphiQL.GraphiQLData | AzureFunctionsGraphiQLOptionsFunction, )
packages/apollo-server-azure-functions/src/azureFunctionsApollo.ts:98
↓ 1 callers
Function
graphiqlExpress
(options: GraphiQL.GraphiQLData | ExpressGraphiQLOptionsFunction)
packages/apollo-server-express/src/expressApollo.ts:71
↓ 1 callers
Function
graphiqlKoa
(options: GraphiQL.GraphiQLData | KoaGraphiQLOptionsFunction)
packages/apollo-server-koa/src/koaApollo.ts:51
↓ 1 callers
Function
graphiqlLambda
(options: GraphiQL.GraphiQLData | LambdaGraphiQLOptionsFunction)
packages/apollo-server-lambda/src/lambdaApollo.ts:85
↓ 1 callers
Function
graphiqlRestify
(options: GraphiQL.GraphiQLData | RestifyGraphiQLOptionsFunction)
packages/apollo-server-restify/src/restifyApollo.ts:72
↓ 1 callers
Function
isOptionsFunction
(arg: GraphQLServerOptions | Function)
packages/apollo-server-core/src/graphqlOptions.ts:47
↓ 1 callers
Function
isOptionsFunction
(arg: GraphiQLData | Function)
packages/apollo-server-module-graphiql/src/resolveGraphiQLString.ts:9
↓ 1 callers
Function
isQueryOperation
(query: DocumentNode, operationName: string)
packages/apollo-server-core/src/runHttpQuery.ts:25
↓ 1 callers
Function
microGraphiql
(options: GraphiQL.GraphiQLData | MicroGraphiQLOptionsFunction)
packages/apollo-server-micro/src/microApollo.ts:63
↓ 1 callers
Function
microGraphql
(options: GraphQLOptions | MicroGraphQLOptionsFunction)
packages/apollo-server-micro/src/microApollo.ts:11
↓ 1 callers
Function
promiseTo
(fn)
packages/apollo-server-express/src/apolloServerHttp.test.ts:114
↓ 1 callers
Function
renderGraphiQL
(data: GraphiQLData)
packages/apollo-server-module-graphiql/src/renderGraphiQL.ts:43
↓ 1 callers
Function
resolve
(rootValue)
packages/apollo-server-express/src/apolloServerHttp.test.ts:246
↓ 1 callers
Function
resolve
()
packages/apollo-server-integration-testsuite/src/index.ts:28
↓ 1 callers
Function
resolveGraphiQLOptions
(options: GraphiQLData | Function, ...args)
packages/apollo-server-module-graphiql/src/resolveGraphiQLString.ts:13
↓ 1 callers
Function
resolveGraphqlOptions
(options: GraphQLServerOptions | Function, ...args)
packages/apollo-server-core/src/graphqlOptions.ts:35
↓ 1 callers
Function
runHttpQueryWrapper
(options: GraphQLOptions | HapiOptionsFunction, request: Request, reply: ReplyNoContinue)
packages/apollo-server-hapi/src/hapiApollo.ts:21
↓ 1 callers
Function
safeSerialize
(data)
packages/apollo-server-module-graphiql/src/renderGraphiQL.ts:39
Function
AlwaysInvalidRule
(context)
packages/apollo-server-express/src/apolloServerHttp.test.ts:452
Function
alwaysInvalidRule
(context)
packages/apollo-server-integration-testsuite/src/index.ts:686
Method
constructor
(schema: GraphQLSchema)
packages/apollo-server-module-operation-store/src/operationStore.ts:14
Method
constructor
(statusCode: number, message: string, isGraphQLError: boolean = false, headers?: { [key: string]: string })
packages/apollo-server-core/src/runHttpQuery.ts:16
Function
createApp
(options: CreateAppOptions)
packages/apollo-server-micro/src/microApollo.test.ts:9
Function
createApp
(options: CreateAppOptions = {})
packages/apollo-server-express/src/expressApollo.test.ts:9
Function
createApp
(options: CreateAppOptions)
packages/apollo-server-hapi/src/hapiApollo.test.ts:7
Function
createApp
(options: CreateAppOptions = {})
packages/apollo-server-restify/src/restifyApollo.test.ts:8
Function
createConnectApp
(options: CreateAppOptions = {})
packages/apollo-server-express/src/connectApollo.test.ts:8
Function
createFunction
(options: CreateAppOptions = {})
packages/apollo-server-azure-functions/src/azureFunctionsApollo.test.ts:15
Function
createLambda
(options: CreateAppOptions = {})
packages/apollo-server-lambda/src/lambdaApollo.test.ts:8
Function
enter
()
packages/apollo-server-express/src/apolloServerHttp.test.ts:454
Function
enter
()
packages/apollo-server-integration-testsuite/src/index.ts:688
Function
formatParams
(params)
packages/apollo-server-integration-testsuite/src/index.ts:792
Function
formatResponse
(response)
packages/apollo-server-integration-testsuite/src/index.ts:544
Function
graphiqlHapi
(server: Server, options: HapiGraphiQLPluginOptions, next)
packages/apollo-server-hapi/src/hapiApollo.ts:83
Function
graphqlHapi
(server: Server, options: HapiPluginOptions, next)
packages/apollo-server-hapi/src/hapiApollo.ts:49
Method
isOperationDefinition
(definition)
packages/apollo-server-module-operation-store/src/operationStore.ts:20
Method
isString
(definition)
packages/apollo-server-module-operation-store/src/operationStore.ts:24
Function
logFn
(obj)
packages/apollo-server-core/src/runQuery.test.ts:262
Function
printStackTrace
(error: Error)
packages/apollo-server-core/src/runQuery.ts:108
Function
resolve
()
packages/apollo-server-core/src/runQuery.test.ts:32
Function
resolveGraphiQLString
(query: any = {}, options: GraphiQLData | Function, ...args)
packages/apollo-server-module-graphiql/src/resolveGraphiQLString.ts:46