OperationDescriptor

@Serializable
class OperationDescriptor(val name: String, val source: String, val type: String)

A description of an operation to compute an id from

Constructors

Link copied to clipboard
constructor(name: String, source: String, type: String)

Properties

Link copied to clipboard

The name of the operation

Link copied to clipboard

The source of the operation document as it is sent over the wire, including fragments

Link copied to clipboard

The type of the operation. One of "query", "mutation", "subscription"