Skip to main content

EnableFeatureInput

Input for enableFeature mutation.

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

Fields

EnableFeatureInput.feature ● String! non-null scalar

The name of the feature to enable.

EnableFeatureInput.parkId ● ResidentialParkID scalar

The id of the residential park the feature is restricted to

EnableFeatureInput.role ● SecurityRole enum

The role this feature is restricted to

EnableFeatureInput.userId ● UserID scalar

The id of the user to enable the feature for

Member Of

enableFeature mutation