Skip to main content

GraphQlDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Base class for all GraphQL DTOs

public class GraphQlDto

Inheritance ObjectGraphQlDto

Properties

UserContext

A user context object that can be used to transport user specific data

public object UserContext { get; set; }

Property Value

Object

Constructors

GraphQlDto()

public GraphQlDto()