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

Allow props to be returned as JSON & Upgrade rust to 1.75 #1482

Merged
merged 8 commits into from
Feb 12, 2024

Conversation

Haaroon
Copy link
Contributor

@Haaroon Haaroon commented Feb 9, 2024

What changes were proposed in this pull request?

  • Allows props to be returned as a JSON object via the to_json function in both rust and graphql
  • Upgraded rust env to all use 1.75

Why are the changes needed?

For GQLProps via GraphQL

Does this PR introduce any user-facing change? If yes is this documented?

How was this patch tested?

Multiple tests

Issues

Are there any further changes required?

@Haaroon Haaroon changed the title Allow props to be returned as JSON Allow props to be returned as JSON & Upgrade rust to 1.75 Feb 9, 2024
@Haaroon Haaroon marked this pull request as ready for review February 9, 2024 17:18
@Haaroon
Copy link
Contributor Author

Haaroon commented Feb 9, 2024

the test pass locally what are u doin github

@miratepuffin miratepuffin merged commit 2dd7c67 into master Feb 12, 2024
10 checks passed
@miratepuffin miratepuffin deleted the feature/props_to_json branch February 12, 2024 13:29
fabianmurariu pushed a commit that referenced this pull request May 21, 2024
* expose props to json

* add multiple test to cover map+list+prop types

* UPGRADE RUST to 1.75

* this frankenstien almost works, its still a string

* fixed properties with new ScalarType

* commit cleaner names

* convert props to use actual gql types and vice versa

* delete crap off gh workflow runner to get more hdd space
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