INPUT_OBJECT

Exclusion

Description

Exclusion represents a path or pattern defining the excluded data from.

link GraphQL Schema definition

  • input Exclusion {
  • # Path excludes paths relative to the excluder's root.
  • # Does not distinguish between files and directories.
  • path: String
  • # Pattern excludes paths using glob patterns, relative to the root.
  • # Directories are indicated with a trailing /.
  • pattern: String
  • }