DeploymentActionFilter
Filter for deployment action. All provided operators are combined with AND.
input DeploymentActionFilter {
eq: DeploymentAction
in: [DeploymentAction!]
}
Fields
DeploymentActionFilter.eq ● DeploymentAction enum {#eq}
Exact match
DeploymentActionFilter.in ● [DeploymentAction!] list enum {#in}
Match any of these actions
Member Of
DeploymentsFilter input