Returns the GraphQL fragment string.
@override String get fragment => ''' $objectName { ${fields.join('\n ')} } ''';