mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
refactor(graphql): codegen (#10626)
This commit is contained in:
@@ -41,7 +41,7 @@ export function Auth() {
|
||||
fetch('/graphql', {
|
||||
method: 'POST',
|
||||
body: JSON.stringify({
|
||||
operationName: getUserFeaturesQuery.operationName,
|
||||
operationName: getUserFeaturesQuery.op,
|
||||
query: getUserFeaturesQuery.query,
|
||||
variables: {},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user