並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 4 件 / 4件

新着順 人気順

directiveの検索結果1 - 4 件 / 4件

タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。

directiveに関するエントリは4件あります。 qiitajavascriptGraphQL などが関連タグです。 人気エントリには 『GraphQL(gqlgen) の directive で事前条件、事後条件を実装する』などがあります。
  • GraphQL(gqlgen) の directive で事前条件、事後条件を実装する

    こんにちは。久しぶりに趣味でタイピングゲームに関するライブラリを開発している typer です。 テラーノベルでも遅まきながらバックエンド API を GraphQL に移行することになったので、GraphQL の表現力を活かしてドメインの関心事をスキーマに落とし込むことに四苦八苦している毎日です。今回は、こんな directive 作ってみたら解決したい問題にジャストフィットしたよ、というのを紹介していきます。 GraphQL 移行開始 2023年春現在、テラーノベルではバックエンド API を protocol buffer (protobuf) で定義しています。protobuf = gRPC みたいなイメージがありますが、Google App Engine(GAE) が gRPC 通信に非対応だったことやランタイムの Go のバージョンが低かったこともあって、twirp というフレ

      GraphQL(gqlgen) の directive で事前条件、事後条件を実装する
    • A Reverse Engineer’s Perspective on the Boeing 787 ‘51 days’ Airworthiness Directive – IOActive

      A Reverse Engineer’s Perspective on the Boeing 787 ‘51 days’ Airworthiness Directive Several weeks ago, international regulators announced that they were ordering Boeing 787 operators to completely shut down the plane’s electrical power whenever it had been running for 51 days without interruption.1 The FAA published an airworthiness directive elaborating on the issue, and I was curious to see wha

        A Reverse Engineer’s Perspective on the Boeing 787 ‘51 days’ Airworthiness Directive – IOActive
      • Cookies, the GDPR, and the ePrivacy Directive - GDPR.eu

        Cookies are an important tool that can give businesses a great deal of insight into their users’ online activity. Despite their importance, the regulations governing cookies are split between the GDPR and the ePrivacy Directive. Cookies are small text files that websites place on your device as you are browsing. They are processed and stored by your web browser. In and of themselves, cookies are h

          Cookies, the GDPR, and the ePrivacy Directive - GDPR.eu
        • Apollo LinkでGraphQLのCustom Directiveを作ろう - Qiita

          これは GraphQL アドカレ2019 の記事です。 アドカレを覗いたとき、最終日だけ空いていたので予約しておいたのですが、最終日のエントリとするにはかなりニッチなネタになってしまった気がしないでもないです。 GraphQLのDirectiveとは 知っている人も多いと思いますが、GraphQLのDirectiveというのは文中に @include のように@マークをつけて注釈をつけるための機能です。 query ProfileView($renderingDetailedProfile: Boolean!){ viewer { handle # These fields will be included only if the check passes: ... @include(if: $renderingDetailedProfile) { location homepageUrl

            Apollo LinkでGraphQLのCustom Directiveを作ろう - Qiita
          1

          新着記事