title_case
Return a titlecased version of the string where words start with an
uppercase character and the remaining characters are lowercase.
link GraphQL Schema definition
- directive @title_case on FIELD | FRAGMENT_SPREAD | INLINE_FRAGMENT
link Require by
This element is not required by anyone