major
major copied to clipboard
One of these days I'll stop working on graphql code generation. But unfortunately, today is not that day
pulled from #14 > - No capitals are allowed on field > - Field name cannot be named the same thing as a root type > - filenames must be...
I've finally gotten the top bar behavior down by through `alwaysOnTopGlobalKey`, and the front layer default vertical behavior is well behaved because of `InPlaceHandoffPageRoute`, `SlideVerticallyBetweenPages` and `FadeBetweenPages`. However, the `backLayer`...
Hey there, I have the graphql upload on my server and am wondering the best way to handle the serialization. It would essentially be a MultipartFile, but I'm not sure...
from #14 > **Unsupported GraphQL Types** > > - Unions: Errors show up because the types don't implement the union name > > Are unions able to be supported? I...
due to neseted casting I believe
$: FullMetricDefinitionSelectionSet
**Issues** - abstract class of interface type has no method build() but the implementations of them do ```dart abstract class MyInterfaceBuilder { void replace(MyInterface other); void update(void Function(MyInterfaceBuilder) updates); MyInterfaceType...
If printers were methods on classes extended from the core schema/operation definitions, tracking their relationships might be much simpler
Would be better to intelligently avoid attempting to cast an object type to itself rather than give it a superfluous constructor