Extract info gql fragments

This commit is contained in:
schroda
2024-07-09 00:39:41 +02:00
parent 50aae95700
commit c1e92b3256
7 changed files with 54 additions and 45 deletions

View File

@@ -7,7 +7,7 @@
*/
import gql from 'graphql-tag';
import { WEBUI_UPDATE_INFO, WEBUI_UPDATE_STATUS } from '@/lib/graphql/Fragments';
import { WEBUI_UPDATE_INFO, WEBUI_UPDATE_STATUS } from '@/lib/graphql/fragments/InfoFragments.ts';
export const UPDATE_WEBUI = gql`
${WEBUI_UPDATE_STATUS}