TenantUpdateInput
No description
input TenantUpdateInput {
isActive: Boolean
name: String
slug: String
}
Fields
TenantUpdateInput.isActive ● Boolean scalar
TenantUpdateInput.name ● String scalar
TenantUpdateInput.slug ● String scalar
Member Of
tenantUpdate mutation