I've found that calling server.graphqlGateway.refresh() doesn't update the application schema. From investigation the federated services are successfully called and their respective schemas built but the refresh function doesn't call app.graphql.replaceSchema(schema)
I've found that calling
server.graphqlGateway.refresh()
doesn't update the application schema. From investigation the federated services are successfully called and their respective schemas built but the refresh function doesn't callapp.graphql.replaceSchema(schema)
I'll try to submit a PR shortly.