api/schema: Rename import to importUpload

import is a keyword in Go, so gqlgen currently renames this to
importArg. importUpload fits better.
This commit is contained in:
Thorben Günther 2023-10-25 12:53:23 +02:00 committed by Conrad Hoffmann
parent 3f51bbe5ff
commit 7e6b9628a4
1 changed files with 1 additions and 1 deletions

View File

@ -836,7 +836,7 @@ type Mutation {
name: String!,
description: String,
visibility: Visibility!,
import: Upload): Tracker! @access(scope: TRACKERS, kind: RW)
importUpload: Upload): Tracker! @access(scope: TRACKERS, kind: RW)
"Updates an existing bug tracker"
updateTracker(