Skip to content

Commit

Permalink
fix(core): add search to GraphQLRequestOperation
Browse files Browse the repository at this point in the history
  • Loading branch information
MarlonJD committed Dec 4, 2023
1 parent 36168ab commit 304ff60
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ enum GraphQLRequestType { query, mutation, subscription }
enum GraphQLRequestOperation {
get,
list,
search,
create,
update,
delete,
Expand Down

0 comments on commit 304ff60

Please sign in to comment.