Graphql datasource parameter does not works

Stimulsoft Reports.WEB discussion
Post Reply
ShakeebAhmed
Posts: 11
Joined: Wed Nov 12, 2014 2:22 pm

Graphql datasource parameter does not works

Post 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?
Lech Kulikowski
Posts: 7523
Joined: Tue Mar 20, 2018 5:34 am

Re: Graphql datasource parameter does not works

Post 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
ShakeebAhmed
Posts: 11
Joined: Wed Nov 12, 2014 2:22 pm

Re: Graphql datasource parameter does not works

Post by ShakeebAhmed »

@lech - Will wait until your response. Thanks for your quick response.
Lech Kulikowski
Posts: 7523
Joined: Tue Mar 20, 2018 5:34 am

Re: Graphql datasource parameter does not works

Post by Lech Kulikowski »

Hello,

You are welcome.
Post Reply