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