This commit is contained in:
Darren Clarke 2024-10-17 21:25:12 +02:00
parent e27c381405
commit f977ccf9a8
2 changed files with 4 additions and 1 deletions

View file

@ -1,4 +1,4 @@
import { gql } from 'graphql-request';
import { gql } from "graphql-request";
export const getTicketArticlesQuery = gql`
query getTicketArticles($ticketId: ID!) {
@ -7,6 +7,7 @@ query getTicketArticles($ticketId: ID!) {
node {
id
bodyWithUrls
contentType
internal
type {
name