Skip to content

Commit

Permalink
Update Sources/GraphZahl/Resolution/InputResolvable/Implementations/G…
Browse files Browse the repository at this point in the history
…raphQLInputObject.swift
  • Loading branch information
nerdsupremacist authored May 27, 2020
1 parent b698f1a commit def4d0a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ private var propertiesForType = [Int : [String : PropertyInfo]]()

## Note

Input types can be useful to group arguments. We can also use them to group arguments that should always be provided together. Like in our search example, we don't need the user to specify how to sort. But when the user wants the Results sorted by a field, we need to know if the should be sorted in a ascending or descending order. That's why the Input Object makes sense in this scenario.
Input types can be useful to group arguments. We can also use them to group arguments that should always be provided together. Like in our search example, we don't need the user to specify how to sort. But when the user wants the Results sorted by a field, we need to know if they should be sorted in an ascending or descending order. That's why the Input Object makes sense in this scenario.

## Details

Expand Down

0 comments on commit def4d0a

Please sign in to comment.