Closed codingkarthik closed 4 years ago
Does this PR change Hasura Catalog version?
Does this PR add a new Metadata feature?
run_sql
export_metadata
replace_metadata
[ ] There are breaking changes:
Metadata API
Existing query types:
query
args
JSON
GraphQL API
Schema Generation:
NamedType
Schema Resolve:-
null
Logging
type
Description
Affected components
Related Issues
Solution and Design
Steps to test and verify
Limitations, known bugs & workarounds
Server checklist
Catalog upgrade
Does this PR change Hasura Catalog version?
Metadata
Does this PR add a new Metadata feature?
run_sql
auto manages the new metadata through schema diffing?run_sql
auto manages the definitions of metadata on renaming?export_metadata
/replace_metadata
supports the new metadata added?GraphQL
Breaking changes
[ ] There are breaking changes:
Metadata API
Existing
query
types:args
payload which is not backward compatibleJSON
schemaGraphQL API
Schema Generation:
NamedType
Schema Resolve:-
null
value for any input fieldsLogging
JSON
schema has changedtype
names have changed