Erik O'Leary

Results 68 issues of Erik O'Leary

Can be used to address #88 Example: Bit ugly, but this at least makes using persisted queries possible: ```ts const client = new AwesomeGraphQLClient({ endpoint: server.endpoint, formatOperation: operation => {...

Add support for appending an `operationName` to graphQL operations, usage: ```tsx const graphClient = new AwesomeGraphQLClient({ endpoint: "/graphql", formatQuery: (query: DocumentNode) => print(query), getOperationName: (query: DocumentNode): string | undefined =>...

**Is your feature request related to a problem? Please describe.** It would be great if this library support persisted queries, which means the server already knows the query the client...

OperationName is useful for logging purposes, frameworks like HotChocolate have a built-in field to handle it ![image](https://github.com/lynxtaa/awesome-graphql-client/assets/969938/fc872844-c0f2-418a-9ed1-ccb4dce62c09) **Describe the solution you'd like** Pass operationName in the request payload **Describe alternatives...

- Dont require arg for jsonproperty

You should publish this as a [dotnet global tool](https://docs.microsoft.com/en-us/dotnet/core/tools/global-tools-how-to-create)

> The Interactive Brokers API is a little weird in that you don’t connect directly to their servers; you connect to their locally running desktop app, and it proxies your...

I'm not seeing it in the dapr sample, it seems to just start a sidecar that does nothing? The sample could, for example, demonstrate using a cron binding Edit: This...

area-dapr

Can't see a way to not push to the repo, like say if this is just to test if the build works to validate a PR but not push it...

### Describe the bug The documents indicate you can pass queryClient in the options passed to useMutation, but using 5.52.1, the typescript does not recognize that option. https://tanstack.com/query/latest/docs/framework/react/reference/useMutation In the...