Skip to content
This repository has been archived by the owner on May 6, 2023. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 371 Bytes

File metadata and controls

9 lines (5 loc) · 371 Bytes

User State Mutations

Have the user log-in, and be able to perform mutations

Description

This module provides the functionality needed to log the user in, which is in most cases required to perform mutations.

Disabling this module makes all "schema mutation" modules which require user state (such as for creating a post, uploading media, etc) also get disabled.