OBJECT
CreatePreconditionResult
Create Precondition Response type
link GraphQL Schema definition
1 type CreatePreconditionResult { 2 3 # Precondition that was created. 4 : Precondition 5 6 # Warnings generated during the operation. 7 : [String] 8 9 }