Skip to content

Commit

Permalink
chore(update): automated client update
Browse files Browse the repository at this point in the history
  • Loading branch information
boredland authored and github-actions[bot] committed Oct 30, 2023
1 parent 1bc60aa commit fc7b9ec
Show file tree
Hide file tree
Showing 10 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,7 @@ interface Me {
external_data?: Scalars['Map'];
id: Scalars['String'];
name?: Scalars['String'];
roles?: Scalars['String'][];
__typename: 'Me';
}
/**
Expand Down Expand Up @@ -1824,6 +1825,7 @@ interface MeGenqlSelection {
external_data?: boolean | number;
id?: boolean | number;
name?: boolean | number;
roles?: boolean | number;
__typename?: boolean | number;
__scalar?: boolean | number;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.mjs.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions dist/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ type Me {
external_data: Map
id: String!
name: String
roles: [String!]
}

"""
Expand Down
1 change: 1 addition & 0 deletions landing/schema.graphqls
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ type Me {
id: String!
name: String
email: String
roles: [String!]
external_data: Map
}

Expand Down
1 change: 1 addition & 0 deletions src/_client/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,7 @@ type Me {
external_data: Map
id: String!
name: String
roles: [String!]
}

"""
Expand Down
2 changes: 2 additions & 0 deletions src/_client/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -695,6 +695,7 @@ export interface Me {
external_data?: Scalars['Map']
id: Scalars['String']
name?: Scalars['String']
roles?: Scalars['String'][]
__typename: 'Me'
}

Expand Down Expand Up @@ -1888,6 +1889,7 @@ export interface MeGenqlSelection{
external_data?: boolean | number
id?: boolean | number
name?: boolean | number
roles?: boolean | number
__typename?: boolean | number
__scalar?: boolean | number
}
Expand Down
3 changes: 3 additions & 0 deletions src/_client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1866,6 +1866,9 @@ export default {
"name": [
125
],
"roles": [
125
],
"__typename": [
125
]
Expand Down

0 comments on commit fc7b9ec

Please sign in to comment.