ComponentPermissionListFilterInput
Used to filter by a connection-based property. Fields are joined by AND
input ComponentPermissionListFilterInput {
all: ComponentPermissionFilterInput
any: ComponentPermissionFilterInput
none: ComponentPermissionFilterInput
}
Fields
ComponentPermissionListFilterInput.all ● ComponentPermissionFilterInput input
Filters for nodes where all of the related nodes match this filter
ComponentPermissionListFilterInput.any ● ComponentPermissionFilterInput input
Filters for nodes where any of the related nodes match this filter
ComponentPermissionListFilterInput.none ● ComponentPermissionFilterInput input
Filters for nodes where none of the related nodes match this filter
Member of
ComponentFilterInput input