appOfferingPublish Mutation
Creates a new, published, app offering based on the current state of a draft app offering.
Input Argument
appOfferingPublish accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
id (
ID!
)
Identifier of the draft app offering that should be copied to created a new published app offering version.
Return Fields
appOffering (
AppOffering
)
Record after mutation.
clientMutationId (
String
)
A unique identifier for the client performing the mutation.
errors (
[ValidationError!]
)
Errors encountered during the mutation.