Class: Ciflows::Mutation

Inherits:
Object
  • Object
show all
Defined in:
lib/ciflows/graphql_v2.rb

Constant Summary collapse

ApproveJobMutation =
GraphqlV2::Client.parse <<~'GRAPHQL'
  mutation($id: ID!) {
    approveJob(id: $id)
  }
GRAPHQL