Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to represent a GraphQL plugin.

Hierarchy

  • ServicePlugin
    • NestPlugin

Index

Properties

Methods

Properties

Static LABEL

LABEL: string = "Nest.js"

Static NAME

NAME: string = "nestjs"

Methods

Static getMakeFiles

  • getMakeFiles(): MakeFileType[]
  • Returns MakeFileType[]

Static getServices

  • getServices(): typeof Service[]
  • Return the services for the GraphQL Plugin.

    function

    getServices

    memberof

    NestPlugin

    static

    Returns typeof Service[]

    GraphQL Service.

Generated using TypeDoc