3.3.1 • Published 1 day ago

@graphql-yoga/nestjs v3.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 day ago

Getting started

Install

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

Create application module

import { YogaDriver, YogaDriverConfig } from '@graphql-yoga/nestjs'
import { Module } from '@nestjs/common'
import { GraphQLModule } from '@nestjs/graphql'

@Module({
  imports: [
    GraphQLModule.forRoot<YogaDriverConfig>({
      driver: YogaDriver
    })
  ]
})
export class AppModule {}

Develop GraphQL

This is just a HTTP transport driver; meaning, everything else should work as showcased in NestJS documentation.

Apollo Federation

Separately, we offer a @graphql-yoga/nestjs-federation driver which allows building Apollo Federation Gateways and Services. Check it out!

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.1

1 day ago

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.1

7 months ago

2.1.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

11 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

0.3.1

1 year ago

0.3.0

1 year ago

0.1.0

1 year ago

0.2.0

1 year ago

0.0.3

2 years ago

0.0.4

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago