Page 1 of 1

Graphql datasource parameter does not works

Posted: Thu Nov 27, 2025 7:48 am
by ShakeebAhmed
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?

Re: Graphql datasource parameter does not works

Posted: Thu Nov 27, 2025 11:36 am
by Lech Kulikowski
Hello,

We need some additional time to investigate the issue, we will let you know about the result as soon as possible.

Thank yuo.
#18890

Re: Graphql datasource parameter does not works

Posted: Thu Nov 27, 2025 2:07 pm
by ShakeebAhmed
@lech - Will wait until your response. Thanks for your quick response.

Re: Graphql datasource parameter does not works

Posted: Thu Nov 27, 2025 3:02 pm
by Lech Kulikowski
Hello,

You are welcome.