Class: LMSGraphQL::Mutations::Canvas::CreateEpubExport
- Inherits:
-
BaseMutation
- Object
- GraphQL::Schema::Mutation
- BaseMutation
- LMSGraphQL::Mutations::Canvas::CreateEpubExport
- Defined in:
- lib/lms_graphql/mutations/canvas/create_epub_export.rb
Instance Method Summary collapse
Instance Method Details
#resolve(course_id:) ⇒ Object
12 13 14 15 16 17 18 19 20 |
# File 'lib/lms_graphql/mutations/canvas/create_epub_export.rb', line 12 def resolve(course_id:) context[:canvas_api].call("CREATE_EPUB_EXPORT").proxy( "CREATE_EPUB_EXPORT", { "course_id": course_id }, {}, ).parsed_response end |