Skip to content

Add exportable wrappers and schema export support#7

Open
litewarp wants to merge 7 commits into
haathie:mainfrom
litewarp:fix/exportable
Open

Add exportable wrappers and schema export support#7
litewarp wants to merge 7 commits into
haathie:mainfrom
litewarp:fix/exportable

Conversation

@litewarp
Copy link
Copy Markdown
Contributor

@litewarp litewarp commented Mar 2, 2026

Adds support to each plugin to make it exportable in line with the postgraphile document. The PR adds the graphile eslint-plugin and fixes all eslint errors. It also adds a test to make sure the package can be exported. Each function that reported either eslint or test errors was wrapped in EXPORTABLE per the postgraphile documents. This PR depends on the fix/update-deps pr.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@adiwajshing
Copy link
Copy Markdown
Contributor

Oh this'll be great, will review once we merge the previous PR

@adiwajshing
Copy link
Copy Markdown
Contributor

@litewarp could you please resolve conflicts on this one? Will review & hopefully merge very soon

@litewarp
Copy link
Copy Markdown
Contributor Author

litewarp commented Mar 6, 2026

Resolved the conflicts, but had to re-add the "resource:insert" check on fancyMutations.

}

this.condition = condition
this.condition = condition as SQL
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can we revert this one?

@adiwajshing
Copy link
Copy Markdown
Contributor

Resolved the conflicts, but had to re-add the "resource:insert" check on fancyMutations.

@litewarp is there a reproducible issue w/o "resource:insert"? I can look at a workaround perhaps. Otherwise looks good.

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