AccountListRelationFilter: { // input type
    every?: NexusGenInputs['AccountWhereInput'] | null; // AccountWhereInput
    none?: NexusGenInputs['AccountWhereInput'] | null; // AccountWhereInput
    some?: NexusGenInputs['AccountWhereInput'] | null; // AccountWhereInput
  }