Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Schema Builder API #1

Closed
MrLeebo opened this issue Apr 27, 2021 · 0 comments
Closed

Schema Builder API #1

MrLeebo opened this issue Apr 27, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@MrLeebo
Copy link
Owner

MrLeebo commented Apr 27, 2021

It would be nice to have a schema builder interface to chain multiple edits together, something like

createSchemaBuilder()
  .addModel("Project", fields)
  .addEnum("Role", enumerators)
  .print()
@MrLeebo MrLeebo added the enhancement New feature or request label Apr 27, 2021
Repository owner locked and limited conversation to collaborators Apr 23, 2022
@MrLeebo MrLeebo converted this issue into discussion #9 Apr 23, 2022

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant