-
Notifications
You must be signed in to change notification settings - Fork 5
Move table DDL up to the top level with keyspaces #50
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
Conversation
81b083f
to
bc4e70d
Compare
19e4196
to
1e81d3e
Compare
18f6b12
to
0314951
Compare
Requires: #56 |
It's not ideal that stuff schema management stuff is in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's great to have schema management ops outside the normal query/mutation paths.
cmd/server.go
Outdated
) | ||
|
||
const defaultGraphQLPath = "/graphql" | ||
const defaultGraphQLSchemaPath = "/graphql/__schema" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this notation inspired in graphql's introspection queries __schema: ...
?
Do you prefer it to a complete different root, like /graphql-ddl
or /graphql-schema-management
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In any case, you can merge it whenever ready.
c9a1be2
to
774dc79
Compare
No description provided.