Intro

The tag defines a multi-line text input control. A TextBox can hold an unlimited number of characters, and the text renders in a fixed-width font (usually Courier). The size of a TextBox can be specified by the cols and rows attributes, or even better; through CSS height and width properties.

Basic

Get many resources in a single request

GraphQL queries access not just the properties of one resource but also smoothly follow references between them. While typical REST APIs require loading from multiple URLs, GraphQL APIs get all the data your app needs in a single request. Apps using GraphQL can be quick even on slow mobile network connections.

HIDE Code
Props
<TextBox
    title="Get many resources in a single request"
    text={`GraphQL queries access not just the properties of one resource but also smoothly
    follow references between them. While typical REST APIs require loading from multiple URLs, 
    GraphQL APIs get all the data your app needs in a single request. Apps using GraphQL can be 
    quick even on slow mobile network connections.`}
/>
With ♥ by