GraphQlDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Base class for all GraphQL DTOs
public class GraphQlDto
Inheritance Object → GraphQlDto
Properties
UserContext
A user context object that can be used to transport user specific data
public object UserContext { get; set; }
Property Value
Constructors
GraphQlDto()
public GraphQlDto()