Open JoviDeCroock opened 2 months ago
Latest commit: 975d10113528cc7c4e0abc2a5cbeb8b342239760
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Attention: Patch coverage is 33.33333%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 65.31%. Comparing base (
ab48c83
) to head (975d101
).
Files with missing lines | Patch % | Lines |
---|---|---|
...graphql-language-service/src/parser/getTypeInfo.ts | 0.00% | 2 Missing :warning: |
This is a work in progress branch for:
Being able to finish auto-complete and validation will depend on getting an alpha published as we need
parse
to behave well. The steps included in finishing this would be to add an auto-complete step for fragment arguments where we look up all fragments and check the available arguments so we can auto-complete.