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