Add tests on companies page (#155)
This commit is contained in:
@ -40,7 +40,7 @@ export const EMPTY_QUERY = gql`
|
||||
`;
|
||||
|
||||
export const SEARCH_COMPANY_QUERY = gql`
|
||||
query SearchQuery($where: CompanyWhereInput, $limit: Int) {
|
||||
query SearchCompanyQuery($where: CompanyWhereInput, $limit: Int) {
|
||||
searchResults: companies(where: $where, take: $limit) {
|
||||
id
|
||||
name
|
||||
|
||||
Reference in New Issue
Block a user