Class: LMSGraphQL::Mutations::Canvas::AssignUnassignedMember
- Inherits:
-
CanvasBaseMutation
- Object
- GraphQL::Schema::Mutation
- CanvasBaseMutation
- LMSGraphQL::Mutations::Canvas::AssignUnassignedMember
- Defined in:
- lib/lms_graphql/mutations/canvas/assign_unassigned_members.rb
Instance Method Summary collapse
Instance Method Details
#resolve(group_category_id:, sync: nil) ⇒ Object
10 11 12 13 14 15 16 17 18 |
# File 'lib/lms_graphql/mutations/canvas/assign_unassigned_members.rb', line 10 def resolve(group_category_id:, sync: nil) ctx[:canvas_api].proxy( "ASSIGN_UNASSIGNED_MEMBERS", { "group_category_id": group_category_id, "sync": sync }, nil, ).parsed_response end |