Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

FieldLogLevel

import type { FieldLogLevel } from "https://aws-api.deno.dev/v0.3/services/appsync.ts?docs=full";
type FieldLogLevel =
| "NONE"
| "ERROR"
| "ALL"

§Type

§
"NONE" | "ERROR" | "ALL" | cmnP.UnexpectedEnumValue
[src]