You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's possible to chance the GraphQL field name using an attribute. For example:
[GraphQLFieldName("Name")]
public string Name { get; set;}
Alternavively you can override the method GetPropertyField in GraphQLFieldBuilder. The automatic lowercasing of GraphQL name could be optional (using some options) in the future. I Will look into that.
The 'parsing' of query classes etc cannot retain uppercase letters in the names e.g.
becomes
not
Can this be solved?
The text was updated successfully, but these errors were encountered: