IGraphqlDataConverter Interface

IGraphqlDataConverter converts GraphQL data to a format that is easier to work with.

Definition

Namespace: spider.Converters
Assembly: spider (in spider.exe) Version: 1.0.0+fc7a1b35c0f8728ecbe7255d9fa5b4d3324ce3c6
C#
public interface IGraphqlDataConverter

Methods

RepositoryToProject RepositoryToProject converts a single Repository to a ProjectDto object.
SearchToProjects SearchToProjects converts a SpiderData object to a list of ProjectDto objects.
TopicSearchToProjects TopicSearchToProjects converts a TopicSearchData object to a list of ProjectDto objects.

See Also