import { gql } from "graphql-tag" export const SystemFragment = gql` fragment SystemFragment on EntrySystemField { content_type_uid locale uid } `