Skip to content

Commit

Permalink
Fix graphQL schema errors and the graphQL explorer tool (#2057)
Browse files Browse the repository at this point in the history
* Remove duplicate enums.

* cypress re-run
  • Loading branch information
JasonLin0991 authored Nov 17, 2023
1 parent b31c9e0 commit c3fb5e4
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions services/app-graphql/src/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -737,16 +737,6 @@ enum PopulationCovered {
MEDICAID_AND_CHIP
}

enum SubmissionType {
CONTRACT_ONLY
CONTRACT_AND_RATES
}

enum ContractType {
BASE
AMENDMENT
}

enum ContractExecutionStatus {
EXECUTED
UNEXECUTED
Expand Down

0 comments on commit c3fb5e4

Please sign in to comment.