Skip to main content

db__query__parameter__key

Function db__query__parameter__key 

Source
pub fn db__query__parameter__key(value: &str) -> String
Expand 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");