UpdateMemberInput

GraphQL schema definition

  • type UpdateMemberInput {
  • member: ID!
  • label: String!
  • isActive: Boolean!
  • }

Fields