Skip to content

Conversation

@yyyyaaa
Copy link
Contributor

@yyyyaaa yyyyaaa commented Jan 7, 2026

2 big changes:

  • We dont even need to rely on _meta query anymore, as long as it's a postgraphile-based graphql endpoint or a graphql schema SDL, both sources work
  • Redid the source -> generate pipeline, simplify and handling some special/outlier cases for latin words/names.
  • Added new CLI flag mode to use with plain graphql schema SDL --schema and just specify the schema file without needing to have a running server with an endpoint.

Everything works as before

@yyyyaaa yyyyaaa requested a review from pyramation January 7, 2026 15:02
*
* Format: [pluralSuffix, singularSuffix]
*/
const LATIN_SUFFIX_OVERRIDES: Array<[string, string]> = [
Copy link
Contributor

Choose a reason for hiding this comment

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

let's make our own inflection library

@pyramation pyramation merged commit 4834ceb into main Jan 7, 2026
36 checks passed
@pyramation pyramation deleted the feat/codegen-sources branch January 7, 2026 16:18
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.

3 participants