CompanyThemeUpdateInput
No description
input CompanyThemeUpdateInput {
clientMutationId: String
data: String
name: String
page: PageInput
status: ThemeStatus
subscribable: Boolean
id: Int!
}
Fields
CompanyThemeUpdateInput.clientMutationId
● String
scalar
CompanyThemeUpdateInput.data
● String
scalar
CompanyThemeUpdateInput.name
● String
scalar
CompanyThemeUpdateInput.page
● PageInput
input
CompanyThemeUpdateInput.status
● ThemeStatus
enum
CompanyThemeUpdateInput.subscribable
● Boolean
scalar
CompanyThemeUpdateInput.id
● Int!
non-null scalar
Member Of
companyThemeUpdate
mutation