UNPKG

@graphql-yoga/nestjs

Version:

GraphQL Yoga driver for NestJS GraphQL.

6 lines (5 loc) 94 B
export interface Cat { readonly id: number readonly name: string readonly age: number }