Contentstack GraphQL API | Get System defined Fields
Request
xxxxxxxxxx
query GetSystemdefinedFields{
all_product {
items {
title
system {
created_at
updated_at
created_by
updated_by
uid
version
content_type_uid
locale
publish_details {
environment
locale
time
user
}
}
imagesConnection {
edges {
node {
system {
created_at
updated_at
created_by
updated_by
uid
version
content_type_uid
publish_details {
environment
locale
time
user
}
}
}
}
}
}
}
}