feat(server): auth server (#2773)

This commit is contained in:
LongYinan
2023-06-21 14:08:32 +08:00
committed by GitHub
parent 2698e7fd0d
commit 9b3fa43b81
36 changed files with 4089 additions and 2013 deletions
@@ -102,7 +102,8 @@ describe('GraphQL fetcher', () => {
)
);
await expect(gql({ query, variables: {} })).rejects.toMatchInlineSnapshot(`
await expect(gql({ query, variables: void 0 })).rejects
.toMatchInlineSnapshot(`
[
[GraphQLError: error],
]