PrimitiveCustomMapping: {
    [Type in GraphQlPermittedReturnType]: PrimitiveCustomMappingDefinition<Type, GraphQlTypeMap[Type]>
}[GraphQlPermittedReturnType]

A map of definitions for customMappings which return primitive (scalar) GraphQL types.