Skip to content

Commit

Permalink
Update intro.go
Browse files Browse the repository at this point in the history
  • Loading branch information
dosco authored Dec 7, 2023
1 parent d261037 commit 413336f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/intro.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func (in *Introspection) addTable(table sdata.DBTable, alias string) (err error)
in.addTypeTo("Mutation", ftM)

// add tableByID type to query and subscription
var ftQSByID fullType
var ftQSByID FullType

if ftQSByID, err = in.addTableType(t, alias); err != nil {

Check failure on line 299 in core/intro.go

View workflow job for this annotation

GitHub Actions / lint

undefined: t
return
Expand Down

0 comments on commit 413336f

Please sign in to comment.