Skip to content
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.

Commit

Permalink
icon to slug
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Jun 27, 2018
1 parent 500057f commit df57b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/graphql/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ var (
Fields: graphql.Fields{
"id": nonNullIntField,
"name": nonNullStringField,
"icon": nonNullStringField,
"slug": nonNullStringField,
},
})
)

0 comments on commit df57b30

Please sign in to comment.