Skip to main content

ProjectPermissionListFilterInput

Used to filter by a connection-based property. Fields are joined by AND

input ProjectPermissionListFilterInput {
all: ProjectPermissionFilterInput
any: ProjectPermissionFilterInput
none: ProjectPermissionFilterInput
}

Fields

ProjectPermissionListFilterInput.all ● ProjectPermissionFilterInput input

Filters for nodes where all of the related nodes match this filter

ProjectPermissionListFilterInput.any ● ProjectPermissionFilterInput input

Filters for nodes where any of the related nodes match this filter

ProjectPermissionListFilterInput.none ● ProjectPermissionFilterInput input

Filters for nodes where none of the related nodes match this filter

Member of

ProjectFilterInput input