Skip to content
#

introspection

Here are 156 public repositories matching this topic...

sherodtaylor
sherodtaylor commented Jun 16, 2021

It seems like graphql parser doesn't like graphql comments in the schemas? This is using the federated proxy example.

build base schema: parse graphql document string: external: unexpected token - got: COMMENT want one of: [], locations:

remote schema

input UserInput {
    userID: Int
	# Some comment
	place: String
}

good first issue
cgaebel
cgaebel commented Mar 30, 2022

In this simple Go example, it's clear that Go's stack switch causes stacktraces to wander off the right hand side of the screen. I think this is easy to fix: when trace_writer.ml, sees the symbol runtime.newstack, it should mark all currently-open stack frames as closed.

I'm not sure if there is any more custom control flow in Go code. e.g. d

bug good first issue

Improve this page

Add a description, image, and links to the introspection topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the introspection topic, visit your repo's landing page and select "manage topics."

Learn more