glide
glide copied to clipboard
☁ 🎡Modernize Salesforce API access with GraphQL
Closes #3 --- Adds sandbox support by adding the ability to pass a `--sandbox` (or `-s`, for short) flag to the `glide init` command. When `--sandbox` is passed to the...
When try to init to my salesforce serve it redirects to https://login.salesforce.com/ to login
During `glide init ` command, the browser window pops up and responds with successful login. But inside the console I receive this response. ``` Error: read ECONNRESET at TLSWrap.onStreamRead (internal/stream_base_commons.js:201:27)...
Currently, the authentication service does not send the correct login url when a sandbox instance url is provided to `glide init`. I suspect [this line of code](https://github.com/postlight/glide/blob/master/packages/glide-authenticate/src/lib.ts#L46) to be the...
I successfully initialized with `glide init` but the first time I try to run a query, I get: ```json { "errors": [ { "message": "expired access/refresh token", "locations": [ {...