I’m submitting a…
- [ ] Regression (a behavior that stopped working in a new release)
- [ x Bug report
- [ ] Performance issue
- [x] Documentation issue or request
Current behavior
When I submit any GraphQL Request through the C# Squidex.ClientLibrary the response is always empty. If I copy the exact same query into the online GraphQL editor the result is populated with the expected data. If the search term is an empty string I, however, get a result.
Expected behavior
When utilizing the GraphQlAsync method the same result should be returned as if posted through the online editor.
Minimal reproduction of the problem
- Create query, e.G.
{ querySHEMAContents(search:""" + searchTerm + @""", filter:""" + filter + @""") { data: flatData { prop1, prop2, prop3 { id } } } }"
- Call GraphQlAsync Method:
var result = await _client.GraphQlAsync(query);
Environment
- [ ] Self hosted with docker
- [ ] Self hosted with IIS
- [ ] Self hosted with other version
- [ x] Cloud version
Others: