Arguments are optional with uuid.Nil to ignore. - Use just 'organization_id' to get all members of an org - Use just 'user_id' to get all orgs a user is a member of - Use both to get a specific org member row
(ctx context.Context, arg OrganizationMembersParams)
| 1087 | // - Use just 'user_id' to get all orgs a user is a member of |
| 1088 | // - Use both to get a specific org member row |
| 1089 | OrganizationMembers(ctx context.Context, arg OrganizationMembersParams) ([]OrganizationMembersRow, error) |
| 1090 | PaginatedOrganizationMembers(ctx context.Context, arg PaginatedOrganizationMembersParams) ([]PaginatedOrganizationMembersRow, error) |
| 1091 | // Under READ COMMITTED, concurrent pin operations for the same |
| 1092 | // owner may momentarily produce duplicate pin_order values because |
no outgoing calls