Sha256: e03d3cc33a3476ceada68945e7a7950798cdc3c11bbb27d9152b76f99549d6ab
Contents?: true
Size: 262 Bytes
Versions: 39
Compression:
Stored size: 262 Bytes
Contents
# We need the raw records, but also the proxy so we can grab stats module GraphitiGql class Schema class ResponseShim attr_reader :data, :proxy def initialize(data, proxy) @data = data @proxy = proxy end end end end
Version data entries
39 entries across 39 versions & 1 rubygems