Variable graphqlBuildersConst

graphqlBuilders: {
    [BlockType in GraphqlBlockType | OperationType]: GraphqlBuilder<
        BlockType,
    >
} = ...

All GraphQL builders by their block type.