Skip to content

Commit ddd3066

Browse files
committed
Add IGraphQLObject interface to GraphQLResponse class for improved functionality
1 parent d9a95d7 commit ddd3066

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GraphQLSharp/Client/Response/GraphQLResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class GraphQLResponse<T> : GraphQLResponse
1212
}
1313
}
1414

15-
public class GraphQLResponse : IHasExtensions
15+
public class GraphQLResponse : IHasExtensions, IGraphQLObject
1616
{
1717
[JsonIgnore]
1818
public GraphQLRequest Request { get; internal set; }

0 commit comments

Comments
 (0)