dhay

Results 11 issues of dhay

In our applications, we use the Codahale/Dropwizard metrics library to publish our metrics to JMX. Rather than configure each metric, I'd like to grab everything under a particular domain. For...

## Description When attempting to compose a supergraph, if add the `--skip-update` flag, the composition fails. It works correctly when the flag is omitted: ### Steps to reproduce ``` $...

bug 🐞
triage

## Description I'm trying to create an AWS Lambda Layer that will have the `rover` binary already installed. This is in support of my CI pipeline needs, where I want...

docs 📝

I'm writing a custom plugin for our GraphQL server and would like to write some unit tests for it. I'm finding that I have two choices here: Figure out how...

### This bug report should include: I'm trying to upgrade to Typescript 4.7.4 and I'm getting some compile errors in the @apollo/gateway library. ``` node_modules/@apollo/gateway/src/datasources/RemoteGraphQLDataSource.ts:122:7 - error TS2774: This condition...

Often, when I'm trying to determine if we can deprecate a field, query or mutation in our GraphQL schema, I want to see if the particular field is in use....

feature-request

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Make...

core

### Issue workflow progress _Progress of the issue based on the [Contributor Workflow](https://github.com/the-guild-org/Stack/blob/master/CONTRIBUTING.md#a-typical-contributor-workflow)_ - [ ] 1. The issue provides a reproduction available on GitHub, Stackblitz or CodeSandbox > Make...

**Describe the bug** In version 1.2.1, the following update was made: > Fix bug in :meth:pytest_flask.fixtures.live_server where SESSION_COOKIE_DOMAIN was set to false due to original_server_name defaulting to "localhost". The new...

bug

I'm still seeing issues when adding a `@mixin` to a fragment. I saw https://github.com/mirumee/ariadne-codegen/issues/176, but the issue persists. In my case, I'm trying to add the mixin to the fragment...