refactor(graphql): codegen (#10626)

This commit is contained in:
liuyi
2025-03-06 12:06:19 +08:00
committed by GitHub
parent fb084a9569
commit 7e61a0b2fc
10 changed files with 487 additions and 715 deletions

View File

@@ -41,7 +41,7 @@ export function Auth() {
fetch('/graphql', {
method: 'POST',
body: JSON.stringify({
operationName: getUserFeaturesQuery.operationName,
operationName: getUserFeaturesQuery.op,
query: getUserFeaturesQuery.query,
variables: {},
}),