path property

String? path
getter/setter pair

The file name including folder path, if applicable.

The path should be relative to a local workspace (e.g. dataconnect/(schema|connector) / * .gql) and not an absolute path (e.g. /absolute/path/(schema|connector) / * .gql).

Required.

Implementation

core.String? path;