Add --state and --contract-ended flags to CLI user list
Replace the --active boolean flag with two explicit filters: --state (ACTIVE/INACTIVE) and --contract-ended (true/false). Also add state filter support to the console GraphQL API. Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -53,6 +53,7 @@ input ProfileOrder
|
||||
|
||||
input ProfileFilter {
|
||||
contractEnded: Boolean
|
||||
state: ProfileState
|
||||
}
|
||||
|
||||
type ProfileConnection
|
||||
|
||||
Reference in New Issue
Block a user