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