chore: it's now a Module not a GraphQLModule

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-01-13 10:42:19 +01:00
parent 55a53d7cc2
commit 2d4dfb1b98
+2 -2
View File
@@ -4,13 +4,13 @@
```ts
import { Config } from '@backstage/config';
import { GraphQLModule } from '@graphql-modules/core';
import { Logger as Logger_2 } from 'winston';
import { Module } from 'graphql-modules';
// Warning: (ae-missing-release-tag) "createModule" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export function createModule(options: ModuleOptions): Promise<GraphQLModule>;
export function createModule(options: ModuleOptions): Promise<Module>;
// Warning: (ae-missing-release-tag) "ModuleOptions" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//