Skip to content

Commit e7e17c9

Browse files
committed
fix: fix bug of creat project gql return false value
1 parent 6147d32 commit e7e17c9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

frontend/src/graphql/request.ts

+3-6
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,9 @@ export const CREATE_PROJECT = gql`
156156
mutation CreateProject($createProjectInput: CreateProjectInput!) {
157157
createProject(createProjectInput: $createProjectInput) {
158158
id
159-
projectName
160-
path
161-
projectPackages {
162-
id
163-
content
164-
}
159+
title
160+
createdAt
161+
updatedAt
165162
}
166163
}
167164
`;

0 commit comments

Comments
 (0)