profile_relationship_bool_exp
Boolean expression to filter rows from the table "profile_relationship". All fields are combined with a logical 'AND'.
input profile_relationship_bool_exp {
  _and: [profile_relationship_bool_exp!]
  _not: profile_relationship_bool_exp
  _or: [profile_relationship_bool_exp!]
  receiver: profile_bool_exp
  receiver_address: String_comparison_exp
  sender: profile_bool_exp
  sender_address: String_comparison_exp
  subspace: String_comparison_exp
}