houdini 0.18.2 → 0.18.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -121,7 +121,7 @@ type ScalarMap = {
121
121
  export type TypeConfig = {
122
122
  [typeName: string]: {
123
123
  keys?: string[];
124
- resolve: {
124
+ resolve?: {
125
125
  queryField: string;
126
126
  arguments?: (data: any) => {
127
127
  [key: string]: any;
@@ -121,7 +121,7 @@ type ScalarMap = {
121
121
  export type TypeConfig = {
122
122
  [typeName: string]: {
123
123
  keys?: string[];
124
- resolve: {
124
+ resolve?: {
125
125
  queryField: string;
126
126
  arguments?: (data: any) => {
127
127
  [key: string]: any;
@@ -121,7 +121,7 @@ type ScalarMap = {
121
121
  export type TypeConfig = {
122
122
  [typeName: string]: {
123
123
  keys?: string[];
124
- resolve: {
124
+ resolve?: {
125
125
  queryField: string;
126
126
  arguments?: (data: any) => {
127
127
  [key: string]: any;