Skip to content

Commit

Permalink
refactor: remove unused fields from client-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
vaisshnavi7 committed Jan 3, 2025
1 parent 3dbb490 commit 396ab36
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,6 @@ describe('ClientSchema', () => {

describe(`['CustomOperationName']`, () => {
const schema = a.schema({
// MyQueryReturnType: a.customType({
// output: a.string(),
// }),
myQuery: a
.query()
.arguments({
Expand Down

0 comments on commit 396ab36

Please sign in to comment.