OBJECT

ExtensionConfigurationRecord

A single segment from the extensions configuration service.

link GraphQL Schema definition

1type ExtensionConfigurationRecord {
2
3# The content of the configuration segment.
4content: String!
5
6# The version of the configuration segment.
7version: String!
8
9}