issues Search Results · repo:ExpediaGroup/graphql-component language:JavaScript
Filter by
19 results
(87 ms)19 results
inExpediaGroup/graphql-component (press backspace or delete to remove)Hello team, found an issue with trivial resolvers and the resolver wrapping to prevent double executions in
delegateToComponent situations. I don t fully understand this double execution issue that relevant ...
jospablos
- 1
- Opened on May 4, 2021
- #87
Apollo s buildFederatedSchema only adds built-in directives to the schema. It does not honor the schemaDirectives
option. Therefore, any custom directives are ignored. See issue
https://github.com/apollographql/apollo-feature-requests/issues/145. ...
padenj
- 2
- Opened on Jan 29, 2020
- #39
Enable federation behind a flag and buildFederatedSchema instead of makeExecutableSchema.
enhancement
good first issue
tlivings
- Opened on Oct 31, 2019
- #31
Given a schema that contains an enum type such as:
enum Status {
APPROVED
PENDING
REJECTED
}
With no internal remapping declared, the values of the enum type in resolvers (and returned to clients) ...
brianjquinn
- Opened on Sep 27, 2019
- #26
imports: [
{
component: componentA,
exclude: [ Query.* , Mutation.*]
},
Exclusion check does not iteration against excludes
bug
dmicoud
- 1
- Opened on Sep 4, 2019
- #23
In a component that is using the custom scalar (Like graphql-iso-date) in the following way:
const GraphQLComponent = require( graphql-component )
const { GraphQLDate } = require( graphql-iso-date )
...
holmok
- 2
- Opened on Jul 26, 2019
- #21
Providing better support for the data source abstraction (or another similar abstraction) can keep components more
agnostic to how data is resolved.
enhancement
tlivings
- Opened on Jul 4, 2019
- #16

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.