OBJECT
EntitySchema
==================== File contents from entity_schema.graphqls
link GraphQL Schema definition
- type EntitySchema implements Node {
- # Category of the entity. e.g. `Containers`, `Databases`, `Networking` etc.
- String! :
- # ChangeEvents for this schema
- EntitySchemaChangeEvent!] : [
- # EntityType of the entity. e.g. `AWS.EC2.Instance`, `AWS.ACM.Certificate`,
- # `VMW.VC.VM` etc.
- String! :
- # Opaque globally unique ID as per relay spec
- ID! :
- # Namespaces for this schema
- EntitySchemaNamespace!] : [
- # Properties for this schema
- EntitySchemaProperty!] : [
- # Cloud provider
- String! :
- # Relationships for this schema
- EntitySchemaRelationship!] : [
- # Cloud service resource type
- String! :
- # Cloud provider service
- String! :
- }
link Require by
- EntityPrimary Entity type in the graph, implementing the individual EntityNode interface and with additional fields permitting traversals to other entities in the entity topology and to access other graph nodes with information related to the entity.
- EntitySchemaConnectionnull
- EntitySchemaEdgenull
- EntitySchemaRelationshipnull