-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Labels
a/api/graphqlc/serverRelated to serverRelated to serverk/enhancementNew feature or improve an existing featureNew feature or improve an existing feature
Description
Descriptions
Currently, it appears as though comments applied to computed fields via the console do not propagate to GraphQL schema descriptions. Instead, a standard description is applied, as seen below:
type table {
# A computed field, executes function "with_args_function"
#
# Arguments
# args: input parameters for function "with_args_function"
with_args_computed_field(args: with_args_computed_field_args!): Boolean
# A computed field, executes function "no_args_function"
no_args_computed_field: Boolean
} Ideally, first line of the description would instead be the user-defined comment.
Related Issues
bitjson
Metadata
Metadata
Labels
a/api/graphqlc/serverRelated to serverRelated to serverk/enhancementNew feature or improve an existing featureNew feature or improve an existing feature