Skip to content
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

ビデオ一覧固定値を返すレスポンス作成 #3

Open
Yuki-TU opened this issue Jun 17, 2022 · 0 comments · May be fixed by #4
Open

ビデオ一覧固定値を返すレスポンス作成 #3

Yuki-TU opened this issue Jun 17, 2022 · 0 comments · May be fixed by #4

Comments

@Yuki-TU
Copy link
Member

Yuki-TU commented Jun 17, 2022

概要

固定のAPIのレスポンスを返す

目的

フロント側でスタブとして利用するため

提案手法

https://fast-depths-55062.herokuapp.com/query
を参考に、以下のクエリを実行すれば、かえってくるレスポンスを返すようにする

query {
	 AdultVideos(filter: {
      actresses: [
         "上原亜衣"
       ]
   }) {
			id     # video_id
			name   # video_name
			url    # 
      thumbnail {
        url 
      }
		}
}
Higakinn pushed a commit that referenced this issue Jun 18, 2022
@Higakinn Higakinn linked a pull request Jun 18, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant