feature

Graphql fields and variables for the feature query

Scope required: product:read

For a complete list of possible response fields see the Feature type.

query feature ($id: ID, $code: String, $format: String) {
  feature (id: $id, code: $code, format: $format) {
    code
    createdAt
    description
    id
    isProvisioned
    isUnit
    isVisible
    name
    position
    productId
    unitName
    updatedAt
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?