Skip to content

Commit 6f1505a

Browse files
committed
fix: apply naming conventions
1 parent 9b23bf7 commit 6f1505a

File tree

9 files changed

+69
-212
lines changed

9 files changed

+69
-212
lines changed

e2e/schema/operators.gql

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
query GetCompaniesQuery($pagination: PaginationInput) {
1+
query GetCompanies_Query($pagination: PaginationInput) {
22
getCompanies(pagination: $pagination) {
33
...FullCompanyInfo
44
}
55
}
6-
mutation UpsertCompanyMutation($input: CompanyUpsertInput!) {
6+
mutation UpsertCompan_yMutation($input: CompanyUpsertInput!) {
77
upsertCompany(input: $input) {
88
...FullCompanyInfo
99
}
1010
}
1111

12-
subscription CompanyUpdated {
12+
subscription Company_Updated {
1313
companyUpdated {
1414
id
1515
name

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,7 @@
9595
"vitest": "^0.32.0"
9696
},
9797
"dependencies": {
98-
"@graphql-codegen/cli": "^4.0.1",
99-
"@sveltejs/kit": "^1.20.2",
100-
"pascal-case": "^3.1.2",
101-
"vite": "^4.3.9"
98+
"@graphql-codegen/cli": "^4.0.1"
10299
},
103100
"peerDependencies": {
104101
"graphql": "^15.0.0 || ^16.0.0"

0 commit comments

Comments
 (0)