<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>devkuma – GraphQL</title>
    <link>https://www.devkuma.com/en/tags/graphql/</link>
    <image>
      <url>https://www.devkuma.com/en/tags/graphql/logo/180x180.jpg</url>
      <title>GraphQL</title>
      <link>https://www.devkuma.com/en/tags/graphql/</link>
    </image>
    <description>Recent content in GraphQL on devkuma</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kc@example.com (kc kim)</managingEditor>
    <webMaster>kc@example.com (kc kim)</webMaster>
    <copyright>The devkuma</copyright>
    
	  <atom:link href="https://www.devkuma.com/en/tags/graphql/index.xml" rel="self" type="application/rss+xml" />
    
    
      
        
      
    
    
    <item>
      <title>GraphQL</title>
      <link>https://www.devkuma.com/en/docs/graph-ql/</link>
      <pubDate>Mon, 05 Sep 2022 23:00:00 +0900</pubDate>
      <author>kc@example.com (kc kim)</author>
      <guid>https://www.devkuma.com/en/docs/graph-ql/</guid>
      <description>
        
        
        &lt;h2 id=&#34;graphql&#34;&gt;GraphQL&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;GraphQL is a query language created by Facebook.&lt;/li&gt;
&lt;li&gt;GraphQL (gql) is a query language, as is Structured Query Language (sql).&lt;/li&gt;
&lt;li&gt;The purpose of sql is to retrieve data stored in a database system efficiently, while gql enables a web client to retrieve data from a server efficiently.&lt;/li&gt;
&lt;li&gt;sql statements are generally written and called by backend systems, whereas gql statements are generally written and called by client systems.&lt;/li&gt;
&lt;li&gt;REST APIs have various endpoints because they combine URLs, methods, and other elements. gql has a single endpoint.&lt;/li&gt;
&lt;/ul&gt;

      </description>
      
      <category>WEB</category>
      
      <category>GraphQL</category>
      
    </item>
    
  </channel>
</rss>
