MCPcopy Create free account

hub / github.com/OS-Guild/graphql-to-mongodb / functions

Functions124 in github.com/OS-Guild/graphql-to-mongodb

↓ 16 callersFunctionprintInputType
(inputType: GraphQLInputType)
tests/utils/printInputType.ts:26
↓ 14 callersFunctioncache
(cacheObj: object, key: any, callback: cacheCallback<T>)
src/common.ts:14
↓ 14 callersFunctiongetGraphQLFilterType
(type: GraphQLFieldsType, ...excludedFields: string[])
src/graphQLFilterType.ts:32
↓ 12 callersFunctiongetTypesCache
()
src/common.ts:8
↓ 10 callersFunctionsetSuffix
(text: string, locate: string, replaceWith: string)
src/common.ts:25
↓ 9 callersFunctiongetGraphQLQueryArgs
(graphQLType: GraphQLFieldsType)
src/queryResolver.ts:59
↓ 9 callersFunctiongetUnresolvedFieldsTypes
(graphQLType: GraphQLFieldsType, typeResolver: TypeResolver<T> = null, ...excludedFields: string[])
src/common.ts:87
↓ 7 callersFunctiongetGraphQLInsertType
(graphQLType: GraphQLObjectType, ...excludedFields: string[])
src/graphQLInsertType.ts:5
↓ 7 callersFunctiongetGraphQLUpdateArgs
(graphQLType: GraphQLObjectType)
src/updateResolver.ts:54
↓ 7 callersFunctiongetMongoDbQueryResolver
( graphQLType: GraphQLFieldsType, queryCallback: QueryCallback<TSource, TContext>, queryOptions?:
src/queryResolver.ts:39
↓ 6 callersFunctiongetGraphQLSortType
(type: GraphQLFieldsType, ...excludedFields: string[])
src/graphQLSortType.ts:24
↓ 5 callersFunctionaddPrefixToProperties
(obj: T, prefix: string)
src/common.ts:136
↓ 5 callersFunctionflatten
(nestedArray: T[][])
src/common.ts:132
↓ 5 callersFunctiongetMongoDbUpdateResolver
( graphQLType: GraphQLObjectType, updateCallback: UpdateCallback<TSource, TContext>, updateOptions
src/updateResolver.ts:37
↓ 4 callersFunctionclearTypesCache
()
src/common.ts:10
↓ 4 callersFunctionvalidateNonNullableFields
( objects: object[], graphQLType: GraphQLObjectType, shouldAssert: ShouldAssert, isResolvedFie
src/mongoDbUpdateValidation.ts:48
↓ 3 callersFunctiongetInnerType
(graphQLType: GraphQLType)
src/common.ts:97
↓ 3 callersFunctiongetTypeFields
( graphQLType: GraphQLFieldsType, filter: FieldFilter = null, typeResolver: TypeResolver<T> = (typ
src/common.ts:63
↓ 3 callersFunctionisListField
(graphQLType: GraphQLType)
src/common.ts:108
↓ 3 callersFunctionlogOnError
(func: T)
src/logger.ts:34
↓ 2 callersFunctionexcludeFields
(graphQLObjectType: GraphQLObjectType, cach: { [key: string]: GraphQLObjectType }, ...excludedFields: string[]
tests/specs/graphQLUpdateType.spec.ts:429
↓ 2 callersFunctionflattenListField
(objects: object[], type: GraphQLType)
src/mongoDbUpdateValidation.ts:146
↓ 2 callersFunctiongetGraphQLLeafFilterType
(leafType: GraphQLLeafType, not: boolean = false)
src/graphQLFilterType.ts:89
↓ 2 callersFunctiongetGraphQLSetObjectType
( type: GraphQLScalarType | GraphQLEnumType | GraphQLNonNull<any> | GraphQLObjectType | GraphQLList<any>,
src/graphQLUpdateType.ts:60
↓ 2 callersFunctiongetGraphQLUpdateType
(type: GraphQLObjectType, ...excludedFields: string[])
src/graphQLUpdateType.ts:9
↓ 2 callersFunctiongetMongoDbInc
(inc: object)
src/mongoDbUpdate.ts:102
↓ 2 callersFunctiongetMongoDbSet
(set: object, setOverwrite: SetOverwrite)
src/mongoDbUpdate.ts:61
↓ 2 callersFunctiongetMongoDbSort
(sort: SortArg)
src/mongoDbSort.ts:14
↓ 2 callersFunctiongetOverwrite
(current: SetOverwrite, input?: boolean)
src/mongoDbUpdate.ts:86
↓ 2 callersFunctiongetSelectedProjection
( selectionNodes: SelectionNode[], graphQLFieldsType: GraphQLFieldsType, extra: { info: GraphQLRes
src/mongoDbProjection.ts:33
↓ 2 callersFunctionmarkResolverless
(type: GraphQLObjectType)
examples/apollo/src/SolutionA/directives.ts:223
↓ 2 callersFunctionmarkResolverless
(type: GraphQLObjectType)
examples/apollo/src/SolutionB/directives.ts:190
↓ 2 callersFunctionparseMongoDbLeafFilter
(graphQLLeafFilter: GraphQLLeafFilter, not: boolean = false)
src/mongoDbFilter.ts:135
↓ 2 callersFunctionsetLogger
(loggerObject: Logger)
src/logger.ts:27
↓ 2 callersFunctionvalidateNonNullListField
(fieldValues: object[], type: GraphQLType)
src/mongoDbUpdateValidation.ts:86
↓ 2 callersFunctionvalidateNonNullableFieldsAssert
(objects: object[], typeFields: GraphQLFieldMap<any, any>, path: string[] = [])
src/mongoDbUpdateValidation.ts:64
↓ 2 callersFunctionvalidateNonNullableFieldsTraverse
( objects: object[], typeFields: GraphQLFieldMap<any, any>, shouldAssert: ShouldAssert, isReso
src/mongoDbUpdateValidation.ts:118
↓ 2 callersFunctionvalidateUpdateArgs
(updateArgs: UpdateArgs, graphQLType: GraphQLObjectType, options: ValidateUpdateArgsOptions = defaultOptions)
src/mongoDbUpdateValidation.ts:25
↓ 2 callersFunctionwarn
(message?: any, ...optionalParams: any[])
src/logger.ts:15
↓ 2 callersFunctionwarnOfIndependentResolveFields
(type: GraphQLFieldsType)
src/graphQLFilterType.ts:135
↓ 1 callersFunctionGetOprExistsType
()
src/graphQLFilterType.ts:24
↓ 1 callersFunctionGetOprType
()
src/graphQLFilterType.ts:8
↓ 1 callersFunctionbuildFictiveSchema
(inputType: GraphQLInputType)
tests/utils/printInputType.ts:6
↓ 1 callersFunctiondescription
(test: { setOverwrite: SetOverwrite, input: boolean | undefined, expectedOverwrite: SetOverwrite })
tests/specs/mongoDbUpdate.spec.ts:373
↓ 1 callersFunctionenhanceWithNotField
(fields: GraphQLInputFieldConfigMap, scalarType: GraphQLScalarType | GraphQLEnumType)
src/graphQLFilterType.ts:131
↓ 1 callersFunctionenhanceWithRegexFields
(fields: GraphQLInputFieldConfigMap)
src/graphQLFilterType.ts:126
↓ 1 callersFunctionerror
(message?: any, ...optionalParams: any[])
src/logger.ts:21
↓ 1 callersFunctiongetEnumResolvers
(typesCache: { [key: string]: GraphQLNamedType; })
examples/apollo/src/SolutionA/makeExecutableSchema.ts:73
↓ 1 callersFunctiongetEnumResolvers
(typesCache: { [key: string]: GraphQLNamedType; })
examples/graphql-tools/src/SolutionA/makeExecutableSchema.ts:60
↓ 1 callersFunctiongetFragmentProjection
( fragmentSpreadNode: FragmentSpreadNode, graphQLFieldsType: GraphQLFieldsType, extra: { info: Gra
src/mongoDbProjection.ts:81
↓ 1 callersFunctiongetGraphQLIncType
( type: GraphQLScalarType | GraphQLEnumType | GraphQLNonNull<any> | GraphQLObjectType | GraphQLList<any>,
src/graphQLUpdateType.ts:99
↓ 1 callersFunctiongetGraphQLIncTypeFields
(type: GraphQLObjectType, ...excludedFields: string[])
src/graphQLUpdateType.ts:128
↓ 1 callersFunctiongetGraphQLInsertTypeFields
(graphQLType: GraphQLObjectType, ...excludedFields: string[])
src/graphQLInsertType.ts:14
↓ 1 callersFunctiongetGraphQLScalarFilterTypeFields
(scalarType: GraphQLLeafType, not: boolean)
src/graphQLFilterType.ts:99
↓ 1 callersFunctiongetGraphQLSetObjectTypeFields
(type: GraphQLObjectType, isInList: boolean, ...excludedFields: string[])
src/graphQLUpdateType.ts:87
↓ 1 callersFunctiongetGraphQLSetOnInsertType
( type: GraphQLScalarType | GraphQLEnumType | GraphQLNonNull<any> | GraphQLObjectType | GraphQLList<any>,
src/graphQLUpdateType.ts:26
↓ 1 callersFunctiongetGraphQLSetType
(type: GraphQLObjectType, ...excludedFields: string[])
src/graphQLUpdateType.ts:51
↓ 1 callersFunctiongetGraphQLSortTypeFields
(type: GraphQLFieldsType, ...excludedFields: string[])
src/graphQLSortType.ts:33
↓ 1 callersFunctiongetInputObjectTypeFields
(type: GraphQLFieldsType, ...excludedFields: string[])
src/graphQLFilterType.ts:77
↓ 1 callersFunctiongetLogger
()
src/logger.ts:30
↓ 1 callersFunctiongetMongoDbQueryField1
(type: GraphQLObjectType, collectionName: string)
examples/express/src/queryFieldUtil.ts:5
↓ 1 callersFunctiongetMongoDbQueryField2
(type: GraphQLObjectType, getCollection: (context: any) => Collection)
examples/express/src/queryFieldUtil.ts:14
↓ 1 callersFunctiongetOrAndFields
(type: GraphQLFieldsType, ...excludedFields: string[])
src/graphQLFilterType.ts:41
↓ 1 callersFunctiongetShouldAssert
(current: ShouldAssert, input?: boolean)
src/mongoDbUpdateValidation.ts:102
↓ 1 callersFunctiongetType
(type: GraphQLOutputType)
tests/specs/graphQLUpdateType.spec.ts:430
↓ 1 callersFunctiongetUpdateFields
(graphQLType: GraphQLObjectType, ...excludedFields: string[])
src/graphQLUpdateType.ts:18
↓ 1 callersFunctioninnerType
(type: GraphQLInputType)
examples/apollo/src/SolutionA/makeExecutableSchema.ts:66
↓ 1 callersFunctioninnerType
(type: GraphQLOutputType)
examples/apollo/src/SolutionA/directives.ts:224
↓ 1 callersFunctioninnerType
(type: GraphQLInputType)
examples/apollo/src/SolutionB/makeExecutableSchema.ts:43
↓ 1 callersFunctioninnerType
(type: GraphQLOutputType)
examples/apollo/src/SolutionB/directives.ts:191
↓ 1 callersFunctioninnerType
(type: GraphQLInputType)
examples/graphql-tools/src/SolutionA/makeExecutableSchema.ts:54
↓ 1 callersFunctioninnerType
(type: GraphQLInputType)
examples/graphql-tools/src/SolutionB/makeExecutableSchema.ts:43
↓ 1 callersFunctionisLeafTypeTypeGuard
(fieldFilter: GraphQLObjectFilter | GraphQLLeafFilter, fieldType: GraphQLObjectType | GraphQLLeafType)
src/mongoDbFilter.ts:35
↓ 1 callersFunctionisNonNullField
(graphQLType: GraphQLType)
src/common.ts:120
↓ 1 callersFunctionisPrimitive
(value: any)
src/common.ts:140
↓ 1 callersFunctionisValidDate
(date)
src/common.ts:149
↓ 1 callersFunctionomitRedundantProjection
(projection: MongoDbProjection)
src/mongoDbProjection.ts:93
↓ 1 callersFunctionparseMongoDbFilter
(type: GraphQLFieldsType, graphQLFilter: GraphQLObjectFilter, ...excludedFields: string[])
src/mongoDbFilter.ts:92
↓ 1 callersFunctionparseMongoDbLeafNoteFilter
(graphQLLeafFilterInner: GraphQLLeafFilterInner)
src/mongoDbFilter.ts:170
↓ 1 callersFunctionparseMongoDbScalarFilterOpr
(opr: MongoDbLeafOperators, graphQLFilter: GraphQLLeafFilter)
src/mongoDbFilter.ts:185
↓ 1 callersFunctionparseMongoExistsFilter
(exists: 'exists' | 'not_exists')
src/mongoDbFilter.ts:131
↓ 1 callersFunctionresolveLazyFields
(types: GraphQLInputObjectType[])
examples/apollo/src/SolutionA/makeExecutableSchema.ts:54
↓ 1 callersFunctionresolveLazyFields
(types: GraphQLInputObjectType[])
examples/apollo/src/SolutionB/makeExecutableSchema.ts:31
↓ 1 callersFunctionresolveLazyFields
(types: GraphQLInputObjectType[])
examples/graphql-tools/src/SolutionA/makeExecutableSchema.ts:42
↓ 1 callersFunctionresolveLazyFields
(types: GraphQLInputObjectType[])
examples/graphql-tools/src/SolutionB/makeExecutableSchema.ts:31
↓ 1 callersFunctiontrimFictiveParts
(schema: string, inputType: GraphQLInputType)
tests/utils/printInputType.ts:20
↓ 1 callersFunctionvalidateNonNullableFieldsOuter
( updateArgs: UpdateArgs, graphQLType: GraphQLObjectType, { overwrite, isResolvedField }: Validate
src/mongoDbUpdateValidation.ts:35
Functionaction
()
tests/specs/mongoDbFilter.spec.ts:364
FunctiongetGraphQLInsertTypeNested
( type: GraphQLScalarType | GraphQLEnumType | GraphQLNonNull<any> | GraphQLObjectType | GraphQLList<any>,
src/graphQLInsertType.ts:28
FunctiongetGraphQLObjectFilterType
( type: GraphQLScalarType | GraphQLEnumType | GraphQLNonNull<any> | GraphQLInterfaceType | GraphQLObjectTy
src/graphQLFilterType.ts:55
FunctiongetGraphQLSortTypeObject
(type: GraphQLType, ...excludedFields)
src/graphQLSortType.ts:7
MethodvisitFieldDefinition
(field: GraphQLField<any, any>)
examples/apollo/src/SolutionA/directives.ts:31
MethodvisitFieldDefinition
(field: GraphQLField<any, any>)
examples/apollo/src/SolutionA/directives.ts:38
MethodvisitFieldDefinition
(field: GraphQLField<any, any>)
examples/apollo/src/SolutionA/directives.ts:67
MethodvisitFieldDefinition
(field: GraphQLField<any, any>)
examples/apollo/src/SolutionA/directives.ts:88
MethodvisitFieldDefinition
(field: GraphQLField<any, any>)
examples/apollo/src/SolutionA/directives.ts:117
MethodvisitFieldDefinition
(field: GraphQLField<any, any>)
examples/apollo/src/SolutionA/directives.ts:139
MethodvisitFieldDefinition
(field: GraphQLField<any, any>)
examples/apollo/src/SolutionA/directives.ts:165
MethodvisitFieldDefinition
(field: GraphQLField<any, any>)
examples/apollo/src/SolutionA/directives.ts:191
MethodvisitFieldDefinition
(field: GraphQLField<any, any>)
examples/apollo/src/SolutionB/directives.ts:27
next →1–100 of 124, ranked by callers