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 Jun 17, 2024
1 parent 6af0126 commit 7b59ede
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 1,594 deletions.
File renamed without changes.
Loading

0 comments on commit 7b59ede

Please sign in to comment.