INTERFACE

RoutingSegment

link GraphQL Schema definition

  • interface RoutingSegment {
  • # The operator determines if any, all, or none of the values of the segment must
  • # match.
  • logicalOperator: RoutingSegmentLogicalOperator!
  • }