Closed wimski closed 3 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/GraphQL/Mutations/Login.php | 0 | 2 | 0.0% | ||
<!-- | Total: | 0 | 2 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 748412615: | 0.0% |
Covered Lines: | 0 |
Relevant Lines: | 84 |
@wimski Thank you!!
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/GraphQL/Mutations/Login.php | 0 | 2 | 0.0% | ||
<!-- | Total: | 0 | 2 | 0.0% | --> |
Totals | |
---|---|
Change from base Build 748412615: | 0.0% |
Covered Lines: | 0 |
Relevant Lines: | 84 |
The following situations occurred regarding input validation:
field: String!
).@rules
directive in the schema.This PR remedies that by:
@rules
directive in the schema thereby centralizing all validation definitions.