Skip to content

Commit

Permalink
Updates from pnpm graphql-codegen
Browse files Browse the repository at this point in the history
  • Loading branch information
amcaplan committed Nov 19, 2024
1 parent 0682ca6 commit ca47e7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export type Scalars = {
Boolean: {input: boolean; output: boolean}
Int: {input: number; output: number}
Float: {input: number; output: number}
AccessRoleAssignee: {input: any; output: any}
/** The ID for a AccessRole. */
AccessRoleID: {input: any; output: any}
AccessRoleRecordId: {input: any; output: any}
Expand Down Expand Up @@ -45,4 +46,4 @@ export type Scalars = {
URL: {input: string; output: string}
}

export type Store = 'APP_DEVELOPMENT' | 'DEVELOPMENT' | 'PRODUCTION'
export type Store = 'APP_DEVELOPMENT' | 'DEVELOPMENT' | 'DEVELOPMENT_SUPERSET' | 'PRODUCTION'

0 comments on commit ca47e7b

Please sign in to comment.