CreateAppInput (Input)
Description
No description
Fields
| Name | Description |
|---|---|
| about - String | |
| authorName - String | |
| authorUrl - String | |
| bannerId - String | |
| comingSoon - Boolean | |
| description - String | |
| faviconId - String | |
| imageId - String | |
| name - String! | |
| networkId - String! | |
| onFreePlan - Boolean | |
| privacyPolicyUrl - String | |
| slug - String | |
| termsOfServiceUrl - String |
input CreateAppInput {
about: String
authorName: String
authorUrl: String
bannerId: String
comingSoon: Boolean
description: String
faviconId: String
imageId: String
name: String!
networkId: String!
onFreePlan: Boolean
privacyPolicyUrl: String
slug: String
termsOfServiceUrl: String
}