File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
website/src/pages/hi/subgraphs/querying Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ query listTokens {
219219### एक ही क्वेरी का उपयोग करके कई रिकॉर्ड्स का अनुरोध करें
220220
221221डिफ़ॉल्ट रूप से, Subgraphs में एक record के लिए singular entity होती है। कई records प्राप्त करने के लिए, plural entities और filter का उपयोग करें:
222- where: { id_in :[X ,Y ,Z ]} या where: { volume_gt :100000 }
222+ ` where: {id_in:[X,Y,Z]} ` या ` where: {volume_gt:100000} `
223223
224224अप्रभावी क्वेरी करने का उदाहरण:
225225
@@ -310,7 +310,7 @@ const { result: { tokens, counters } } = execute(query)
310310
311311GraphQL क्वेरी लिखने में सहायक एक सुविधा है GraphQL Fragment।
312312
313- निम्नलिखित क्वेरी को देखने पर, आप देखेंगे कि कुछ फ़ील्ड्स कई चयन-सेट्स ({ ... } ) में दोहराए गए हैं:
313+ निम्नलिखित क्वेरी को देखने पर, आप देखेंगे कि कुछ फ़ील्ड्स कई चयन-सेट्स (` { ... } ` ) में दोहराए गए हैं:
314314
315315``` graphql
316316query {
You can’t perform that action at this time.
0 commit comments