Skip to content

Commit

Permalink
New translations graphql-api.mdx (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
benface committed Dec 16, 2024
1 parent 9d2e88e commit 819fba2
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions website/pages/ja/querying/graphql-api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ The following example filters for challenges with `outcome` `succeeded` and `num
```

> **シンタックス シュガー:** コンマで区切られた部分式を渡すことで `and` 演算子を削除することで、上記のクエリを簡素化できます。
>
>
> ```graphql
> {
> challenges(where: { number_gte: 100, outcome: "succeeded" }) {
Expand Down Expand Up @@ -335,12 +335,12 @@ The result of such a query will not change over time, i.e., querying at a certai

全文検索演算子:

| シンボル | オペレーター | 説明書き |
| --- | --- | --- |
| `&` | `` | 複数の検索語を組み合わせて、指定したすべての検索語を含むエンティティをフィルタリングします。 |
| | | `Or` | 複数の検索語をオペレーターで区切って検索すると、指定した語のいずれかにマッチするすべてのエンティティが返されます。 |
| `<->` | `Follow by` | 2 つの単語の間の距離を指定します。 |
| `:*` | `プレフィックス` | プレフィックス検索語を使って、プレフィックスが一致する単語を検索します(2 文字必要) |
| シンボル | オペレーター | 説明書き |
| ----------- | ----------- | --------------------------------------------------------- |
| `&` | `` | 複数の検索語を組み合わせて、指定したすべての検索語を含むエンティティをフィルタリングします。 |
| &#x7c; | `Or` | 複数の検索語をオペレーターで区切って検索すると、指定した語のいずれかにマッチするすべてのエンティティが返されます。 |
| `<->` | `Follow by` | 2 つの単語の間の距離を指定します。 |
| `:*` | `プレフィックス` | プレフィックス検索語を使って、プレフィックスが一致する単語を検索します(2 文字必要) |

####

Expand Down

0 comments on commit 819fba2

Please sign in to comment.