Update FE case to match BE graphql case (camelCase) (#154)
This commit is contained in:
@ -61,7 +61,7 @@ function Companies() {
|
||||
employees: null,
|
||||
address: '',
|
||||
pipes: [],
|
||||
creationDate: new Date(),
|
||||
createdAt: new Date(),
|
||||
accountOwner: null,
|
||||
__typename: 'companies',
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user