feat(BA-435): Implement GQL for querying and modifying AbusingReportConfig
#3355
Everything looks good
Found 9 changes
Breaking: 0
Dangerous: 0
Safe: 9
Safe changes
- Type AbusingReportConfig was added
- Type ModifyAbusingReportConfig was added
- Type ModifyAbusingReportConfigInput was added
- Field abusing_report_config was added to object type Queries
- Field Agent.local_config is deprecated
- Field Agent.local_config has deprecation reason Deprecated since 25.1.0; use
AbusingReportConfig
instead - Field AgentNode.local_config is deprecated
- Field AgentNode.local_config has deprecation reason Deprecated since 25.1.0; use
AbusingReportConfig
instead - Field modify_abusing_report_config was added to object type Mutations
Looking for more advanced tool? Try GraphQL Hive!
Annotations
Check notice on line 1658 in src/ai/backend/manager/api/schema.graphql
github-actions / GraphQL Inspector
Type 'AbusingReportConfig' was added
Type 'AbusingReportConfig' was added
Check notice on line 2733 in src/ai/backend/manager/api/schema.graphql
github-actions / GraphQL Inspector
Type 'ModifyAbusingReportConfig' was added
Type 'ModifyAbusingReportConfig' was added
Check notice on line 2739 in src/ai/backend/manager/api/schema.graphql
github-actions / GraphQL Inspector
Type 'ModifyAbusingReportConfigInput' was added
Type 'ModifyAbusingReportConfigInput' was added
Check notice on line 225 in src/ai/backend/manager/api/schema.graphql
github-actions / GraphQL Inspector
Field 'abusing_report_config' was added to object type 'Queries'
Field 'abusing_report_config' was added to object type 'Queries'
Check notice on line 255 in src/ai/backend/manager/api/schema.graphql
github-actions / GraphQL Inspector
Field 'Agent.local_config' is deprecated
Field 'Agent.local_config' is deprecated
Check notice on line 255 in src/ai/backend/manager/api/schema.graphql
github-actions / GraphQL Inspector
Field 'Agent.local_config' has deprecation reason 'Deprecated since 25.1.0; use `AbusingReportConfig` instead'
Field 'Agent.local_config' has deprecation reason 'Deprecated since 25.1.0; use `AbusingReportConfig` instead'
Check notice on line 568 in src/ai/backend/manager/api/schema.graphql
github-actions / GraphQL Inspector
Field 'AgentNode.local_config' is deprecated
Field 'AgentNode.local_config' is deprecated
Check notice on line 568 in src/ai/backend/manager/api/schema.graphql
github-actions / GraphQL Inspector
Field 'AgentNode.local_config' has deprecation reason 'Deprecated since 25.1.0; use `AbusingReportConfig` instead'
Field 'AgentNode.local_config' has deprecation reason 'Deprecated since 25.1.0; use `AbusingReportConfig` instead'
Check notice on line 1880 in src/ai/backend/manager/api/schema.graphql
github-actions / GraphQL Inspector
Field 'modify_abusing_report_config' was added to object type 'Mutations'
Field 'modify_abusing_report_config' was added to object type 'Mutations'