Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igortoliveira/63b454a7e23215770860ed417978b8ec to your computer and use it in GitHub Desktop.
Save igortoliveira/63b454a7e23215770860ed417978b8ec to your computer and use it in GitHub Desktop.
{:com.walmartlabs.lacinia.parser/arguments-extractor nil,
:selections
[{:com.walmartlabs.lacinia.parser/arguments-extractor nil,
:selections
[{:com.walmartlabs.lacinia.parser/arguments-extractor nil,
:selections
[{:com.walmartlabs.lacinia.parser/arguments-extractor nil,
:arguments nil,
:reportable-arguments nil,
:field :title,
:selection-type :field,
:alias :title,
:leaf? true,
:query-path [:blog :blogConnection :edges :node :title],
:concrete-type? true,
:field-definition
{:type {:kind :non-null, :type {:kind :root, :type :String}},
:isDeprecated false,
:field-name :title,
:args nil,
:type-name :BlogNode,
:resolve
#object[clojure.lang.AFunction$1 0x248c4f7b "clojure.lang.AFunction$1@248c4f7b"],
:selector
#object[com.walmartlabs.lacinia.schema$assemble_selector$fn__8537 0x5c46e491 "com.walmartlabs.lacinia.schema$assemble_selector$fn__8537@5c46e491"]},
:location {:line 5, :column 13},
:directives nil}],
:arguments nil,
:reportable-arguments nil,
:field :node,
:selection-type :field,
:alias :node,
:leaf? false,
:query-path [:blog :blogConnection :edges :node],
:concrete-type? true,
:field-definition
{:type {:kind :non-null, :type {:kind :root, :type :BlogNode}},
:isDeprecated false,
:field-name :node,
:args nil,
:type-name :BlogEdgeItem,
:resolve
#object[clojure.lang.AFunction$1 0x4a534544 "clojure.lang.AFunction$1@4a534544"],
:selector
#object[com.walmartlabs.lacinia.schema$assemble_selector$fn__8537 0x51eed5df "com.walmartlabs.lacinia.schema$assemble_selector$fn__8537@51eed5df"]},
:location {:line 4, :column 12},
:directives nil}],
:arguments nil,
:reportable-arguments nil,
:field :edges,
:selection-type :field,
:alias :edges,
:leaf? false,
:query-path [:blog :blogConnection :edges],
:concrete-type? true,
:field-definition
{:type
{:kind :non-null,
:type
{:kind :list,
:type
{:kind :non-null, :type {:kind :root, :type :BlogEdgeItem}}}},
:isDeprecated false,
:field-name :edges,
:args nil,
:type-name :BlogConnection,
:resolve
#object[clojure.lang.AFunction$1 0x4758d78 "clojure.lang.AFunction$1@4758d78"],
:selector
#object[com.walmartlabs.lacinia.schema$assemble_selector$fn__8537 0x4063b267 "com.walmartlabs.lacinia.schema$assemble_selector$fn__8537@4063b267"]},
:location {:line 3, :column 30},
:directives nil}],
:arguments {:first 10},
:reportable-arguments {:first "10"},
:field :blogConnection,
:selection-type :field,
:alias :blogConnection,
:leaf? false,
:query-path [:blog :blogConnection],
:concrete-type? true,
:field-definition
{:type {:kind :non-null, :type {:kind :root, :type :BlogConnection}},
:isDeprecated false,
:args
{:first {:type {:kind :root, :type :Int}, :arg-name :first},
:after {:type {:kind :root, :type :String}, :arg-name :after},
:before {:type {:kind :root, :type :String}, :arg-name :before}},
:resolve
#object[com.walmartlabs.lacinia.schema$wrap_resolver_to_ensure_resolver_result$fn__8514 0x499e43fe "com.walmartlabs.lacinia.schema$wrap_resolver_to_ensure_resolver_result$fn__8514@499e43fe"],
:field-name :blogConnection,
:type-name :Blog,
:selector
#object[com.walmartlabs.lacinia.schema$assemble_selector$fn__8537 0x5ac85860 "com.walmartlabs.lacinia.schema$assemble_selector$fn__8537@5ac85860"]},
:location {:line 2, :column 6},
:directives nil}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment