k-capehart / go-salesforce

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

chore: Update documentation to clarify relationship queries #52

Closed iamber12 closed 1 month ago

iamber12 commented 1 month 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.