issues Search Results · repo:mercurius-js/validation language:JavaScript
Filter by
10 results
(81 ms)10 results
inmercurius-js/validation (press backspace or delete to remove)I am trying to upgrade fastify version in my project from 4.28.1 to 5.0.0 but I am getting the mentioned error.
The latest version of mercurius-validation is 5.0.0 which supports fastify 4.28.1 Any idea ...
rahulpol10
- 3
- Opened on Sep 25, 2024
- #128
I am using @mercuriusjs/federation and mercurius-codegen to build a subgraph. I follow implementation directed by the
doc. But always get the following errors
src/__generated-types__.ts:209:33 - error ...
bkjp
- 1
- Opened on Aug 14, 2023
- #82
ERROR: onGatewayReplaceSchema hook not supported! thrown
enhancement
good first issue
lity
- 2
- Opened on Feb 4, 2023
- #65
UPD. Found a workaround by setting directiveValidation: false, in my case it doesn t matter as I don t use directive
mercurius validation.
For gql type CreateInput args nums and description are optional, ...
bug
good first issue
ziimakc
- 4
- Opened on Aug 28, 2022
- #57
Validation errors mean the client sent something invalid, so they should result in a 400 status code but instead they
result in a 500 status code.
Library versions:
- mercurius 10.0.0
- fastify 4.1.0 ...
anthonyroach
- 4
- Opened on Jun 30, 2022
- #51
As title, if I use extendSchema after registering mercurius-validation, it no longer works.
${mercuriusValidation.graphQLTypeDefs}
type Query {
foo(page: Pagination!): Int!
}
input Pagination {
...
bug
good first issue
joshuaavalon
- 5
- Opened on Apr 7, 2022
- #39
According to GraphQL spec optional input values (that is, the one without exclamation mark) can receive a null value
that is different than not providing any input (see http://spec.graphql.org/October2021/#sec-Null-Value). ...
bug
good first issue
paolochiodi
- 3
- Opened on Jan 28, 2022
- #30
Make it able to add custom scalar inferring types, so far it only support 3 types
GraphQLString = { type: string } GraphQLInt = { type: integer } GraphQLFloat = { type: number }
enhancement
good first issue
sooxt98
- 11
- Opened on Jan 27, 2022
- #29
Hey! Opening up an issue here to discuss a basic initial implementation of the plugin off the back of:
https://github.com/mercurius-js/mercurius/issues/509
Current state of play:
- Currently looking ...
jonnydgreen
- 10
- Opened on Aug 18, 2021
- #1

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!
Restrict your search to the title by using the in:title qualifier.
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.