escapeKeyword
Returns a safe Kotlin identifier for the given GraphQL name.
Hard keywords and problematic soft keywords are escaped by appending Value (e.g. private ->privateValue). Names starting with a digit are prefixed with _. All other names are returned unchanged.