Skip to content

More than one client url #24

Description

@RicardoRB

Is your feature request related to a problem? Please describe.
At the moment it is just possible to have one URL client

graphql:
  client:
    url: https://graphql.github.com/graphql

Describe the solution you'd like
Define by application.yml your own URLs

app:
  graphql:
    one-client:
      url: https://graphql.github.com/graphql
   two-client:
      url: https://graphql.github.com/graphqltwo

Describe alternatives you've considered

Using RestTemplate you can define URL as you want

restTemplate.postForObject(url, httpEntity, ResponseDto.class)

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions