planFeature

Graphql fields and variables for the planFeature query

Scope required: product:read

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

query planFeature ($id: ID, $code: String, $format: String) {
  planFeature (id: $id, code: $code, format: $format) {
    createdAt
    featureId
    id
    planId
    updatedAt
    value
  }
}

Arguments

Name
Type
Description

id

ID

code

String

format

String

Response

Last updated

Was this helpful?