File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ colon: `>searchBusinesses(name:)>city`.
254254
255255We also allow you to reference input objects used in arguments, for example:
256256
257- ` >searchBusinesses(where. size. greaterThan:)>city `
257+ ` >searchBusinesses(where> size> greaterThan:)>city `
258258
259259expands to something like:
260260
@@ -268,7 +268,7 @@ query($whereSizeGreaterThan: Int) {
268268
269269Further we allow for multiple arguments to be specified, joined with commas:
270270
271- ` >searchBusinesses(where. size. greaterThan:,where. size. lessThan:,where. city. equalTo:)>name `
271+ ` >searchBusinesses(where> size> greaterThan:,where> size> lessThan:,where> city> equalTo:)>name `
272272
273273expands to something like:
274274
@@ -379,7 +379,7 @@ Arguments :
379379Argument : NamePath :
380380
381381NamePath :
382- - Name Indexes? . NamePath
382+ - Name Indexes? > NamePath
383383 - Name Indexes?
384384
385385Indexes :
You can’t perform that action at this time.
0 commit comments