OBJECT
Ownership
Ownership record
link GraphQL Schema definition
- type Ownership {
- # Addres of the ownership
- Address :
- # Ownership beginning at
- ISO8601DateTime :
- # Ownership ceased at
- ISO8601DateTime :
- # Contact of the ownership
- Contact :
- # ID of ownership
- ID! :
- # the ownershipType of the ownership
- OwnershipTypeEnum :
- }
link Require by
- AddressAddress
- ContactContact
- CreateOwnershipPayloadAutogenerated return type of CreateOwnership
- DestroyOwnershipPayloadAutogenerated return type of DestroyOwnership
- OwnershipConnectionThe connection type for Ownership.
- OwnershipEdgeAn edge in a connection.
- QueryThe query root of this schema
- UpdateOwnershipPayloadAutogenerated return type of UpdateOwnership