Closed MaaxGr closed 2 years ago
Allows multiple plugin installations:
install(GraphQL.FeatureInstance("graphql1")) { endpoint = "/graphql1" } install(GraphQL.FeatureInstance("graphql2")) { endpoint = "/graphql2" }
Allows multiple plugin installations: