Skip to content
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

Add more options to GraphQL Handler #480

Merged
merged 2 commits into from May 27, 2020
Merged

Add more options to GraphQL Handler #480

merged 2 commits into from May 27, 2020

Conversation

ardatan
Copy link
Owner

@ardatan ardatan commented May 27, 2020

More options are added to GraphQL Handler included useGETForQueries
Related #478

  """
  A url to your remote GraphQL endpoint
  """
  endpoint: String!
  """
  JSON object representing the Headers to add to the runtime of the API calls
  """
  headers: JSON
  """
  Use HTTP GET for Query operations
  """
  useGETForQueries: Boolean
  """
  HTTP method used for GraphQL operations
  """
  method: GraphQLHandlerHTTPMethod
  """
  Enable GraphQL Subscriptions using WebSocket
  """
  enableSubscriptions: Boolean
  """
  Path to a custom W3 Compatible Fetch Implementation
  """
  customFetch: String
  """
  Path to a custom W3 Compatible WebSocket Implementation
  """
  webSocketImpl: String

@theguild-bot
Copy link
Collaborator

The latest changes of this PR are available as alpha in npm: 0.1.19-alpha-416e50fe.0

Quickly update your package.json by running:

npx match-version @graphql-mesh 0.1.19-alpha-416e50fe.0

@ardatan ardatan merged commit dd9eeeb into master May 27, 2020
@ardatan ardatan deleted the use-get-for-queries branch June 3, 2020 15:03
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.

None yet

2 participants