SetHomepageURL sets the "homepage_url" field.
(s string)
| 8553 | |
| 8554 | // SetHomepageURL sets the "homepage_url" field. |
| 8555 | func (m *OAuthClientMutation) SetHomepageURL(s string) { |
| 8556 | m.homepage_url = &s |
| 8557 | } |
| 8558 | |
| 8559 | // HomepageURL returns the value of the "homepage_url" field in the mutation. |
| 8560 | func (m *OAuthClientMutation) HomepageURL() (r string, exists bool) { |