Skip to main content

DisableFeatureInput

Input for enableFeature mutation.

input DisableFeatureInput {
feature: String!
parkId: ResidentialParkID
role: SecurityRole
userId: UserID
}

Fields

DisableFeatureInput.feature ● String! non-null scalar

The name of the feature to enable.

DisableFeatureInput.parkId ● ResidentialParkID scalar

The id of the residential park the feature is restricted to

DisableFeatureInput.role ● SecurityRole enum

The role this feature is restricted to

DisableFeatureInput.userId ● UserID scalar

The id of the user to enable the feature for

Member Of

disableFeature mutation