Questions tagged [graphqlclient]

18 questions
0
votes
1 answer

SSL failure when connecting from quarkus smallrye-graphql-client to apollo-server

I'm currently struggeling with https connection from quarkus using the smallrye-graphql-client to an apollo-server. I have created self-signed-certificates and used them for the apollo-server. When calling a query I get the following SSL…
0
votes
0 answers

Graphql-Client ruby OpenSSL::SSL::SSLError

I am trying to test if I can connect to a graphql API from a rails backend by using graphql-client with the following code: require "graphql/client" require "graphql/client/http" HTTP = GraphQL::Client::HTTP.new("https://x.x.x.x:3100/graphql")…
user3755529
  • 1,050
  • 1
  • 10
  • 30
0
votes
1 answer

Task 'generateApolloSources' not found in root project

I am using apollo graphql client in java code. My gradle file is plugins { id 'org.springframework.boot' version '2.2.6.RELEASE' id 'io.spring.dependency-management' version '1.0.9.RELEASE' id 'java' } group = 'com.example' version =…
1
2