Waiting for engine...
Skip to main content

Environment

No description

type Environment {
id: ID!
name: String!
gateway: Gateway
settings: EnvironmentSettings
publishedName: String
classification: Classification
integrationPackEnvironmentAttachment: [IntegrationPackEnvironmentAttachment]
atoms: [Atom!]
eventStreams: EventStreamsEnvironment
}

Fields

Environment.id ● ID! non-null scalar miscellaneous

Environment.name ● String! non-null scalar miscellaneous

The name of the environment.

Environment.gateway ● Gateway object platform

The gateway associated with this environment.

Environment.settings ● EnvironmentSettings object platform

The settings configuration for this environment.

Environment.publishedName ● String scalar miscellaneous

The published name of the environment for external display.

Environment.classification ● Classification enum platform

The classification of the environment.

Environment.integrationPackEnvironmentAttachment ● [IntegrationPackEnvironmentAttachment] list object platform

Integration pack attachments for this environment.

Environment.atoms ● [Atom!] list object platform

The atoms/containers in this environment.

Environment.eventStreams ● EventStreamsEnvironment object event-streams-admin

Event Streams information about this Environment

Returned By

environment query ●  environments query ●  environmentUpdate mutation

Member Of

DeployedApi object ●  DeployedApiCallSummaryData object ●  EnvironmentMigration object ●  EventStreamsMessage object ●  EventStreamsSubscriptionMetrics object ●  EventStreamsTopic object ●  EventStreamsTopicMetrics object ●  Gateway object

Implemented By

_Entity union

On this Page