let FeaturedBlock backgroundColor be optional in the schema
This commit is contained in:
@ -147,7 +147,7 @@ class FeaturedBlock(blocks.StructBlock):
|
|||||||
GraphQLString("link_text", required=True),
|
GraphQLString("link_text", required=True),
|
||||||
GraphQLString("image_position", required=True),
|
GraphQLString("image_position", required=True),
|
||||||
GraphQLImage("featured_image_override"),
|
GraphQLImage("featured_image_override"),
|
||||||
GraphQLString("background_color", required=True),
|
GraphQLString("background_color", required=False),
|
||||||
GraphQLPage("featured_page", required=True),
|
GraphQLPage("featured_page", required=True),
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user