OBJECT

ClassificationPolicyDetailEdge

Description

Wrapper around the ClassificationPolicyDetail object. This wrapper is used for pagination.

link GraphQL Schema definition

  • type ClassificationPolicyDetailEdge {
  • # String used to identify this edge.
  • cursor: String!
  • # The actual ClassificationPolicyDetail object wrapped by this edge.
  • node: ClassificationPolicyDetail!
  • }