Skip to content

Conversation

@tarazou9
Copy link
Contributor

@tarazou9 tarazou9 commented May 2, 2023

Why make this change?

What is this change?

  • Enable GraphQLFilterParser for Cosmos. 
  • Resolve WILDCARD and parse all the columns from schema.gql
  • Parse Included and Excluded columns from runtime config by injecting AuthorizationResolver into the CosmosMutationEngine to make a call to check the columns. 

How was this tested?

  • Integration Tests
  • Unit Tests

@Aniruddh25

This comment was marked as outdated.

Copy link
Collaborator

@Aniruddh25 Aniruddh25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank for implementing this new feature! Few more concerns then its good to go

Copy link
Contributor

@seantleonard seantleonard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nits on naming/comments to clarify intent.

Copy link
Contributor

@seantleonard seantleonard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

last nit, otherwise looks good!

Copy link
Collaborator

@Aniruddh25 Aniruddh25 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for the contributions :)

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.

Getting Access forbidden message when trying to use filter on graphql queries

5 participants