Skip to content
#

execution

Here are 153 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
cryptochassis
cryptochassis commented Apr 14, 2021

Describe the solution you'd like
SWIG was used to create Python bindings for this library. Currently the procedure documented at https://github.com/crypto-chassis/ccapi/tree/v3.4.2#python isn't applicable for creating Python bindings on Windows. Modify the CMake files used in the build process to create successful Python bindings using MinGW (if you can also make it work for MSVC that will be

good first issue

Directord is a powerful automation platform and protocol built to drive infrastructure and applications across the physical, edge, IoT, and cloud boundaries; efficient, pseudo-real-time, at scale, made simple.

  • Updated Jan 21, 2022
  • Python

Improve this page

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

Learn more