Docs:
*replaceQuery (default: false): Replace "query" keyword inside the generated operations
replacePage (default: false): Replace "page" keyword inside the generated operations
Code:
replacePage: getConfigValue(rawConfig.replacePage, true),
replaceQuery: getConfigValue(rawConfig.replaceQuery, true),
as long as I understand, the second parameter is a default value. One of them is definitely wrong.