App (Object)
Description
No description
Fields
| Name | Description | 
|---|---|
| about - String | |
| authMemberInstallation - AppInstallation | |
| authorName - String | |
| authorUrl - String | |
| banner - Media | |
| bannerId - ID | |
| clientId - String | |
| clientSecret - String | |
| comingSoon - Boolean! | |
| createdAt - DateTime! | |
| createdBy - Member | |
| createdById - ID | |
| customCodes - AppCustomCodes | |
| description - String | |
| docsUrl - String | |
| dynamicBlocks - [DynamicBlock!] | |
| embedIds - [ID!]! | |
| embeds - [Embed!] | |
| enabledContexts - [PermissionContext!] | |
| favicon - Media | |
| faviconId - ID | |
| federatedSearchEnabled - Boolean! | |
| globalBanner - Media | |
| globalEmbeds - [Embed!] | |
| globalFavicon - Media | |
| globalImage - Media | |
| globalImages - [Media!] | |
| globalNetwork - PluralNetwork | |
| id - ID! | |
| image - Media | |
| imageId - ID | |
| imageIds - [ID!]! | |
| images - [Media!] | |
| installed - Boolean | |
| isConsentManagementPlatform - Boolean | Whether the app is a consent management platform | 
| locked - Boolean! | |
| name - String! | |
| network - Network | |
| networkId - ID! | |
| onFreePlan - Boolean | |
| privacyPolicyUrl - String | |
| privatelyPublished - Boolean | |
| requiredPermissions - [PrimaryScopes!]! | |
| secretToken - String | |
| settingsBlock - DynamicBlock | |
| slug - String! | |
| standing - StoreItemStanding! | |
| status - StoreItemStatus! | |
| termsOfServiceUrl - String | |
| updatedAt - DateTime! | |
| updatedBy - Member | |
| updatedById - ID | |
| webhookSignSecret - String | |
| webhookSubscriptions - [String!] | |
| webhookUrl - String | 
type App {
  about: String
  authMemberInstallation: AppInstallation
  authorName: String
  authorUrl: String
  banner: Media
  bannerId: ID
  clientId: String
  clientSecret: String
  comingSoon: Boolean!
  createdAt: DateTime!
  createdBy: Member
  createdById: ID
  customCodes: AppCustomCodes
  description: String
  docsUrl: String
  dynamicBlocks: [DynamicBlock!]
  embedIds: [ID!]!
  embeds: [Embed!]
  enabledContexts: [PermissionContext!] @deprecated
  favicon: Media
  faviconId: ID
  federatedSearchEnabled: Boolean!
  globalBanner: Media
  globalEmbeds: [Embed!]
  globalFavicon: Media
  globalImage: Media
  globalImages: [Media!]
  globalNetwork: PluralNetwork @deprecated
  id: ID!
  image: Media
  imageId: ID
  imageIds: [ID!]!
  images: [Media!]
  installed: Boolean
  isConsentManagementPlatform: Boolean
  locked: Boolean!
  name: String!
  network: Network
  networkId: ID!
  onFreePlan: Boolean
  privacyPolicyUrl: String
  privatelyPublished: Boolean
  requiredPermissions: [PrimaryScopes!]!
  secretToken: String
  settingsBlock: DynamicBlock
  slug: String!
  standing: StoreItemStanding!
  status: StoreItemStatus!
  termsOfServiceUrl: String
  updatedAt: DateTime!
  updatedBy: Member
  updatedById: ID
  webhookSignSecret: String
  webhookSubscriptions: [String!]
  webhookUrl: String
}