import { type Drash } from "https://deno.land/x/drash@v2.8.1/src/services/graphql/deps.ts";
const { IServerOptions } = Drash.Interfaces;
Options to help create the server object.
Properties
optional
services: IService[]optional
error_handler: new (...args: any[]) => IErrorHandler