Libraries
»
ciflows
(1.0.5)
»
Index (M)
»
Ciflows
»
Mutation
Class: Ciflows::Mutation
Inherits:
Object
Object
Ciflows::Mutation
show all
Defined in:
lib/ciflows/graphql_v2.rb
Constant Summary
collapse
ApproveJobMutation =
GraphqlV2
::
Client
.
parse
<<~'GRAPHQL'
mutation($id: ID!) {
approveJob(id: $id)
}
GRAPHQL