3.3.0 • Published 5 days ago

@graphql-yoga/nestjs-federation v3.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 days ago

Getting started

Install

npm i @nestjs/graphql graphql-yoga graphql @graphql-yoga/nestjs-federation

Create application module

import { YogaFederationDriver, YogaFederationDriverConfig } from '@graphql-yoga/nestjs-federation'
import { Module } from '@nestjs/common'
import { GraphQLModule } from '@nestjs/graphql'

@Module({
  imports: [
    GraphQLModule.forRoot<YogaFederationDriverConfig>({
      driver: YogaFederationDriver,
      typePaths: ['**/*.graphql']
    })
  ]
})
export class AppModule {}

Develop GraphQL

This is just a federation and gateway driver; meaning, everything else should work as showcased in NestJS federation documentation.

Contributing

If this is your first time contributing to this project, please do read our Contributor Workflow Guide before you get started off.

Feel free to open issues, pull requests and create discussions. Community support is always welcome!

Code of Conduct

Help us keep Yoga open and inclusive. Please read and follow our of Conduct as adopted from Contributor Covenant.

3.3.0

1 month ago

3.2.0

2 months ago

3.1.1

4 months ago

3.1.0

5 months ago

3.0.2

5 months ago

2.1.0

9 months ago

2.2.1

7 months ago

2.2.0

8 months ago

3.0.1

5 months ago

3.0.0

7 months ago

2.0.4

9 months ago

2.0.3

10 months ago

2.0.2

11 months ago

2.0.1

11 months ago

2.0.0

11 months ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago