ProjectPayload
No description
type ProjectPayload {
successful: Boolean!
messages: [ValidationMessage]
result: Project
}
Fields
successful (Boolean!)
Indicates if the mutation completed successfully or not.
messages ([ValidationMessage])
A list of failed validations. May be blank or null if mutation succeeded.
result (Project)
The object created/updated/deleted by the mutation. May be null if mutation failed.
OpenTofu Foundations - A FREE Weekly Workshop to Build your IaC Skills - LIMITED AVAILABILITY