class LMSGraphQL::Mutations::Canvas::AssignUnassignedMember
Public Instance Methods
resolve(group_category_id:, sync: nil)
click to toggle source
# File lib/lms_graphql/mutations/canvas/assign_unassigned_members.rb, line 13 def resolve(group_category_id:, sync: nil) context[:canvas_api].call("ASSIGN_UNASSIGNED_MEMBERS").proxy( "ASSIGN_UNASSIGNED_MEMBERS", { "group_category_id": group_category_id }, { "sync": sync }, ).parsed_response end