ReferenceGraphQL API ReferenceDirectivesupperOn this pageupperConverts a string or each string in an array to uppercase. Example: _fn @upper(ref: "name") returns the uppercased value of 'name'. directive @upper( ref: String refs: [String!]) on FIELD Arguments upper.ref ● String scalar upper.refs ● [String!] list scalar