Skip to content

Commit 976699c

Browse files
authored
Strip GraphQL kind field from pipeline output (~250 KB savings) (#60822)
1 parent 7687776 commit 976699c

14 files changed

Lines changed: 26 additions & 96640 deletions

File tree

src/graphql/components/types.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export type UpcomingChangesT = {
2727

2828
export type GraphqlT = {
2929
name: string
30-
kind: string
3130
id: string
3231
href: string
3332
description: string
@@ -52,7 +51,6 @@ export type ArgumentT = {
5251
type: {
5352
name: string
5453
id: string
55-
kind: string
5654
href: string
5755
}
5856
}
@@ -100,9 +98,7 @@ export type InputObjectT = GraphqlT & {
10098
inputFields: FieldT[]
10199
}
102100

103-
export type ScalarT = GraphqlT & {
104-
kind?: string
105-
}
101+
export type ScalarT = GraphqlT
106102

107103
export type AllVersionsT = {
108104
[versions: string]: {

0 commit comments

Comments
 (0)