frami
frami
Hi guys, I'm so sorry. I will resume the development of the project with some changes. If someone is still interested, they will be welcome. Also, I'm going to look...
Are your using Apollo as graphql server?
Can you execute this query and post the result? ```graphql query IntrospectionQuery { __schema { queryType { name description kind} mutationType { name description kind } subscriptionType { name description...
Hello @mlapeyre3 Sorry for the delay. To document a parameter with the IDL place the comment just before You can see an example in the [IDL of the mutation](https://github.com/2fd/graphdoc/blob/master/test/starwars.graphql#L73-L80) and...
I will add an extra parameter `--insecure` in a future version to cover these cases At the moment you can try with `NODE_TLS_REJECT_UNAUTHORIZED=0 graphdoc ...`
This tool does not have an API to use it from code, at least not yet. If you want to run it that way you can use [`child_process.exec`](https://nodejs.org/dist/latest-v8.x/docs/api/child_process.html#child_process_child_process_exec_command_options_callback)
I was thinking to make that part of the plugin configurable to be able to choose between some of the [ace´s themes](https://github.com/ajaxorg/ace/tree/master/lib/ace/theme) or use an arbitrary CSS file. Would that...