Skip to content

Commit

Permalink
[chore][GraphQL] Declutter schemas
Browse files Browse the repository at this point in the history
## Description

Remove `draft_target_schema.graphql` and promote
`current_progress_schema.graphql` to be the canonical schema for the
service -- move it to the top-level of the `sui-graphql-rpc` crate to
make it easier to find. This is to avoid confusion about source of
truth for the GraphQL schema.

Because the TS SDK references the schema at multiple GraphQL versions,
we will need to cherry-pick this change to release branches when it
lands.

## Test plan

CI
  • Loading branch information
amnn committed Aug 15, 2024
1 parent 04083af commit d6f4ed0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1,595 deletions.
File renamed without changes.
Loading

0 comments on commit d6f4ed0

Please sign in to comment.