- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 31 for GraphQL (0.14 sec)
-
docs/en/data/topic_repos.yml
stars: 5756 owner_login: serge-chat owner_html_url: https://github.com/serge-chat - name: strawberry html_url: https://github.com/strawberry-graphql/strawberry stars: 4569 owner_login: strawberry-graphql owner_html_url: https://github.com/strawberry-graphql - name: chatgpt-web-share html_url: https://github.com/chatpire/chatgpt-web-share stars: 4294 owner_login: chatpire
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Mon Dec 01 13:17:29 UTC 2025 - 16K bytes - Viewed (0) -
scripts/notify_translations.py
from pydantic_settings import BaseSettings awaiting_label = "awaiting-review" lang_all_label = "lang-all" approved_label = "approved-1" github_graphql_url = "https://api.github.com/graphql" questions_translations_category_id = "DIC_kwDOCZduT84CT5P9" all_discussions_query = """ query Q($category_id: ID) { repository(name: "fastapi", owner: "fastapi") {
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 12.7K bytes - Viewed (0) -
docs/fr/docs/features.md
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 11.1K bytes - Viewed (0) -
scripts/people.py
from typing import Any, Union import httpx import yaml from github import Github from pydantic import BaseModel, SecretStr from pydantic_settings import BaseSettings github_graphql_url = "https://api.github.com/graphql" questions_category_id = "MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMyMDAxNDM0" discussions_query = """ query Q($after: String, $category_id: ID) { repository(name: "fastapi", owner: "fastapi") {
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 21:25:59 UTC 2025 - 12.3K bytes - Viewed (0) -
docs/zh-hant/docs/tutorial/first-steps.md
以及更少見的: * `@app.options()` * `@app.head()` * `@app.patch()` * `@app.trace()` /// tip 你可以自由地使用每個操作(HTTP 方法)。 **FastAPI** 不強制任何特定的意義。 這裡的資訊作為一個指南,而不是要求。 例如,當使用 GraphQL 時,你通常只使用 `POST` 操作。 /// ### 第四步:定義 **路徑操作函式** 這是我們的「**路徑操作函式**」: * **path**: 是 `/`. * **operation**: 是 `get`. * **function**: 是裝飾器下面的函式(在 `@app.get("/")` 下面)。
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 11.6K bytes - Viewed (0) -
docs/ja/docs/tutorial/first-steps.md
* `@app.options()` * `@app.head()` * `@app.patch()` * `@app.trace()` /// tip | 豆知識 各オペレーション (HTTPメソッド)は自由に使用できます。 **FastAPI**は特定の意味づけを強制しません。 ここでの情報は、要件ではなくガイドラインとして提示されます。 例えば、GraphQLを使用する場合、通常は`POST`オペレーションのみを使用してすべてのアクションを実行します。 /// ### Step 4: **パスオペレーション**を定義 以下は「**パスオペレーション関数**」です: * **パス**: は`/`です。 * **オペレーション**: は`get`です。
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 11K bytes - Viewed (0) -
docs/tr/docs/features.md
* **WebSocket** desteği. * **GraphQL** desteği. * Kullanım halinde arka plan işlevleri. * Başlatma ve kapatma eventleri(startup and shutdown). * Test sunucusu HTTPX üzerine kurulu. * **CORS**, GZip, Static dosyalar, Streaming responseları.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 11.1K bytes - Viewed (0) -
docs/fr/docs/tutorial/first-steps.md
**FastAPI** n'impose pas de sens spécifique à chacune d'elle. Les informations qui sont présentées ici forment une directive générale, pas des obligations. Par exemple, quand l'on utilise **GraphQL**, toutes les actions sont effectuées en utilisant uniquement des opérations `POST`. /// ### Étape 4 : définir la **fonction de chemin**. Voici notre "**fonction de chemin**" (ou fonction d'opération de chemin) :
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 10.1K bytes - Viewed (0) -
docs/tr/docs/tutorial/first-steps.md
**FastAPI** herhangi bir özel amacı veya anlamı olması konusunda ısrarcı olmaz. Buradaki bilgiler bir gereklilik değil, bir kılavuz olarak sunulmaktadır. Mesela GraphQL kullanırkan genelde tüm işlemleri yalnızca `POST` operasyonunu kullanarak gerçekleştirirsiniz. /// ### Adım 4: **Yol Operasyonu Fonksiyonunu** Tanımlayın Aşağıdaki, bizim **yol operasyonu fonksiyonumuzdur**:
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 10.4K bytes - Viewed (0) -
docs/uk/docs/tutorial/first-steps.md
**FastAPI** не нав'язує жодного певного значення для кожного методу. Наведена тут інформація є рекомендацією, а не обов'язковою вимогою. Наприклад, під час використання GraphQL зазвичай усі дії виконуються тільки за допомогою `POST` операцій. /// ### Крок 4: визначте **функцію операції шляху (path operation function)** Ось "**функція операції шляху**": * **шлях**: це `/`.
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 15.5K bytes - Viewed (0)