ReferenceGraphQL API ReferenceDirectiveslowerOn this pagelowerConverts a string or each string in an array to lowercase. Example: _fn @lower(ref: "name") returns the lowercased value of 'name'. directive @lower( ref: String refs: [String!]) on FIELD Arguments lower.ref ● String scalar lower.refs ● [String!] list scalar