Type Alias GraphqlBuilder<BlockType>

GraphqlBuilder: (
    block: Readonly<GraphqlBlockByType[BlockType]>,
) => GraphqlBuilderOutput

The expected function shape for a GraphQL block builder.

Type Parameters

Type declaration