Releases: 0no-co/GraphQLSP
Releases · 0no-co/GraphQLSP
@0no-co/[email protected]
Minor Changes
- Add a bail for
fieldUsage
where we return a property from a function
Submitted by @JoviDeCroock (See #260)
Patch Changes
- Bubble up unused fields to their closest parent
Submitted by @JoviDeCroock (See #258)
@0no-co/[email protected]
Patch Changes
- Add support for alternative root directories, when your tsconfig does not define GraphQLSP we'll traverse up until we find the
extends
that does and resolve the schema from there
Submitted by @JoviDeCroock (See #257) - Change
setInterval
tosetTimeout
Submitted by @JoviDeCroock (See #255)
@0no-co/[email protected]
@0no-co/[email protected]
@0no-co/[email protected]
Minor Changes
- Expand support of tracking field usage to more edge cases by matching a defined GraphQL document’s type against variables in-scope with said type
Submitted by @kitten (See #235)
Patch Changes
- Only warn for fragments that are exported
Submitted by @JoviDeCroock (See #230) ⚠️ Fix issue where a missing argument 2 for a call-expression would make us erase prior found fragment-definitions
Submitted by @JoviDeCroock (See #233)
@0no-co/[email protected]
Patch Changes
- Add bail for field-usage when we can't find anything
Submitted by @JoviDeCroock (See #226)
@0no-co/[email protected]
Patch Changes
⚠️ Fix offset issue when using the graphql annotation
Submitted by @JoviDeCroock (See #217)- Add more built-in urql directives
Submitted by @JoviDeCroock (See #218)
@0no-co/[email protected]
Patch Changes
- minor fix to avoid error message in the logs
Submitted by @JoviDeCroock (See #214)
@0no-co/[email protected]
Patch Changes
⚠️ fix broken positioning on unix
Submitted by @JoviDeCroock (See #209)
@0no-co/[email protected]
Patch Changes
⚠️ Fix case for call-expression where index would go out of bounds due to fragments being external to the document. In tagged-templates we resolve this by adding it in to the original text
Submitted by @JoviDeCroock (See #207)