ResolverUpdateContract interface

GraphQL API Resolver Update Contract details.

Properties

description

Description of the resolver. May include HTML formatting tags.

displayName

Resolver Name.

path

Path is type/field being resolved.

Property Details

description

Description of the resolver. May include HTML formatting tags.

description?: string

Property Value

string

displayName

Resolver Name.

displayName?: string

Property Value

string

path

Path is type/field being resolved.

path?: string

Property Value

string