Skip to content

Commit

Permalink
Update schema.graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
JivusAyrus authored Sep 4, 2024
1 parent 04c5faf commit 0a848f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions subgraphs/employees/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ type Employee implements Identifiable @key(fields: "id") {
isAvailable: Boolean! @external
rootFieldThrowsError: String @goField(forceResolver: true)
rootFieldErrorWrapper: ErrorWrapper @goField(forceResolver: true)
a: Int
}

type ErrorWrapper {
Expand Down

0 comments on commit 0a848f8

Please sign in to comment.