Update User's Program
Mutation used to set the current user to a desired program
Use the updateUserProgram
mutation to update the information of the user's program.
A list of all programs can be obtained using the program query.
Required Argument
Argument | Type | Description |
| ID | The ID of a program |
Examples
GraphQL Example
cURL Example (with API Token)
cURL Example (with Bearer Token)
Last updated