-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apidoc #2
Comments
↓ 完成形
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
コマンド: ./node_modules/.bin/graphql-markdown http://0.0.0.0:8080/graphql > schema.md
Schema Types
Table of Contents
Query
Find a employee by ID
Find a employee by ID
An example field added by the generator
Mutation
An example field added by the generator
Parameters for UpdateCompany
Objects
Company
会社マスタ
住所
建物名
作成日
名前
郵便番号1
郵便番号2
都道府県ID
都道府県
更新日
Employee
従業員
誕生日
従業員番号
会社ID
作成日
名
名(カナ)
性別
画像
自己紹介
入社日
姓
姓(カナ)
退社日
更新日
EmployeeAddress
従業員住所
住所
建物名
会社ID
作成日
従業員ID
郵便番号1
郵便番号2
都道府県ID
更新日
EmployeeBank
従業員口座
銀行支店ID
銀行ID
口座番号
会社ID
作成日
従業員ID
行No
更新日
EmployeeFamily
従業員家族
誕生日
会社ID
作成日
従業員ID
名
名(カナ)
性別
姓
姓(カナ)
続柄
行No
更新日
EmployeePayrollGroup
従業員の給与グループ
会社ID
作成日
従業員ID
給与グループID
更新日
EmployeeQualification
従業員資格情報
取得日
会社ID
作成日
従業員ID
資格ID
更新日
EmployeeSalary
従業員給与
会社ID
作成日
差引支給額
従業員ID
確定フラグ
支給日
給与グループID
控除合計
支給合計
更新日
EmployeeSalaryAttendanceItem
従業員給与の勤怠項目
勤怠項目ID
会社ID
作成日
従業員ID
削除フラグ
項目名
行No
更新日
値
EmployeeSalaryDeductionItem
従業員給与の控除項目
計算過程のファイル
会社ID
作成日
控除項目ID
従業員ID
計算式
削除フラグ
マイナスフラグ
項目種別
項目名
行No
金額設定種別
更新日
値
EmployeeSalaryPaymentItem
従業員給与の支給項目
計算過程のファイル
会社ID
作成日
従業員ID
計算式
削除フラグ
マイナスフラグ
項目種別
項目名
支給項目ID
行No
金額設定種別
更新日
値
UpdateCompanyPayload
Autogenerated return type of UpdateCompany.
A unique identifier for the client performing the mutation.
Inputs
UpdateCompanyInput
Autogenerated input type of UpdateCompany
A unique identifier for the client performing the mutation.
Enums
Gender
男
女
ItemType
健康保険
介護保険
厚生年金
子供手当
カスタマイズ
Relationship
夫
妻
兄
弟
姉
妹
祖父
祖母
Scalars
Boolean
Represents
true
orfalse
values.ID
Represents a unique identifier that is Base64 obfuscated. It is often used to refetch an object or as key for a cache. The ID type appears in a JSON response as a String; however, it is not intended to be human-readable. When expected as an input type, any string (such as
"VXNlci0xMA=="
) or integer (such as4
) input value will be accepted as an ID.Int
Represents non-fractional signed whole numeric values. Int can represent values between -(2^31) and 2^31 - 1.
String
Represents textual data as UTF-8 character sequences. This type is most often used by GraphQL to represent free-form human-readable text.
The text was updated successfully, but these errors were encountered: