OBJECT
ManagedId
Description
Object ID and type.
link GraphQL Schema definition
- type ManagedId {
- # Object ID.
- : String!
- # Object type.
- : ManagedObjectType!
- }
OBJECT
Object ID and type.
- type ManagedId {
- # Object ID.
- : String!
- # Object type.
- : ManagedObjectType!
- }