Update member's program

Use the updateMemberProgram to update the program assigned to a member.

Required Arguments

Available Fields

The following fields will be displayed in the response:

Example

mutation {
  updateMemberProgram(input: {
            memberId: "TWVtYmVyOjBhMTA3YWM5LTg4Y2EtNGJkYy1iOTdhLWIyODE4NDA1ODVjZA==",
            programId: "UHJvZ3JhbTo0NDIzYTgwNy0wNGFiLTQwOGItODk1Mi00YWU5NzA5NmQ2YjQ="
  }) {
    success
    message
  }
}

Last updated