@@ -13,9 +13,6 @@ class TeamType < DefaultObject
1313 field :dbid , GraphQL ::Types ::Int , null : true
1414 field :members_count , GraphQL ::Types ::Int , null : true
1515 field :permissions , GraphQL ::Types ::String , null : true
16- field :get_embed_whitelist , GraphQL ::Types ::String , null : true
17- field :get_report_design_image_template , GraphQL ::Types ::String , null : true
18- field :get_status_target_turnaround , GraphQL ::Types ::String , null : true
1916 field :search_id , GraphQL ::Types ::String , null : true
2017 field :search , CheckSearchType , null : true
2118 field :check_search_trash , CheckSearchType , null : true
@@ -25,7 +22,6 @@ class TeamType < DefaultObject
2522 field :public_team_id , GraphQL ::Types ::String , null : true
2623 field :permissions_info , JsonStringType , null : true
2724 field :dynamic_search_fields_json_schema , JsonStringType , null : true
28- field :get_rules , JsonStringType , null : true
2925 field :rules_json_schema , GraphQL ::Types ::String , null : true
3026 field :rules_search_fields_json_schema , JsonStringType , null : true
3127 field :medias_count , GraphQL ::Types ::Int , null : true
@@ -34,7 +30,6 @@ class TeamType < DefaultObject
3430 field :unconfirmed_count , GraphQL ::Types ::Int , null : true
3531 field :get_language_detection , GraphQL ::Types ::Boolean , null : true
3632 field :get_report , JsonStringType , null : true
37- field :get_fieldsets , JsonStringType , null : true
3833 field :url , GraphQL ::Types ::String , null : true
3934 field :data_report , JsonStringType , null : true
4035 field :available_newsletter_header_types , JsonStringType , null : true # List of header type strings
@@ -126,6 +121,12 @@ def get_explainers_enabled
126121 object . get_explainers_enabled
127122 end
128123
124+ field :get_tipline_newsletter_enabled , GraphQL ::Types ::Boolean , null : true
125+
126+ def get_tipline_newsletter_enabled
127+ object . get_tipline_newsletter_enabled
128+ end
129+
129130 field :public_team , PublicTeamType , null : true
130131
131132 def public_team
0 commit comments