pub fn db__query__parameter__key(value: &str) -> StringExpand description
Instantiates the <key> placeholder in the attribute
DB__QUERY__PARAMETER__KEY (db.query.parameter.<key>) with a concrete value.
ยงExample
use relay_conventions::interpolate::db__query__parameter__key;
assert_eq!(db__query__parameter__key("foobar"), "db.query.parameter.foobar");