fields

fun fields(vararg fieldList: String): ApicalypseQueryBuilder

Fields that should be returned as a result of an API request.

Set to '*' to return all the fields

See https://api-docs.igdb.com/#fields


Fields that should be returned as a result of an API request.

Use ru.pixnews.igdbclient.model.Game.Companion.field extension function to start building a field request for the Game object.

For example, you can use Game.Companion.field.all to query all fields

See https://api-docs.igdb.com/#fields