Website/tina/__generated__/frags.gql
Martin Gasque 0ba3f3c7c5 Initial commit
Will it deploy one day ?
2024-02-20 08:59:37 +01:00

80 lines
848 B
GraphQL

fragment AboutParts on About {
__typename
title
seo_title
slug
description
body
}
fragment PostParts on Post {
__typename
title
seo_title
summary
toc
description
slug
image
date
author
tags
categories
body
}
fragment ProjetsParts on Projets {
__typename
title
seo_title
summary
description
slug
toc
feature_image
image
date
author
project_types
tech_stack
body
}
fragment ContactParts on Contact {
__typename
title
seo_title
description
}
fragment JdbParts on Jdb {
__typename
title
seo_title
description
body
}
fragment CreateursParts on Createurs {
__typename
title
seo_title
summary
slug
feature_image
body
}
fragment JeuxParts on Jeux {
__typename
title
seo_title
summary
description
slug
feature_image
date
tags
body
}