EdgeWorkerLocation
A rule scoping which requests an edge worker runs on.
type EdgeWorkerLocation {
operator: EdgeWorkerLocationOperator!
value: String!
}
Fields
EdgeWorkerLocation.operator ● EdgeWorkerLocationOperator! non-null enum common
The operator used to match the request path.
EdgeWorkerLocation.value ● String! non-null scalar common
The value to compare the request path against.
Member Of
EdgeWorker object