Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohan-cp committed Aug 21, 2023
1 parent beb3867 commit f62da8d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion graphql/schema/schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -2423,7 +2423,11 @@ type AdmireTokenPayload {
admire: Admire @goField(forceResolver: true)
}

union AdmireTokenPayloadOrError = AdmireTokenPayload | ErrTokenNotFound | ErrInvalidInput | ErrNotAuthorized
union AdmireTokenPayloadOrError =
AdmireTokenPayload
| ErrTokenNotFound
| ErrInvalidInput
| ErrNotAuthorized

type CommentOnPostPayload {
viewer: Viewer
Expand Down

0 comments on commit f62da8d

Please sign in to comment.