Travis Cline
Travis Cline
"Returns a pointer to a struct that matches or nil if no row is found." is incorrect as Get reruns just an error.
panic: reflect: call of reflect.Value.Int on string Value It seems like it should be easier to opt-out of the Version field without mangling the field name.
currently you have to modify a global (sqlx.NameMapper) -- should be able to set this on DbMap
``` message OneOf { message Value { oneof value { string string_value = 1; int64 int_value = 2; } } } ``` generates ``` input OneOf { } ```
``` message SelfRef { SelfRef self_ref = 1; } ``` generates ``` input SelfRef { self_ref: SelfRef! } ``` which graphql-schema-linter flags as: `Cannot reference Input Object "SelfRef" within itself...
Do you plan to support field metadata such as isDeprecated/deprecationReason?