DevPortal
Configuration for a developer portal including theme, branding, and environment settings.
type DevPortal {
id: ID!
internalName: String
theme: DevPortalTheme
environmentFilterEnabled: Boolean
gateway: Gateway
}
Fields
DevPortal.id ● ID! non-null scalar miscellaneous
Gateway ID
DevPortal.internalName ● String scalar miscellaneous
The internal name of the devportal
DevPortal.theme ● DevPortalTheme object platform
The theme configuration of the devportal.
DevPortal.environmentFilterEnabled ● Boolean scalar miscellaneous
Environment filter status
DevPortal.gateway ● Gateway object platform
Gateway attached to the dev portal
Returned By
devPortal query
Was this topic helpful?