feat: Introduce adding a new app connection
This commit is contained in:
@@ -3,6 +3,7 @@ import { gql } from '@apollo/client';
|
||||
export const GET_APPS = gql`
|
||||
query GetApps($name: String) {
|
||||
getApps(name: $name) {
|
||||
key
|
||||
name
|
||||
iconUrl
|
||||
docUrl
|
||||
|
Reference in New Issue
Block a user