AskBid
AskBid
running this code to see if everything working: ```ruby require "graphql/client" require "graphql/client/http" HTTP = GraphQL::Client::HTTP.new("https://x.x.x.x:3100/graphql") Schema = GraphQL::Client.load_schema(HTTP) Client = GraphQL::Client.new(schema: Schema, execute: HTTP) ``` I get this error:...
running this code ```ruby require 'gqli' GQL_CLIENT = GQLi::Client.new( "https://x.x.x.x:3100/graphql", ) ``` I get the following error: ``` Traceback (most recent call last): 14: from db/seeds.rb:20:in `' 13: from db/seeds.rb:20:in...