From 11962d92add4bfc20833962afe709667e956a5bb Mon Sep 17 00:00:00 2001 From: Dehann Fourie <6412556+dehann@users.noreply.github.com> Date: Mon, 7 Oct 2024 08:52:12 -0700 Subject: [PATCH] remeber entry._type --- src/graphql/BlobEntry.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/src/graphql/BlobEntry.jl b/src/graphql/BlobEntry.jl index f7e2d79..274468e 100644 --- a/src/graphql/BlobEntry.jl +++ b/src/graphql/BlobEntry.jl @@ -15,6 +15,7 @@ fragment blobEntry_fields on BlobEntry { createdTimestamp lastUpdatedTimestamp _version + _type } """