Search Dornick
⌘K
Config
Dornick Config File
This file is a direct representation of your Dornick Edge Cache service.
- import { Config } from 'dornick'
- const config: Config = {
- config: {
- name: 'cordwain',
- originUrl: 'https://cordwain.studio/api',
- schemaPolling: {
- enabled: true,
- },
- cacheIntrospection: true,
- mutationPolicy: 'List',
- nonCacheable: [],
- security: {
- directives: {
- max: 5,
- enabled: true,
- },
- depth: {
- max: 9,
- enabled: true,
- },
- aliases: {
- max: 12,
- enabled: true,