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]
  • createFinOpsReport(input: 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]
  • deleteFinOpsReport(id: ID!): Boolean
  • }