nohehf

Results 22 comments of nohehf

Isn't there any way to start the terminal without relying on spotlight?

Planned new flow and architecture: ```mermaid graph TD cli(CLI) --> |params| introspection(introspection) introspection --> |introspection query| parsing(parsing) parsing --> |sanitized introspection| formatting(formatting) formatting --> |query strings & params| converter(conversion) converter...

Thanks for reporting, will investigate ASAP!

Oh yes, thanks @c3b5aw it must be a typo. You're right, we should raise a special error for this. I'll make sure to do it in the refactor #2

Nice! It's `deno run --allow-net --allow-read ...`: https://deno.land/manual/getting_started/command_line_interface

What would you be interested in / what auth type do you use (tokens, API keys...) ?

Hey @swangy, while full env support isn't available right now, bearer token auth is now supported, see #16. You can use it with: `deno run [...] --auth=AUTHORIZATION_TOKEN` !

That's a great idea, and it should be easy to do with the existing codebase! Adding it to my to-do list, thanks for the suggestion! PS: The exported postman collection...

I believe that we should include a graphql api in the graphman repo for testing purposes.