Skip to content

Commit 792a82a

Browse files
committed
fix description
1 parent 87eacd7 commit 792a82a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/schema/types/activityLogsByUrl.type.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import { Connection } from './pagination.type';
66
*/
77
export const ActivityLogsByUrlType = new GraphQLObjectType({
88
name: 'ActivityLogsByUrl',
9-
description: 'Represents a single activity log entry.',
9+
description: 'Represents how many times an url was accessed.',
1010
fields: () => ({
1111
url: {
1212
type: GraphQLString,
13-
description: 'The URL associated with the activity, if applicable.',
13+
description: 'The URL associated with the activity',
1414
},
1515
count: {
1616
type: GraphQLInt,

0 commit comments

Comments
 (0)