feat: Extend Apps page with search and data
This commit is contained in:
7
packages/web/src/graphql/queries/get-apps.ts
Normal file
7
packages/web/src/graphql/queries/get-apps.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_APPS = gql`
|
||||
query GetApps($name: String) {
|
||||
getApps(name: $name)
|
||||
}
|
||||
`;
|
Reference in New Issue
Block a user