Skip to content

Commit

Permalink
update generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
nk-coding committed Nov 12, 2023
1 parent 6882b11 commit 9c3864a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions login-service/src/model/graphql/generated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2596,8 +2596,12 @@ export enum LabelOrderField {
export enum MarkerType {
/** A regular arrow */
Arrow = 'ARROW',
/** A circle */
Circle = 'CIRCLE',
/** A diamond */
Diamond = 'DIAMOND',
/** A filled circle */
FilledCircle = 'FILLED_CIRCLE',
/** A filled diamond */
FilledDiamond = 'FILLED_DIAMOND',
/** A filled triangle */
Expand Down

0 comments on commit 9c3864a

Please sign in to comment.