Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
microstudi committed Dec 13, 2023
1 parent 4d41a79 commit bd65ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulletin_board/js-client/src/types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ export type QueryElectionArgs = {


export type QueryLogEntryArgs = {
electionUniqueId: Scalars['String'];
contentHash: Scalars['String'];
electionUniqueId: Scalars['String'];
};


Expand Down

0 comments on commit bd65ab9

Please sign in to comment.