We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting the following warning:
blankett.privatbostad' is not a valid 'Boolean' - Expected type 'Boolean' but was 'Enum'.
For this code, where input.privatbostad is of type public final val privatbostad: Boolean?.
public final val privatbostad: Boolean?
return dgsQueryExecutor.executeAndExtractJsonPathAsObject( """ mutation testcase { sparaHyrehusKopBlankett(auth: { lopnummer: 123456, kontrollnummer: 456789 }, blankett: { ovriga_upplysningar: "${input.ovriga_upplysningar}", namn_uppgiftsinlamnare: "${input.namn_uppgiftsinlamnare}", telefon_uppgiftsinlamnare: "${input.telefon_uppgiftsinlamnare}", privatbostad: ${input.privatbostad}, }] }) { ...${Utils.getHyreshusKopBlankettFragment()} } } """.trimIndent(), "data.sparaHyrehusKopBlankett", HyrehusKopBlankett::class.java )
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting the following warning:
blankett.privatbostad' is not a valid 'Boolean' - Expected type 'Boolean' but was 'Enum'.
For this code, where input.privatbostad is of type
public final val privatbostad: Boolean?
.The text was updated successfully, but these errors were encountered: