Graphql datasource parameter does not works
Posted: Thu Nov 27, 2025 7:48 am
Hello,
We are using version 2025.4.3 for our initial setup to make sure we got everything what we need. although, things are looking great apart from one parameterized report that we want using graphql datasource query parameter. Please find below details for the same.
Stimulsoft.Data.GraphQL - 2025.4.3 also installed.
DataSource Query sample :
query ($status: String) {
dashboardClaimKanban(
where: { status: { eq: $status } }
) {
items {
id
status
}
}
}
Variable :
Name : status
Alias: status
Type: String
Allow User Value : True
When Do Preview report, it loads fine with Parameter on top as free textbox and submit button. But there is no data loaded in report after changing the value and submitting it multiple times with different values, where as the same query did works in my graphql explorer with the value set to variable status.
Do you know how to trace this issue?
We are using version 2025.4.3 for our initial setup to make sure we got everything what we need. although, things are looking great apart from one parameterized report that we want using graphql datasource query parameter. Please find below details for the same.
Stimulsoft.Data.GraphQL - 2025.4.3 also installed.
DataSource Query sample :
query ($status: String) {
dashboardClaimKanban(
where: { status: { eq: $status } }
) {
items {
id
status
}
}
}
Variable :
Name : status
Alias: status
Type: String
Allow User Value : True
When Do Preview report, it loads fine with Parameter on top as free textbox and submit button. But there is no data loaded in report after changing the value and submitting it multiple times with different values, where as the same query did works in my graphql explorer with the value set to variable status.
Do you know how to trace this issue?