k-capehart / go-salesforce

Salesforce REST API client written in Go
https://pkg.go.dev/github.com/k-capehart/go-salesforce/v2
MIT License
30 stars 6 forks source link

chore: Update documentation to clarify relationship queries #52

Closed iamber12 closed 4 months ago

iamber12 commented 5 months ago

This PR refines the documentation to provide clearer guidance on handling fields related through parent-child or lookup relationships when querying Salesforce objects. The adjustments ensure that users understand how to structure their queries and corresponding Go types effectively.