Skip to content
#

complexity-analysis

Here are 145 public repositories matching this topic...

rht
rht commented Mar 25, 2022

Currently, it uses up all the CPUs available in a system. This causes complication with the tutorial for Windows, where a nasty workaround is needed for multiprocessing (i.e. the freeze_support).

Then, if number_processes is > 1 and on Windows, we show a warning that tells user to add freeze_support() (we pre-emptively tell the user of this issue instead of waiting for it to happen). Th

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

Improve this page

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

Learn more