Dan Avner
Dan Avner
@bsipocz Thanks for the review. I am working on addressing your comments. I have comments below: 1. I had a misunderstanding on the remote tests, as they pass with `pytest...
@lefeverd, I'm running into the same requirements, did you ever get this figured out? Thanks!
@flonou I'm running into the same issue. ```python class UpdateProgramNotesResultFields(GraphQLField): @classmethod def program_notes(cls) -> "ProgramNoteFields": return ProgramNoteFields("program_notes") ``` should be ```python class UpdateProgramNotesResultFields(GraphQLField): @classmethod def program_notes(cls) -> "ProgramNoteFields": return ProgramNoteFields("programNotes")...
I applied a plugin to patch those changes you made in #326 thanks for figuring that out. It is working as expected!