Feature
Represents an individual feature.
type Feature {
id: String!
name: String!
description: String!
}
Fields
Feature.id ● String! non-null scalar
Feature.name ● String! non-null scalar
Feature.description ● String! non-null scalar
Member Of
Entitlement object