OBJECT
FinOpsReportMutation
link GraphQL Schema definition
- type FinOpsReportMutation {
- # Create a new Report
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # input: [Not documented]
- FinOpsReportInput): FinOpsReport ( :
- # Delete a Report
- #
- # **NOTE:** This API/functionality is in Alpha, This functionality can be unstable
- # and schema elements may change over future iterations.
- #
- # Arguments
- # id: [Not documented]
- ID!): Boolean ( :
- }