Closed adamfisher closed 1 year ago
[
{
"patternBaseType": ".+",
"patternValueType": "^UUID$",
"patternValueName": ".+",
"netTypeName": "Guid"
}
]
and the file name must be RegexScalarFieldTypeMappingProvider.gql.config.json
Thank you!
This schema definition below generates out
QueryBuilderParameter<ICollection<object>?>? UserIds
for the userIds: parameter but I was expected a GUID. Based on #53 it sounds like UUID would already be supported and automatically convert to a C# GUID?I added a
TypeMappingProvider.gql.config.json
file and linked it in the csproj:I added this in the contents of the file:
Am I just missing something with the config to get this working?