File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
packages/ghost-graphql/src/types Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ const GhostPage = new GraphQLObjectType({
2626 excerpt : { type : GraphQLString } ,
2727 featureImage : { type : GraphQLString } ,
2828 featureImageAlt : { type : GraphQLString } ,
29+ featureImageCaption : { type : GraphQLString } ,
2930 html : { type : GraphQLString } ,
3031 id : { type : new GraphQLNonNull ( GraphQLString ) } ,
3132 metaDescription : { type : GraphQLString } ,
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ const GhostPost = new GraphQLObjectType({
2626 excerpt : { type : GraphQLString } ,
2727 featureImage : { type : GraphQLString } ,
2828 featureImageAlt : { type : GraphQLString } ,
29+ featureImageCaption : { type : GraphQLString } ,
2930 html : { type : GraphQLString } ,
3031 id : { type : new GraphQLNonNull ( GraphQLString ) } ,
3132 metaDescription : { type : GraphQLString } ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ const GhostTag = new GraphQLObjectType({
1313 description : { type : GraphQLString } ,
1414 featureImage : { type : GraphQLString } ,
1515 featureImageAlt : { type : GraphQLString } ,
16+ featureImageCaption : { type : GraphQLString } ,
1617 id : { type : new GraphQLNonNull ( GraphQLString ) } ,
1718 metaDescription : { type : GraphQLString } ,
1819 metaTitle : { type : GraphQLString } ,
You can’t perform that action at this time.
0 commit comments