Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(api-gateway): GraphQL boolean filters #3776

Merged
merged 4 commits into from Dec 7, 2021
Merged

Conversation

vasilev-alex
Copy link
Member

@vasilev-alex vasilev-alex commented Dec 6, 2021

load was renamed to cube

query CubeQuery {
  cube(timezone: "UTC") {
    orders {
      status
      createdAt {
        value 
      }
    }
  }
}

@vasilev-alex vasilev-alex requested a review from a team as a code owner December 6, 2021 14:12
@codecov
Copy link

codecov bot commented Dec 6, 2021

Codecov Report

Merging #3776 (6a88251) into master (f9d9ecc) will decrease coverage by 0.01%.
The diff coverage is 0.00%.

❗ Current head 6a88251 differs from pull request most recent head d8b6b96. Consider uploading reports for the commit d8b6b96 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3776      +/-   ##
==========================================
- Coverage   57.79%   57.78%   -0.02%     
==========================================
  Files         126      126              
  Lines       10532    10543      +11     
  Branches     2483     2489       +6     
==========================================
+ Hits         6087     6092       +5     
- Misses       4162     4168       +6     
  Partials      283      283              
Impacted Files Coverage Δ
packages/cubejs-api-gateway/src/graphql.ts 4.58% <0.00%> (-0.21%) ⬇️
...es/cubejs-schema-compiler/src/adapter/BaseQuery.js 64.07% <0.00%> (+0.41%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update f7e8634...d8b6b96. Read the comment docs.

@vasilev-alex vasilev-alex merged commit 285b371 into master Dec 7, 2021
@vasilev-alex vasilev-alex deleted the graphql-filters branch December 7, 2021 07:53
hassankhan added a commit that referenced this pull request Dec 8, 2021
…api-reference

* master: (51 commits)
  docs(config): improve 'Migrating from Express to Docker' section
  docs(schema): improve copy and examples for Segments section in Pre-Aggregations (#3630)
  docs(config): update and improve 'Migrating from Express to Docker' section (#3783)
  docs: minor improvements to 'Getting Started with Docker' (#3784)
  docs(config): remove mentions of external driver (other than Cube Store) (#3782)
  docs: update product logos (#3781)
  docs(recipes): fix menu order (#3705)
  docs(config): add environment variables for Cube Store minIO support (#3739)
  docs(cloud): update multiple database connection instructions (#3771)
  docs: `extendContext` global usage warning (#3773)
  docs(frontend): rename 'Cube.js Frontend' to 'Frontend Integrations' (#3770)
  feat(api-gateway): Enable GraphiQL header editor to pass security context in dev mode (#3779)
  fix(graphql-api): Remove irrelevant float filters (#3778)
  fix(api-gateway): GraphQL boolean filters (#3776)
  chore(cubestore): User friendly connection timeout message
  chore: edit recipes
  chore: edit recipes
  feat(cubesql): Support performance_schema.session_variables & global_variables
  chore: edit readme
  chore(cubestore): Ignore ksql_simple test dead code
  ...
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.

None yet

1 participant