Yeast or Fermentation Terms
Yeast or Fermentation Terms used by BJCP
Query
query getYeastTerms {
yeastTerms(sort: "id") {
data {
id
attributes {
name
description
}
}
}
}
JSON Response
{
"data": {
"yeastTerms": {
"data": [
{
"id": "7",
"attributes": {
"name": "Clean fermentation profile",
"description": "The quality of having very low to no yeast-derived fermentation byproducts in the finished beer, typically implying that there are no esters, diacetyl, acetaldehyde, ..."
}
},
],
},
},
}