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

Address a number of TODO items #406

Merged
merged 32 commits into from
Jul 11, 2023
Merged

Address a number of TODO items #406

merged 32 commits into from
Jul 11, 2023

Conversation

benjie
Copy link
Member

@benjie benjie commented Jul 10, 2023

  • Ability to control via behaviors whether the record type is selectable on CRUD
    mutation payloads.
  • Add filterBy and orderBy behaviors for each codec type (array, range,
    composite, binary, scalar) to allow simpler global customization.
  • Incorrect ordering of behaviors orderBy:array/orderBy:range fixed ->
    array:attribute:orderBy/range:attribute:orderBy.
  • Introduce TypeScript CIF gatherConfig() to help typing the gather phase for
    plugins.
  • More graphile-export docs
  • Add support for bytea datatype using new Base64EncodedBinary scalar in
    GraphQL.
  • Fix constraint finding for polymorphism (was theoretically possible to find the
    wrong constraint).

benjie added 30 commits July 8, 2023 16:57
…ically possible to find the wrong constraint).
…type is selectable on CRUD mutation payloads.
…erBy:range` fixed -> `array:attribute:orderBy`/`range:attribute:orderBy`.
…c type (array, range, composite, binary, scalar) to allow simpler global customization.
@benjie
Copy link
Member Author

benjie commented Jul 11, 2023

Ready for merge 👍

@benjie benjie merged commit 3844ff7 into planning Jul 11, 2023
@benjie benjie deleted the exportable-docs branch July 11, 2023 10:50
@benjie benjie added this to the V5 beta milestone Jul 17, 2023
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.

1 participant