getGqlStr property

String getGqlStr

Implementation

String get getGqlStr => '''
      query get$modelName(\$id: ID!) {
        get$modelName(id: \$id) {
          $returnFields
        }
      }
  '''
    .toString();