Skip to content

Commit

Permalink
DCI API Server: Reverted schema.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkumar-02 committed Feb 15, 2024
1 parent ee97e8c commit 59c4a84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion g2p_dci_api_server/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class Partner(OdooObjectType):
reg_ids = graphene.Field(List(RegIds))
phone_no = graphene.String()
is_group = graphene.Boolean(required=True)
income = graphene.Int()


class Query(graphene.ObjectType):
Expand Down

0 comments on commit 59c4a84

Please sign in to comment.