OBJECT

CreatePreconditionResult

Create Precondition Response type

link GraphQL Schema definition

1type CreatePreconditionResult {
2
3# Precondition that was created.
4precondition: Precondition
5
6# Warnings generated during the operation.
7warnings: [String]
8
9}