Class: Types::Projects::DetailedImportStatusType
- Inherits:
-
BaseObject
- Object
- GraphQL::Schema::Object
- BaseObject
- Types::Projects::DetailedImportStatusType
- Defined in:
- app/graphql/types/projects/detailed_import_status_type.rb
Instance Method Summary collapse
Methods inherited from BaseObject
accepts, assignable?, authorization, authorization_scopes, authorize, authorized?, #current_user, #id
Methods included from Gitlab::Graphql::Present
Instance Method Details
#url ⇒ Object
34 35 36 |
# File 'app/graphql/types/projects/detailed_import_status_type.rb', line 34 def url object.project.safe_import_url end |