Skip to content

Commit 6c2f22b

Browse files
authored
Update README.md
1 parent 2413f4c commit 6c2f22b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ query GetCategory {
219219
id
220220
name
221221
totalServices: _servicesCount
222-
serviceCountStartU: _servicesCount(where: {name:{like:"%u%"}})
222+
serviceCountStartU: _servicesCount(where: {name: {like:"%u%"}})
223223
services(where: {name:{like:"%u%"}}) {
224224
id
225225
name

0 commit comments

Comments
 (0)