UNPKG

@accounts/module-core

Version:

Server side GraphQL transport for accounts

7 lines (6 loc) 283 B
declare const _default: ({ rootQueryName, rootMutationName, withSchemaDefinition, }: { rootQueryName?: string | undefined; rootMutationName?: string | undefined; withSchemaDefinition?: boolean | undefined; }) => import("graphql").DocumentNode[]; export default _default;