planFeature
Graphql fields and variables for the planFeature query
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
Response
Last updated
Was this helpful?
