refactor: start using AvailableAppsEnumType
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
9ea5242d94
commit
69bea588e4
@@ -1,7 +1,7 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_APP_CONNECTIONS = gql`
|
||||
query GetAppConnections($key: String!) {
|
||||
query GetAppConnections($key: AvailableAppsEnumType!) {
|
||||
getApp(key: $key) {
|
||||
key
|
||||
connections {
|
||||
|
@@ -1,7 +1,7 @@
|
||||
import { gql } from '@apollo/client';
|
||||
|
||||
export const GET_APP = gql`
|
||||
query GetApp($key: String!) {
|
||||
query GetApp($key: AvailableAppsEnumType!) {
|
||||
getApp (key: $key) {
|
||||
name
|
||||
key
|
||||
|
Reference in New Issue
Block a user