Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Sistem Informasi Zakat
Sizakat 5.0 (Refactoring)
Sizakat Backend
Commits
b752cb6c
Commit
b752cb6c
authored
Jul 30, 2020
by
abdurrafiarief
Browse files
[GREEN]Implemented mutation for data sources
parent
7d4254e8
Pipeline
#51220
passed with stage
in 15 minutes and 41 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
sizakat/schema.py
View file @
b752cb6c
...
...
@@ -20,6 +20,10 @@ class Query(MustahikQuery, graphene.ObjectType):
class
Mutation
(
graphene
.
ObjectType
):
mustahik_mutation
=
MustahikMutation
.
Field
()
delete_mustahik
=
DeleteMustahik
.
Field
()
dataSource_mutation
=
DataSourceMutation
.
Field
()
dataSourceWarga_mutation
=
DataSourceWargaMutation
.
Field
()
dataSourceInstitusi_mutation
=
DataSourceInstitusiMutation
.
Field
()
dataSourcePekerja_mutation
=
DataSourcePekerjaMutation
.
Field
()
schema
=
graphene
.
Schema
(
query
=
Query
,
mutation
=
Mutation
)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment