Skip to main content

EnvironmentsFilter

Filters for narrowing the environments list. All filters are optional and combine with AND logic.

input EnvironmentsFilter {
projectId: IdFilter
id: StringFilter
attributes: [AttributeFilter!]
}

Fields

EnvironmentsFilter.projectId ● IdFilter input {#project-id}

Filter to environments belonging to a specific project.

EnvironmentsFilter.id ● StringFilter input {#id}

Filter by environment identifier (supports exact match and in list).

EnvironmentsFilter.attributes ● [AttributeFilter!] list input {#attributes}

Match by the environment's effective attributes, including those inherited from its project. Each entry targets one attribute key; multiple entries are combined with AND.

Member Of

environments query