61
Local Storage Support
Dan Wetherald
Having the ability to set and get local storage would be necessary to creating applications with sessions or other globally persisted data.
For example, a login mutation would store a JWT token that would later be used by an authorized mutation or query by adding the token to the Authorization Header.
Activity
Sérgio João
Fundamental considering that Draftbit is targeting native apps - The ability to persist Auth and to work offline.