OBJECT
Represents single fuel supplier belonging to operator specified in request endpoint
type FuelSupplier {supplierNid: Int! type: String! isApproved: Boolean! isFavourite: Boolean! name: String! }