Type alias ResolverUpdateInput

ResolverUpdateInput: {
    description?: string | null;
    graph?: string | null;
    name?: string | null;
}

Type declaration

  • Optional description?: string | null
  • Optional graph?: string | null
  • Optional name?: string | null

Generated using TypeDoc