<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>API on yang&#39;s dev blog</title>
    <link>https://yangyang.dev/tags/api/</link>
    <description>Recent content in API on yang&#39;s dev blog</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>yangyang2035@google.com (yangyang)</managingEditor>
    <webMaster>yangyang2035@google.com (yangyang)</webMaster>
    <copyright>© Untitled. All rights reserved</copyright>
    <lastBuildDate>Thu, 15 Jul 2021 20:51:44 +0000</lastBuildDate><atom:link href="https://yangyang.dev/tags/api/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>GraphQL</title>
      <link>https://yangyang.dev/en/posts/cheatsheet/graphql/</link>
      <pubDate>Thu, 15 Jul 2021 20:51:44 +0000</pubDate>
      <author>yangyang2035@google.com (yangyang)</author>
      <guid>https://yangyang.dev/en/posts/cheatsheet/graphql/</guid>
      <description>Getting Started Overview An alternative approach to RESTful APIs GraphQL is a query language for APIs Easily describe the shape of the GraphQL API using clear shared terms. Clients issue queries/mutations to read and update data GraphQL syntax can express complex entity relations Libraries to implement GraphQL in different languages GraphQL {.link-arrow}
Schema schema GraphQL schema definition query Read and traverse data mutation Modify data or trigger an action subscription Run a query when an event occurs Built-in Scalar Types Int Signed 32‐bit integer Float Signed double-precision floating-point value String UTF‐8 character sequence Boolean true or false ID A Unique identifier Type Definitions scalar Scalar Type type Object Type interface Interface Type union Union Type enum Enum Type input Input Object Type Type Modifiers String Nullable String String!</description>
    </item>
    
    <item>
      <title>GraphQL</title>
      <link>https://yangyang.dev/posts/cheatsheet/graphql/</link>
      <pubDate>Thu, 15 Jul 2021 20:51:44 +0000</pubDate>
      <author>yangyang2035@google.com (yangyang)</author>
      <guid>https://yangyang.dev/posts/cheatsheet/graphql/</guid>
      <description>Getting Started Overview An alternative approach to RESTful APIs GraphQL is a query language for APIs Easily describe the shape of the GraphQL API using clear shared terms. Clients issue queries/mutations to read and update data GraphQL syntax can express complex entity relations Libraries to implement GraphQL in different languages GraphQL {.link-arrow}
Schema schema GraphQL schema definition query Read and traverse data mutation Modify data or trigger an action subscription Run a query when an event occurs Built-in Scalar Types Int Signed 32‐bit integer Float Signed double-precision floating-point value String UTF‐8 character sequence Boolean true or false ID A Unique identifier Type Definitions scalar Scalar Type type Object Type interface Interface Type union Union Type enum Enum Type input Input Object Type Type Modifiers String Nullable String String!</description>
    </item>
    
  </channel>
</rss>
