File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/Linq2GraphQL.Generator/Templates/Interface Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,7 @@ public virtual string TransformText()
307307
308308 #line default
309309 #line hidden
310- this . Write ( "\" )]\r \n " ) ;
310+ this . Write ( "\" )]\r \n public " ) ;
311311
312312 #line 89 "C:\Data\Linq2GraphQL.Client-1\src\Linq2GraphQL.Generator\Templates\Interface\InterfaceTemplate.tt"
313313 this . Write ( this . ToStringHelper . ToStringWithCulture ( coreType . CSharpTypeDefinition ) ) ;
@@ -329,8 +329,8 @@ public virtual string TransformText()
329329 #line default
330330 #line hidden
331331 this . Write ( " /// <summary>\r \n /// GraphQL __typename field for runtime type resolution\r \n " +
332- " /// </summary>\r \n [GraphQLMember(\" __typename\" )]\r \n string __TypeName { g " +
333- "et ; set; }\r \n }" ) ;
332+ " /// </summary>\r \n [GraphQLMember(\" __typename\" )]\r \n public string __TypeN " +
333+ "ame { get ; set; }\r \n }" ) ;
334334 return this . GenerationEnvironment . ToString ( ) ;
335335 }
336336 }
You can’t perform that action at this time.
0 commit comments