Skip to content
#

printing

Here are 369 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
ghacupha
ghacupha commented Aug 14, 2018

Expected Behavior

We need to increase test coverage in the core module, on which all other modules depend

Current Behavior

The current coverage for the core module is at 76%. Room for improvement.

Possible Solution

-Stick to Junit as amuch as possible. Mockito may not be necessary. We can generate class and XSDs to do round-t

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the printing 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 printing topic, visit your repo's landing page and select "manage topics."

Learn more