Skip to main content
Module

x/dgql/config.ts

0 config deno full featured graphql side car. Generate gql from any datasource.
Latest
File
export const config = { get port() { return Number(Deno.env.get("GRAPHQL_PORT")) || 3000; }, get graphiql() { return Boolean(Deno.env.get("GRAPHIQL_ENABLED") ?? true); },};