Skip to content

WIP: Alternative Idea to multiple Endpoints #193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

MaaxGr
Copy link

@MaaxGr MaaxGr commented Jul 17, 2022

Allows multiple plugin installations:

install(GraphQL.FeatureInstance("graphql1")) {
 endpoint = "/graphql1"
}

install(GraphQL.FeatureInstance("graphql2")) {
 endpoint = "/graphql2"
}

@MaaxGr MaaxGr changed the title Alternative Idea to multiple Endpoints WIP: Alternative Idea to multiple Endpoints Jul 17, 2022
@jeggy jeggy merged commit 026ba18 into aPureBase:main Oct 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants