Skip to content

Commit

Permalink
fix: updated gen files
Browse files Browse the repository at this point in the history
  • Loading branch information
froid1911 committed Jan 29, 2024
1 parent d45d452 commit 779f395
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions api/src/generated/nexus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -494,9 +494,6 @@ export interface NexusGenArgTypes {
coreUnit: { // args
id?: string | null; // String
}
drive: { // args
id: string; // String!
}
strands: { // args
listenerId?: string | null; // ID
}
Expand Down
2 changes: 1 addition & 1 deletion api/src/generated/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ type OperationUpdate {
type Query {
coreUnit(id: String): CoreUnit
coreUnits: [CoreUnit]
drive(id: String!): DocumentDriveState
drive: DocumentDriveState
drives: [String]
me: User
sessions: [Session]
Expand Down

0 comments on commit 779f395

Please sign in to comment.