OBJECT

PrintFilter

a Print Filter

link GraphQL Schema definition

  • type PrintFilter {
  • # Print Filter creation time
  • createdAt: DateTime!
  • # Print filter identifier
  • id: UUID!
  • # Print filter name
  • name: String!
  • # Organization Unit
  • organizationUnit: OrganizationUnit!
  • }