SetObjectTypeResult
Result of the setObjectType mutation.
type SetObjectTypeResult {
objectType: ObjectType!
}
Fields
SetObjectTypeResult.objectType
● ObjectType!
non-null object object-types
The object type that was created or updated.
Returned by
setObjectType
mutation