Cordwain Labs cordwain https://cordwain.dornick.dev API Playground

Config

Dornick Config File

This file is a direct representation of your Dornick Edge Cache service.

  1. import { Config } from 'dornick'
  2. const config: Config = {
  3. config: {
  4. name: 'cordwain',
  5. originUrl: 'https://cordwain.studio/api',
  6. schemaPolling: {
  7. enabled: true,
  8. },
  9. cacheIntrospection: true,
  10. mutationPolicy: 'List',
  11. nonCacheable: [],
  12. security: {
  13. directives: {
  14. max: 5,
  15. enabled: true,
  16. },
  17. depth: {
  18. max: 9,
  19. enabled: true,
  20. },
  21. aliases: {
  22. max: 12,
  23. enabled: true,