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

feat(biome_graphql_parser): parse interface type definition #2703

Conversation

vohoanglong0107
Copy link
Contributor

Summary

Parse Graphql Interface Type Definition (link). Interface Type Definition is almost similar to Object Type Definition, with the only difference being the use of the interface keyword instead of type. As a result, the tests and implementation also share some similarities.

Test Plan

All tests should pass

Copy link

codspeed-hq bot commented May 4, 2024

CodSpeed Performance Report

Merging #2703 will not alter performance

Comparing vohoanglong0107:feat-parse-interface-type-definition-graphql (3411339) with main (1b63093)

Summary

✅ 86 untouched benchmarks

@vohoanglong0107 vohoanglong0107 marked this pull request as ready for review May 4, 2024 01:02
@ematipico ematipico merged commit f3a651d into biomejs:main May 4, 2024
12 checks passed
@vohoanglong0107 vohoanglong0107 deleted the feat-parse-interface-type-definition-graphql branch May 6, 2024 12:06
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

2 participants