lrj
17 小时以前 bec58fa7fe4fae2deac88200d8d939e12ec8a08f
web/src/api/graphql.ts
@@ -2,7 +2,7 @@
// GraphQL 客户端配置
export const graphqlClient = new Client({
  url: 'http://localhost:8080/api/graphql',
  url: '/api/graphql',
  exchanges: [cacheExchange, fetchExchange],
})
@@ -165,6 +165,7 @@
  id?: string
  name: string
  phone?: string
  password?: string
  gender?: number
  description?: string
  avatarMediaId?: string