-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
Type: SupportAny questions, information, or general needs around the SDK or GitHub APIsAny questions, information, or general needs around the SDK or GitHub APIs
Description
Right now all the types are defined as type
so we can use them in program to get the types. But actually I think we can also use the types to generate the GraphQL SQL query string automatically.
So I think if we can define the types as class
and use a class instance as the parameter so the underlying program can generate query string from the instance and return the right type as well. Are there any side effects if we use class
instead of type
to do this?
wengzhenjie
Metadata
Metadata
Assignees
Labels
Type: SupportAny questions, information, or general needs around the SDK or GitHub APIsAny questions, information, or general needs around the SDK or GitHub APIs