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