Update FE case to match BE graphql case (camelCase) (#154)
This commit is contained in:
@ -44,7 +44,7 @@ export const SEARCH_COMPANY_QUERY = gql`
|
||||
searchResults: companies(where: $where, take: $limit) {
|
||||
id
|
||||
name
|
||||
domain_name: domainName
|
||||
domainName
|
||||
}
|
||||
}
|
||||
`;
|
||||
|
||||
Reference in New Issue
Block a user