public class GraphqlDataConverter : IGraphqlDataConverter| GraphqlDataConverter | Initializes a new instance of the GraphqlDataConverter class |
| DataToProjectDtos | DataToProjectDtos converts a Repository[] to a list of ProjectDto objects. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| 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. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |