2018-04-20 12:39:52 +03:00
<!DOCTYPE html>
<!-- [if IE 8]><html class="no - js lt - ie9" lang="en" > <![endif] -->
<!-- [if gt IE 8]><! --> < html class = "no-js" lang = "en" > <!-- <![endif] -->
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
< link rel = "shortcut icon" href = "/img/favicon.ico" >
< title > graphql-php< / title >
< link href = 'https://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Slab:400,700|Inconsolata:400,700' rel = 'stylesheet' type = 'text/css' >
< link rel = "stylesheet" href = "/css/theme.css" type = "text/css" / >
< link rel = "stylesheet" href = "/css/theme_extra.css" type = "text/css" / >
2018-11-27 16:06:49 +03:00
< link rel = "stylesheet" href = "//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/github.min.css" >
2018-04-20 12:39:52 +03:00
2018-11-27 16:06:49 +03:00
< script src = "/js/jquery-2.1.1.min.js" defer > < / script >
< script src = "/js/modernizr-2.8.3.min.js" defer > < / script >
< script src = "//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/highlight.min.js" > < / script >
< script > hljs . initHighlightingOnLoad ( ) ; < / script >
2018-04-20 12:39:52 +03:00
< / head >
< body class = "wy-body-for-nav" role = "document" >
< div class = "wy-grid-for-nav" >
< nav data-toggle = "wy-nav-shift" class = "wy-nav-side stickynav" >
< div class = "wy-side-nav-search" >
2018-11-27 16:06:49 +03:00
< a href = "/." class = "icon icon-home" > graphql-php< / a >
2018-04-20 12:39:52 +03:00
< div role = "search" >
2018-11-27 16:06:49 +03:00
< form id = "rtd-search-form" class = "wy-form" action = "//search.html" method = "get" >
< input type = "text" name = "q" placeholder = "Search docs" title = "Type search term here" / >
2018-04-20 12:39:52 +03:00
< / form >
< / div >
< / div >
< div class = "wy-menu wy-menu-vertical" data-spy = "affix" role = "navigation" aria-label = "main navigation" >
< ul class = "current" >
< li class = "toctree-l1" >
2018-11-27 16:06:49 +03:00
< a class = "" href = "/." > About< / a >
2018-04-20 12:39:52 +03:00
< / li >
< li class = "toctree-l1" >
< a class = "" href = "/getting-started/" > Getting Started< / a >
< / li >
< li class = "toctree-l1" >
< a class = "" href = "/complementary-tools/" > Complementary Tools< / a >
< / li >
< li class = "toctree-l1" >
< span class = "caption-text" > Type Definitions< / span >
< ul class = "subnav" >
< li class = "" >
< a class = "" href = "/type-system/" > Introduction< / a >
< / li >
< li class = "" >
< a class = "" href = "/type-system/object-types/" > Object Types< / a >
< / li >
< li class = "" >
< a class = "" href = "/type-system/scalar-types/" > Scalar Types< / a >
< / li >
< li class = "" >
< a class = "" href = "/type-system/enum-types/" > Enumeration Types< / a >
< / li >
< li class = "" >
< a class = "" href = "/type-system/lists-and-nonnulls/" > Lists and Non-Null< / a >
< / li >
< li class = "" >
< a class = "" href = "/type-system/interfaces/" > Interfaces< / a >
< / li >
< li class = "" >
< a class = "" href = "/type-system/unions/" > Unions< / a >
< / li >
< li class = "" >
< a class = "" href = "/type-system/input-types/" > Mutations and Input Types< / a >
< / li >
< li class = "" >
< a class = "" href = "/type-system/directives/" > Directives< / a >
< / li >
< li class = "" >
< a class = "" href = "/type-system/schema/" > Schema< / a >
< / li >
< li class = "" >
< a class = "" href = "/type-system/type-language/" > Using Type Language< / a >
< / li >
< / ul >
< / li >
< li class = "toctree-l1" >
< a class = "" href = "/executing-queries/" > Executing Queries< / a >
< / li >
< li class = "toctree-l1" >
< a class = "" href = "/data-fetching/" > Fetching Data< / a >
< / li >
< li class = "toctree-l1" >
< a class = "" href = "/error-handling/" > Handling Errors< / a >
< / li >
< li class = "toctree-l1" >
< a class = "" href = "/security/" > Security< / a >
< / li >
< li class = "toctree-l1" >
< a class = "" href = "/how-it-works/" > How it works< / a >
< / li >
< li class = "toctree-l1" >
< a class = "" href = "/reference/" > Class Reference< / a >
< / li >
< / ul >
< / div >
< / nav >
< section data-toggle = "wy-nav-shift" class = "wy-nav-content-wrap" >
< nav class = "wy-nav-top" role = "navigation" aria-label = "top navigation" >
< i data-toggle = "wy-nav-top" class = "fa fa-bars" > < / i >
2018-11-27 16:06:49 +03:00
< a href = "/." > graphql-php< / a >
2018-04-20 12:39:52 +03:00
< / nav >
< div class = "wy-nav-content" >
< div class = "rst-content" >
< div role = "navigation" aria-label = "breadcrumbs navigation" >
< ul class = "wy-breadcrumbs" >
2018-11-27 16:06:49 +03:00
< li > < a href = "/." > Docs< / a > » < / li >
2018-04-20 12:39:52 +03:00
< li class = "wy-breadcrumbs-aside" >
< / li >
< / ul >
< hr / >
< / div >
< div role = "main" >
< div class = "section" >
< h1 id = "404-page-not-found" > 404< / h1 >
< p > < strong > Page not found< / strong > < / p >
< / div >
< / div >
< footer >
< hr / >
< div role = "contentinfo" >
<!-- Copyright etc -->
< / div >
Built with < a href = "http://www.mkdocs.org" > MkDocs< / a > using a < a href = "https://github.com/snide/sphinx_rtd_theme" > theme< / a > provided by < a href = "https://readthedocs.org" > Read the Docs< / a > .
< / footer >
< / div >
< / div >
< / section >
< / div >
< div class = "rst-versions" role = "note" style = "cursor: pointer" >
< span class = "rst-current-version" data-toggle = "rst-current-version" >
< / span >
< / div >
2018-11-27 16:06:49 +03:00
< script > var base _url = '/' ; < / script >
< script src = "/js/theme.js" defer > < / script >
< script src = "/search/main.js" defer > < / script >
2018-04-20 12:39:52 +03:00
< / body >
< / html >