Class: Types::Projects::DetailedImportStatusType

Inherits:
BaseObject
  • Object
show all
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

#present, #unpresented

Instance Method Details

#urlObject



34
35
36
# File 'app/graphql/types/projects/detailed_import_status_type.rb', line 34

def url
  object.project.safe_import_url
end