I need to access two different graphql endpoints from a project, where each endpoint has a different schema. I'm currently keeping two different copies of graphql.config.json that I swap between as needed. Is there a better way to handle this? If not, consider this an enhancement request.