UNPKG

@graphql-yoga/nestjs

Version:

GraphQL Yoga driver for NestJS GraphQL.

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