UpdateAppInput (Input)
Description
No description
Fields
Name | Description |
---|---|
about - String | |
authorName - String | |
authorUrl - String | |
bannerId - String | |
comingSoon - Boolean | |
customCodes - UpdateAppCustomCodes | |
description - String | |
docsUrl - String | |
faviconId - String | |
imageId - String | |
name - String | |
onFreePlan - Boolean | |
privacyPolicyUrl - String | |
requiredPermissions - [PrimaryScopes!] | |
slug - String | |
termsOfServiceUrl - String | |
webhookSubscriptions - [String!] | |
webhookUrl - String |
input UpdateAppInput {
about: String
authorName: String
authorUrl: String
bannerId: String
comingSoon: Boolean
customCodes: UpdateAppCustomCodes
description: String
docsUrl: String
faviconId: String
imageId: String
name: String
onFreePlan: Boolean
privacyPolicyUrl: String
requiredPermissions: [PrimaryScopes!]
slug: String
termsOfServiceUrl: String
webhookSubscriptions: [String!]
webhookUrl: String
}