Skip to content

fix: Correct GraphQL dataset query field name and parameters#72

Merged
Min-june merged 1 commit intomainfrom
fix/dataset-graphql-query-field-name
Jan 26, 2026
Merged

fix: Correct GraphQL dataset query field name and parameters#72
Min-june merged 1 commit intomainfrom
fix/dataset-graphql-query-field-name

Conversation

@Min-june
Copy link
Copy Markdown
Contributor

Fixes HTTP 400 error by correcting GraphQL query structure

  • Changed 'datasets' to 'dataset' (singular)
  • Fixed parameter name from 'id' to 'datasetId'
  • Maintains backward compatibility

- Changed 'datasets' to 'dataset' (singular) in DATASET query
- Fixed parameter name from 'id' to 'datasetId' to match GraphQL schema
- Restored support for 'name' parameter in dataset lookup
- Fixes HTTP 400 error: Unknown argument 'name' on field 'Query.datasets'
@Min-june Min-june merged commit 7d3372b into main Jan 26, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants