productBacklogCreate Mutation
Creates a new product backlog.
Input Argument
productBacklogCreate accepts a single input
argument, an input type,
which contains the values it uses.
The fields inside input
are:
String
)
A unique identifier for the client performing the mutation.
String
)
Description of the product backlog.
[AttachmentInput!]
)
The attachments used in the description
field.
Boolean
)
Whether the backlog may not be used to place items on.
String!
)
Name of the product backlog.
String
)
The hyperlink to the image file for the record.
ID
)
Identifier of the person responsible for maximizing the value of the work done based on this product backlog.
String
)
An identifier for the client application submitting the resource or the name of an external system.
String
)
The unique identifier of the resource in an external system.
Return Fields
String
)
A unique identifier for the client performing the mutation.
[ValidationError!]
)
Errors encountered during the mutation.
ProductBacklog
)
Record after mutation.