diff --git a/src/modules/gatsby-source-url/graphqlTypes.ts b/src/modules/gatsby-source-url/graphqlTypes.ts index 807bcbbd..1a4485e5 100644 --- a/src/modules/gatsby-source-url/graphqlTypes.ts +++ b/src/modules/gatsby-source-url/graphqlTypes.ts @@ -38,7 +38,7 @@ export const ImgixUrlParamsInputType = new GraphQLInputObjectType({ // TODO: Clean up this mess. const type = expectsTypes.every( - (type) => type === 'integer' || type === 'unit_scalar', + (type) => type === 'integer', ) ? GraphQLInt : expectsTypes.every(