Fix organization serialization
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -854,6 +854,10 @@ func (r *mutationResolver) UpdateOrganization(ctx context.Context, input types.U
|
|||||||
Organization: &types.Organization{
|
Organization: &types.Organization{
|
||||||
ID: organization.ID,
|
ID: organization.ID,
|
||||||
Name: organization.Name,
|
Name: organization.Name,
|
||||||
|
Description: organization.Description,
|
||||||
|
WebsiteURL: organization.WebsiteURL,
|
||||||
|
Email: organization.Email,
|
||||||
|
HeadquarterAddress: organization.HeadquarterAddress,
|
||||||
CreatedAt: organization.CreatedAt,
|
CreatedAt: organization.CreatedAt,
|
||||||
UpdatedAt: organization.UpdatedAt,
|
UpdatedAt: organization.UpdatedAt,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user