CreateDependentResult
Successful result of creating a dependent
type CreateDependentResult {
dependent: Dependent!
}
Fields
CreateDependentResult.dependent ● Dependent! non-null object
The dependent that was created
Implemented By
CreateDependentResponse union